Commit Graph

27 Commits

Author SHA1 Message Date
Julien Calixte
d8a59467a0 refactor(github-content): expose conflict info and add latest-sha lookup
updateFile/createFile now return { sha, conflict } so 409/422 from GitHub
can drive a UI flow instead of being swallowed as a generic save error.
Also adds fetchLatestSha(path) for cheap freshness checks against HEAD.
2026-05-03 23:32:37 +02:00
Julien Calixte
5f48aa5690 chore: lint and fmt 2026-03-28 09:38:55 +01:00
Julien Calixte
7b04ce8e0e better action buttons desing 2025-11-09 14:01:57 +01:00
Julien Calixte
7b2611129a feat: add youtube button for video id extraction 2025-11-01 21:54:50 +01:00
Julien Calixte
010f0ada02 feat: font settings in header instead of fleeting notes 2025-11-01 21:22:20 +01:00
Julien Calixte
1fc80bdf87 fix: gap and select not ready 2025-07-09 23:27:40 +02:00
Julien Calixte
9cef708f44 fix: can change font even with a today note 2025-07-06 15:33:47 +02:00
Julien Calixte
b2250b2b95 feat: add fontFamilies array 2025-07-06 11:23:15 +02:00
Julien Calixte
8a637bf4c1 fix: full floppy disk 2025-02-22 22:56:43 +01:00
Julien Calixte
9e875af78e design: change to good svg! 2024-12-24 00:28:00 +01:00
Julien Calixte
9571752f26 Feat/migrate to daisy (#10)
* feat: init daisyui!

* feat: change theme and colors

* change dark theme and add colors
2024-12-21 20:05:37 +01:00
Julien Calixte
8802ffb5b2 add a more resilient cache system with a global cache for each note from path 2024-07-16 21:55:54 +02:00
Julien Calixte
c7ea52c7f8 add path to new inbox file in pinia store
Not ideal to have data in multiple store (pinia and PouchDB) but it work this way. May need a refactoring.
2023-11-26 10:35:38 +01:00
Julien Calixte
d1cbe8d033 move icons to public folder 2023-11-04 14:08:28 +01:00
Julien Calixte
fadb50cc39 no more offsets from timezone 2023-08-31 09:08:17 +02:00
Julien Calixte
49d2571f5f create today fleeting note 2023-08-27 17:50:42 +02:00
Julien Calixte
9d85abbc64 ♻️ (fleeting notes) 2023-07-18 00:13:57 +02:00
Julien Calixte
a9fba33760 🚨 (app) 2021-05-08 14:46:12 +02:00
6347edd82e (folders) folders can start with a _ 2021-04-05 10:34:49 +02:00
Julien Calixte
53046ba2db (folder notes) content is nullable if there is no files. 2021-04-03 20:12:47 +02:00
Julien Calixte
6e0b24e086 ♻️ (inbox) rename fleeting notes into inbox 2021-04-03 19:30:01 +02:00
e199c68d68 ♻️ (store) use a store to store readme and files 2021-03-24 21:23:23 +01:00
165cfb96e7 🐛 (flux note) update query strings on fleeting notes 2021-03-22 23:23:09 +01:00
3749588b0b (path) create a resolve path service to manage …
resolve path like ../..
2021-03-21 15:27:02 +01:00
Julien Calixte
e96253959d (draft) add draft folder page in note header
Closes #1
2021-03-21 11:00:56 +01:00
11d25e25af (fleeting notes) init fleeting notes 2021-03-20 22:00:37 +01:00
a8cc196508 ♻️ (flux note) move in a component flux …
flux note will be used for fleeting notes and
drafts too
2021-03-20 19:40:00 +01:00