Commit Graph

247 Commits

Author SHA1 Message Date
Julien Calixte
07aa888731 feat: add a link to report an issue 2024-10-27 00:32:57 +02:00
Julien Calixte
6da18fc6af fix(step edit): start date is now set to the latest start date instead of new Date() 2024-06-15 18:56:29 +02:00
Julien Calixte
9247053af6 with left and right 2024-04-21 00:29:34 +02:00
Julien Calixte
e559aeb150 centered buttons 2024-04-21 00:14:08 +02:00
Julien Calixte
012948d7ef add navigation in history 2024-04-20 18:43:39 +02:00
Julien Calixte
dbbdd52d31 init task history 2024-04-20 18:30:47 +02:00
Julien Calixte
49db394737 install vue-diff 2024-04-20 18:30:36 +02:00
Julien Calixte
53e9c33a3f overflow x only on table 2024-04-20 18:30:29 +02:00
Julien Calixte
ae5f236bde upgrade node version 2024-04-19 12:45:13 +02:00
Julien Calixte
ddce8ac44c fix(app): no always visible y scroll 2024-04-19 12:35:36 +02:00
Julien Calixte
55a78355bc build(node): fix node version to 20 2024-04-09 23:46:18 +02:00
Julien Calixte
31b6e23fdb ci(build): fix pnpm and cz config compatibility 2024-04-09 23:44:42 +02:00
Julien Calixte
046f33e0fb fix(task record): resume from the first step to not have ended 2024-04-09 23:27:48 +02:00
Julien Calixte
364d0b2eed feat/edit steps (#7)
* refactor: ♻️ edit steps

* add md5 hash lib

* now step ids are generated based on titles and estimation

* feat:  edit steps

now add steps will be a modal for editing all steps

* chore(commitizen): init cz changelog

* chore(changelog): init git cliff

* feat(edit steps): add a message to alert on the fact that the record may change

* feat(task): task link is a normal button now

* with the good ids

* remove column

* autofocus to title

* --wip-- [skip ci]

* lint

* can modify the whole task when recording
2024-04-09 00:06:07 +02:00
Julien Calixte
4e83c26233 fix step ok if 0 minutes 2024-03-05 17:44:34 +01:00
Julien Calixte
90be8a74a4 feat(red bin and green bin): status is ko if the duration is off by 10% the estimation (min 1min) 2024-03-03 00:35:35 +01:00
Julien Calixte
aab5116535 migrate vitest config to module type 2024-02-24 12:21:48 +01:00
Julien Calixte
53ce6f5e16 Feat/initial plan (#6)
* chore: upgrade libs

* fix outdated tests

* init edit steps form

* tasks have now initialPlan

* simpler to directly have an history and put initialPlan and steps has getters

* consistent test script names

* display initial plan to task view

* display initial if only it exists (next when only it changes

* display initial plan only if it chanegd
2024-02-24 12:20:22 +01:00
Julien Calixte
5e5015d14e add a confirm modal before resetting task record 2023-12-03 22:31:13 +01:00
Julien Calixte
1167a73557 add border radius 2023-12-02 23:01:38 +01:00
Julien Calixte
80b0b82e74 text change for simpler "New Task" and url input type 2023-12-02 21:48:55 +01:00
Julien Calixte
ced597d575 fix(main style): no mb for last columns 2023-12-02 21:34:34 +01:00
Julien Calixte
438fda7025 Change title to Fail Well 2023-12-02 21:27:15 +01:00
Julien Calixte
ae407780cb perf(update deps): update deps 2023-11-30 00:41:55 +01:00
Julien Calixte
67a0b6bb7c share with a png file 2023-11-30 00:35:54 +01:00
Julien Calixte
4b70cf9af2 html to image 2023-11-30 00:35:40 +01:00
Julien Calixte
a71fbdecd3 better emoji when there is a problem 2023-11-27 11:40:07 +01:00
Julien Calixte
3f4b9decb8 No more todo! 2023-11-27 11:39:49 +01:00
Julien Calixte
d714799eda prettier 2023-11-27 11:39:41 +01:00
Julien Calixte
5391774653 feat(home): new task text 2023-11-12 19:51:12 +01:00
Julien Calixte
fa1e3e3016 nowrap for tags 2023-11-07 16:53:13 +01:00
Julien Calixte
8cbd4d00ad remove footer 2023-11-05 22:34:49 +01:00
Julien Calixte
8c2d50815b include icons in precache files 2023-11-03 08:14:28 +01:00
Julien Calixte
ce25acb2dc Merge branch 'main' of github.com:jcalixte/loopycode into main 2023-10-21 19:57:17 +02:00
Julien Calixte
b44270bae4 specific doc jit for VueJS 2023-10-21 19:57:14 +02:00
Julien Calixte
f1dcf754bb change Loopycode to new name Taskflow 2023-10-20 13:14:15 +02:00
Julien Calixte
c9fa3665f1 copy record to clipboard as csv 2023-10-14 12:31:58 +02:00
Julien Calixte
c714f1cbee esnext for the win 2023-10-14 12:31:44 +02:00
Julien Calixte
dc323d3e75 tag steps added afterward 2023-08-29 23:21:44 +02:00
Julien Calixte
bcba94fc9f insert steps to existing task 2023-08-29 22:59:32 +02:00
Julien Calixte
0cf32b4868 fix edition from initial tasks 2023-08-29 22:57:18 +02:00
Julien Calixte
4597fc5e68 add "add steps" form 2023-08-29 22:27:14 +02:00
Julien Calixte
3485a8cd8d fix sync task record that reset every times 2023-08-29 22:07:30 +02:00
Julien Calixte
8abe0e8caa (task) display step examples only for the first time 2023-08-26 11:37:41 +02:00
Julien Calixte
909eba1f27 feat: 🎸 record preview
change naming
2023-08-07 18:12:49 +02:00
Julien Calixte
52c5f38f9e replace when removing task 2023-08-05 15:08:24 +02:00
Julien Calixte
4855ee9558 duplicate tasks 2023-08-05 15:03:19 +02:00
Julien Calixte
d938484004 🔥 (watch) no need of style
[skip ci]
2023-08-05 11:25:14 +02:00
Julien Calixte
1890fcca03 🎨 (?) 2023-08-05 11:14:56 +02:00
Julien Calixte
6d1e59109a (watch) add a watch timer 2023-08-05 10:51:17 +02:00