Skip to content

Commit

Permalink
UI fix, updated readme, and how I update the changelog and issue list
Browse files Browse the repository at this point in the history
  • Loading branch information
tmahmood committed Jul 28, 2024
1 parent 18ec4d2 commit 8a9df61
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 24 deletions.
32 changes: 10 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
## Fri 26, 2024
## Mon 29, 2024
- [x] [BUG] Mnemonic tag in the last row in task selection mode getting cut

## Fri 26 and older
- [x] Now using GitHub action to create release builds
- [ ] Usability improvements on a long task list
- [ ] Hiding empty columns
- [ ] Temporary highlight last modified column, if visible
- [x] Marking a task done with keyboard shortcut
- [x] Bug fix, not unmarking completed task
- [ ] Modification
- [x] Editing
- [ ] Deleting
- [x] Stopping active task from List
- [x] Starting tasks
- [x] Annotation/Denotation
- [ ] Following Context
- [ ] Error handling
- [x] Returning error message in case error occurred
- [ ] Retaining input in case of error
- [ ] Add more tests
- [x] Modification
- [x] Editing
- [x] Stopping active task from List
- [x] Starting tasks
- [x] Annotation/Denotation
- [x] Error handling
- [x] Returning error message in case error occurred
- [x] Which port to run
- [ ] Convert to desktop app using Tauri
- [ ] Reporting
- [ ] Project wise progress
- [ ] Burndown reports
- [ ] Column customization
- [ ] Color customization
- [ ] Time warrior integration, and time reporting
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,33 @@ This will bring up undo confirmation dialog
This is a work in progress application, many things will not work,
there will be errors, as no checks, and there may not be any error messages in case of error.
## Planned
- [ ] Usability improvements on a long task list
- [ ] Hiding empty columns
- [ ] Temporary highlight last modified column, if visible
- [ ] Make the mnemonics same for tags on refresh
- [ ] Modification
- [ ] Deleting
- [ ] Following Context
- [ ] Error handling
- [ ] Retaining input in case of error
- [ ] Finetune error handling
- [ ] Add more tests
- [ ] Convert to desktop app using Tauri
- [ ] Reporting
- [ ] Project wise progress
- [ ] Burndown reports
- [ ] Column customization
- [ ] Color customization
- [ ] Time warrior integration, and time reporting
- [ ] Searching by tag name
## Issues
- [ ] Not able to select and copy tags, maybe add a copy button
- [ ] Must keep filtering on refresh
- [ ] Keyboard shortcut applied when there is a shortcut key and I use a mnemonic
- [ ] When marking task as done stop if active
![Change Log](CHANGELOG.md)
5 changes: 4 additions & 1 deletion frontend/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ body {

.table-large tr {
@apply
font-medium even:bg-neutral-600 ;
font-medium even:bg-neutral-600


;
}

.table-large tr.active-task {
Expand Down
2 changes: 1 addition & 1 deletion frontend/templates/tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
>
{{ task.id }}

<span class="kw-id-layer hidden red absolute top-2 left-5">
<span class="kw-id-layer hidden red absolute left-5">
{{ kw_id_details }}
</span>
</button>
Expand Down

0 comments on commit 8a9df61

Please sign in to comment.