159 Commits (main)
 

Author SHA1 Message Date
Gisle Aune f22b9b4947 add multiple statuses to proejcts, though it's a bit hacked on. 3 years ago
Gisle Aune 01437c684f fix date in deadline tooltip not padding 9s. 3 years ago
Gisle Aune a187e91c3c add task and item filters to goals. 3 years ago
Gisle Aune 99cc6fac3c tweak goal composition and fix label in goal form. 3 years ago
Gisle Aune 5e1a6f7343 add goal completion composition. 3 years ago
Gisle Aune 282b304f3f add markdown to task log entries. 3 years ago
Gisle Aune a3e7426b4c fix individual task time progress starting from 1970. 3 years ago
Gisle Aune ceddd3fbf2 add thin progress bars to stuff, fix tiny issue with progress bars when they're too smol. 3 years ago
Gisle Aune 02b0907598 fix log amount not being accounted for in TaskResult.completedAmount, and fix being unable to remove secondary item. 3 years ago
Gisle Aune 52d6c55e0e do not allow editing task item if task has logs. 3 years ago
Gisle Aune 197fe227a4 add support for changing task item. 3 years ago
Gisle Aune eeba5bc9c8 add new fields to logs and goals. 3 years ago
Gisle Aune 3085b8c025 add times left indicator to questlog. 3 years ago
Gisle Aune 2a9689f15e fix serverless and typos. 3 years ago
Gisle Aune d3a6487dc8 add quest log aesthetic. 3 years ago
Gisle Aune 1d3c8dee73 tweaked progress bars. 3 years ago
Gisle Aune 8a721a44e3 > tfw chevron is correctly aligned. 3 years ago
Gisle Aune b34be5c16f fix undefined in log entry header. 3 years ago
Gisle Aune c73ce8dd64 npm audit fix. 3 years ago
Gisle Aune a99aa8aa2c add markdown support to descriptions. 3 years ago
Gisle Aune 033abaa5bb refactored Item, Task and Log entry to share code. TaskEntry is still a bit messy, but that's because of the weird icon stuffs. 3 years ago
Gisle Aune b01fca8065 add emerald level to goal progress bars. 3 years ago
Gisle Aune 14ead20349 add sorting to goals. 3 years ago
Gisle Aune 1a3a8949f8 add tooltips to progress bars. 3 years ago
Gisle Aune 0a7d342e86 optimize EveryMinute by binding a variable instead of listening to an event. 3 years ago
Gisle Aune 468d12879c make time left indicators update every minute, and fix segmented progress bars. 3 years ago
Gisle Aune ab35df9fe2 refactor GoalEntry and add guiding lines to goal progress. 3 years ago
Gisle Aune 68ad952577 fix tasks endpoint returning wrong values for task.logs. 3 years ago
Gisle Aune 096f25804d refactored ProjectEntry and GroupEntry to share common style. 3 years ago
Gisle Aune 62cb58cadc limit future and past goals on front page. 3 years ago
Gisle Aune b0b617636b small css tweak to disabled select. 3 years ago
Gisle Aune 98c7a66fd0 clean up task modal and add non-segmented progress bars. 3 years ago
Gisle Aune ad34116598 clean up item form. 3 years ago
Gisle Aune 59a4f905f8 clean up project form. 3 years ago
Gisle Aune 84b8d5b2db clean up logs modals and fix progress bars counting on completed but N<M/M task progress. 3 years ago
Gisle Aune 748814b43c add table of contents and #links. 3 years ago
Gisle Aune 838a787409 add project progress indicator and sort front page projects by deadline. 3 years ago
Gisle Aune 55c1ead637 fix task store not being marked stale. 3 years ago
Gisle Aune 48ba7c8693 hide completed tasks in projects, and add individual deadline tasks to front page. 3 years ago
Gisle Aune c6fa75d1a3 show N/M value on hover for completed tasks. 3 years ago
Gisle Aune bd60ab4c98 prevent double-submitting forms. 3 years ago
Gisle Aune 2664c47dff fix task validation to not allow end time before created time, and disallow <=0 amounts. 3 years ago
Gisle Aune 00218bb817 add item to log entries. 3 years ago
Gisle Aune c3e589aa3e add support for project inactivity, added new checkbox component. 3 years ago
Gisle Aune 7dfa1ec8b4 change goals sorting to start_time descending, end_time ascending, so that long-term goals are pushed below the short-term from the same time span. 3 years ago
Gisle Aune c43b180106 fix wrapping in task status numbers, check mark as active by default if a log would bring it at or past the target. 3 years ago
Gisle Aune f785cda541 add focus handling. 3 years ago
Gisle Aune da2f71b306 add empty list placeholder. 3 years ago
Gisle Aune a6b7469f77 fix header color and app name. 3 years ago
Gisle Aune 1c4964ea8a fix ci. 3 years ago