Commit Graph

77 Commits

Author SHA1 Message Date
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
43b99eed52 refacto to use ref route query 2023-08-15 01:08:08 +02:00
Julien Calixte
37f2ed57a8 limit use of query stacked notes 2023-08-14 19:03:43 +02:00
Julien Calixte
2cab8c8e3f autoimport with eslint now 2023-08-14 18:04:27 +02:00
Julien Calixte
c0182c7f57 ♻️ (app) 2023-08-14 14:08:10 +02:00
Julien Calixte
32a76ca3b7 integrate need review cards 2023-08-06 21:27:01 +02:00
Julien Calixte
af421042ad split home page and flux note page 2023-08-06 18:58:59 +02:00
Julien Calixte
9d85abbc64 ♻️ (fleeting notes) 2023-07-18 00:13:57 +02:00
Julien Calixte
681fce6303 (history) script with setup and better note list design 2023-07-16 15:33:30 +02:00
Julien Calixte
4bfb992f7d ♻️ (pwa) 2023-07-16 15:32:27 +02:00
Julien Calixte
a7337cce2e ♻️ (app) 2023-07-16 15:20:40 +02:00
Julien Calixte
5d7a7fab0e (pwa) add the new version component from vite pwa plugin 2023-07-08 18:49:03 +02:00
Julien Calixte
fe2ba2d82d 🐛 (card) fix flex and reload at every failed flashcard 2023-07-08 18:22:34 +02:00
Julien Calixte
c334598736 (card) add failed repetition to reset to level 1 2023-07-08 00:24:54 +02:00
Julien Calixte
3ab1d0eab3 (card) add animation and true level adding 2023-07-08 00:22:44 +02:00
Julien Calixte
5eeb78e366 (twitter) prepare for tweets 2023-07-04 00:38:16 +02:00
Julien Calixte
6c251f797d (card) make the buttons work 2023-07-02 23:25:14 +02:00
Julien Calixte
d1134c35cf 🚨 (app) 2021-12-12 00:48:09 +01:00
Julien Calixte
e4a2d4d8de (history) count notes 2021-08-08 00:27:15 +02:00
Julien Calixte
9792e2e56b (historic notes) add history note page 2021-08-08 00:19:49 +02:00
17178bbe63 (card) add repetition card in database 2021-06-27 20:11:57 +02:00
5e6efd1ba3 🐛 (backlinks) no reset for backlinks 2021-06-20 22:17:23 +02:00
1ef031c196 💄 (card) fix card style 2021-06-12 17:06:13 +02:00
257dc0794b (cards) implements spaced repetition cards 2021-06-12 16:11:47 +02:00
Julien Calixte
4f13c18573 compute note backlinks 2021-06-06 09:57:17 +02:00
Julien Calixte
203db4c00a (backlinks) init backlinks 2021-06-05 16:39:26 +02:00
d3c2736138 (share) add main content when sharing notes 2021-05-13 21:06:10 +02:00
e80ab6e375 💄 (note) fix share note display 2021-05-13 16:57:04 +02:00
84ba5fcd46 🐛 (login) refresh token 15 minutes before expiration 2021-05-13 16:34:30 +02:00
fce3fd49cf Merge branch 'main' of github.com:lite-note/lite-note into main 2021-05-13 16:27:06 +02:00
9dfac11a14 --wip-- [skip ci] 2021-05-13 16:26:03 +02:00
Julien Calixte
6a5e7a9d63 🚨 2021-05-09 01:12:01 +02:00
Julien Calixte
a9fba33760 🚨 (app) 2021-05-08 14:46:12 +02:00
271412f6f7 🚨 (component) 2021-05-06 00:02:37 +02:00
Julien Calixte
b246872f23 🐛 (github) remove refetch not working 2021-05-02 00:01:41 +02:00
Julien Calixte
0e52b16b1b Feat/GitHub auth (#6)
*  (sign in) create sign in to github button

*  (github login) login via github button

* 💄 (homepage)

*  (date fns)

*  (github login) refresh token when token expired
2021-05-01 23:35:38 +02:00
Julien Calixte
2550ec83f7 ♻️ (go back) go home instead of go back 2021-04-25 17:04:37 +02:00
Julien Calixte
e0981950d6 🔥 (text editor) remove text editor page 2021-04-25 17:01:37 +02:00
6347edd82e (folders) folders can start with a _ 2021-04-05 10:34:49 +02:00
fde5118179 💄 (login) better login experience. 2021-04-04 09:57:54 +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
Julien Calixte
23342ead0e (new version) display button if there is a new version. 2021-03-28 10:45:10 +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
145cdd8984 (not found) init not found page 2021-03-21 16:46:33 +01:00