Compare commits

...

2 commits

Author SHA1 Message Date
318af09d40 feat: Add styles to table screen 2026-02-25 17:54:28 +01:00
39591b2c37 docs: Update content of TODO 2026-02-25 17:52:23 +01:00
3 changed files with 11 additions and 10 deletions

View file

@ -1,20 +1,21 @@
# General # General
- Remove gulp and legacy files - Remove gulp and legacy files
- Update README
- Explain eleventy usage
- Better README with more info for the content section - Better README with more info for the content section
- Explain eleventy usage
- Complete CHANGELOG - Complete CHANGELOG
- Automatic versioning for package.json and CHANGELOG - Automatic versioning for package.json and CHANGELOG
- Add dynamic content to robots.txt during build process - Add dynamic content to robots.txt during build process
- Add dynamic content to sitemap.xml - Add dynamic content to sitemap.xml
- Add build process for normalize.css from github.com/necolas/normalize.css
- Add build process for bourbon from https://github.com/thoughtbot/bourbon
# CSS # CSS
- Check style for every basic element - Check style for every basic element
- Uniform spelling of classes and identifiers - Uniform spelling of classes and identifiers
- Direct class dependencies instead of repeating element names in classes
- Change io stuff
- Find name for styled interactive elements
- Find name for io module with nested class names
# Content # Content

View file

@ -39,8 +39,8 @@ tags:
<table id="content" class="draggable"> <table id="content" class="draggable">
<thead> <thead>
<tr> <tr>
<th scope="col" title="Index">#</th> <th class="min" scope="col" title="Index">#</th>
<th scope="col"></th> <th class="min" scope="col"></th>
<th scope="col" title="Position">#</th> <th scope="col" title="Position">#</th>
<th scope="col">Number</th> <th scope="col">Number</th>
<th scope="col">Name</th> <th scope="col">Name</th>
@ -49,7 +49,7 @@ tags:
<th scope="col">Unit</th> <th scope="col">Unit</th>
<th scope="col">Price</th> <th scope="col">Price</th>
<th scope="col">Sum</th> <th scope="col">Sum</th>
<th scope="col"></th> <th class="min" scope="col"></th>
</tr> </tr>
</thead> </thead>
<tbody id="positions"></tbody> <tbody id="positions"></tbody>
@ -72,9 +72,9 @@ tags:
<td> <td>
<textarea class="fit" name="description" cols="64" rows="2"></textarea> <textarea class="fit" name="description" cols="64" rows="2"></textarea>
</td> </td>
<td><input name="amount" type="number"></td> <td><input class="input_io" name="amount" type="number"></td>
<td> <td>
<select name="units"> <select class="io_select" name="units">
<option value="">None</option> <option value="">None</option>
<option value="piece">Piece(s)</option> <option value="piece">Piece(s)</option>
<option value="hour">Hour(s)</option> <option value="hour">Hour(s)</option>

@ -1 +1 @@
Subproject commit 69535d87ac38cbe210ed40f6c2b9952b67b8ce5f Subproject commit ddedf3bbf2d6580dfeae297367fd673abaa11a96