Commit Graph

32 Commits

Author SHA1 Message Date
Julien Calixte
967018da12 chore: upgrade vite to 8 and related tooling
- vite 5 → 8
- vite-plugin-pwa 0.19 → 1.2 (vite 8 compat confirmed via vite-pwa/vite-plugin-pwa#918)
- @vitejs/plugin-vue 5 → 6
- vitest 1 → 4
- @vitest/browser, @vitest/ui 1 → 4
- workbox-build, workbox-window added as direct deps at ^7.4.0 to satisfy vite-plugin-pwa peer reqs
2026-04-04 14:06:01 +02:00
Julien Calixte
2a0c2fdbb8 chore: fix sass deprecation warnings and upgrade vite to 5.4
- Upgrade vite from 5.1.3 to 5.4.21 to support modern sass API option
- Configure sass preprocessor with api: 'modern' to silence legacy-js-api warning
- Silence bulma-sourced deprecation warnings (import, global-builtin, color-functions, if-function)
2026-04-04 13:53:59 +02:00
Julien Calixte
d976ca811c feat: add OpenPanel analytics via @openpanel/web SDK 2026-04-04 13:31:09 +02:00
Julien Calixte
2cfe011840 deps: upgrade dependencies 2026-01-24 13:01:26 +01:00
Julien Calixte
49db394737 install vue-diff 2024-04-20 18:30:36 +02:00
Julien Calixte
31b6e23fdb ci(build): fix pnpm and cz config compatibility 2024-04-09 23:44:42 +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
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
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
4b70cf9af2 html to image 2023-11-30 00:35:40 +01:00
Julien Calixte
f1dcf754bb change Loopycode to new name Taskflow 2023-10-20 13:14:15 +02:00
Julien Calixte
2da51cd6ce Merge branch 'main' of github.com:jcalixte/loopycode 2023-07-06 11:04:21 +02:00
Julien Calixte
e4d833323a update version 2023-07-06 10:57:08 +02:00
Julien Calixte
d058864043 (pwa) add vite-pwa plugin 2023-05-08 23:00:54 +02:00
Julien Calixte
47888de4bb Merge branch 'main' of github.com:jcalixte/loopycode into main 2023-05-08 14:52:59 +02:00
Julien Calixte
1f15374283 ⬆️ (vueuse / vitest) 2023-05-08 14:27:00 +02:00
Julien Calixte
4adc29908f chore: 🤖 update sass 2023-05-01 19:14:06 +02:00
Julien Calixte
a9e9106c1b ⬆️ (dev) upgrade dev dependencies 2023-04-23 11:46:10 +02:00
Julien Calixte
7400a19ab4 ⬆️ (app) upgrade all dependencies 2023-04-23 11:39:28 +02:00
Julien Calixte
10e6fa0e84 distinct test for ui mode 2023-04-17 21:12:50 +02:00
Julien Calixte
b210417bd0 add vueuse math 2023-04-15 17:10:36 +02:00
Julien Calixte
7d6523067c Feat/add bulma (#1)
* remove fixture for task and steps

* install bulma

* convert to scss files

* reset and implement first style classes

* design task form

* design task view

* design step record

* 💄 (home) new task and reset styling

* fix step title height

* add a record progress

* ♻️ (record) extract record controls

* ️ (record) add text for progress

* 💄 (step record) fix blob size

* ♻️ (record) no more getters who do an action too
2023-04-15 16:54:29 +02:00
Julien Calixte
b716ea5c97 install vue-us 2023-04-10 23:33:27 +02:00
Julien Calixte
5d14d049a5 install sass 2023-04-09 10:55:02 +02:00
Julien Calixte
d0f638077a persist pinia stores 2023-04-09 10:32:50 +02:00
Julien Calixte
22d29bad90 add pinia testing 2023-04-09 10:08:08 +02:00
Julien Calixte
b1310dfaec upgrade types 2023-04-09 09:35:19 +02:00
Julien Calixte
ee7c98bae2 upgrade vite and test libs 2023-04-09 09:32:46 +02:00
Julien Calixte
97dc4470aa install nanoid 2023-04-08 12:16:44 +02:00
Julien Calixte
48a3be6936 install suretype 2023-04-04 00:20:07 +02:00
Julien Calixte
d58cc9c68a init 2023-04-03 23:23:17 +02:00