Commit Graph

62 Commits

Author SHA1 Message Date
Julien Calixte
ef84711e1c 🐛 (repo) one readme per repo 2023-07-16 15:33:02 +02:00
Julien Calixte
fe2ba2d82d 🐛 (card) fix flex and reload at every failed flashcard 2023-07-08 18:22:34 +02:00
Julien Calixte
558d00d703 💄 (card) smaller h1 2023-07-08 18:18:40 +02:00
Julien Calixte
d49b32a552 (card) limit to max level and sort by level max to min 2023-07-08 00:41:32 +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
3f8cb0985a 💄 (card) add perspective to cards 2023-07-06 01:15:04 +02:00
Julien Calixte
719bc3db48 Merge branch 'main' of github.com:lite-note/lite-note into main 2023-07-03 23:22:27 +02:00
Julien Calixte
fb29b97400 🔇 (card) 2023-07-03 23:22:22 +02:00
64a9371f2f Update FlipCard.vue
prevent user selection
2023-07-03 08:53:37 +02:00
Julien Calixte
ff87c7ef79 (card) limit to 10 days 2023-07-02 23:38:39 +02:00
Julien Calixte
6c251f797d (card) make the buttons work 2023-07-02 23:25:14 +02:00
Julien Calixte
d2bae97a5b 🎨 (app) sort imports 2023-07-02 22:25:59 +02:00
Julien Calixte
4434060342 💄 (cards) less border radius 2023-07-02 22:23:47 +02:00
Julien Calixte
492eb5ed3b refacto and never use escape method 2023-07-02 12:29:54 +02:00
Julien Calixte
e0618e0df6 ⬆️ (lite-note) migrate to pnpm and upgrade every outdated libs 2023-07-01 22:42:35 +02:00
Julien Calixte
9ce90e5b5d (last visited) remove delete button 2021-12-21 14:30:01 +01:00
Julien Calixte
f8b78e85e4 (history) remove repo from history 2021-12-12 10:29:44 +01:00
Julien Calixte
e90afc56f8 (history) add last visited repo method 2021-12-12 10:18:10 +01:00
Julien Calixte
a22218b8b2 (history) add history list of last visited repos 2021-12-12 00:10:38 +01:00
Julien Calixte
a0f62bf6fa 🔊 (refresh token) try catch refresh token 2021-11-16 22:46:02 +01:00
496c161266 ♻️ (flip card) 2021-08-08 12:17:15 +02: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
Julien Calixte
a3082f25bd ♻️ (folder notes) 2021-08-08 00:19:25 +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
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
Julien Calixte
9ff73f09ac 🐛 (authentication) simplify refres… 2021-05-27 13:33:31 +02:00
Julien Calixte
5f272a44bb ♻️ (authentication) 2021-05-27 13:24:55 +02:00
aacf0a3521 💄 (fonts) add Domine font family 2021-05-15 16:42:28 +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
a98f30cfcd 🔇 (token) 2021-05-09 01:07:05 +02:00
Julien Calixte
9afe9ef289 🔧 (eslint) 2021-05-09 00:52:09 +02:00
Julien Calixte
a9fba33760 🚨 (app) 2021-05-08 14:46:12 +02:00
4f4d4e2024 🐛 (user repo) refresh token before getting files 2021-05-06 00:03:02 +02:00
Julien Calixte
d33fa18b9c 🐛 (refresh) refresh correct token 2021-05-02 18:33:46 +02:00
Julien Calixte
56432d81c8 🐛 (sign ing) update expiration date 2021-05-02 18:01:11 +02:00
Julien Calixte
7a5275dd2e (refresh) refresh when requesti… 2021-05-02 17:21:24 +02:00
Julien Calixte
e88584e24d ♻️ (sign in) 2021-05-02 16:47:48 +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
6347edd82e (folders) folders can start with a _ 2021-04-05 10:34:49 +02:00
32fc87b9e4 ♻️ 2021-04-04 16:22:25 +02:00
Julien Calixte
53046ba2db (folder notes) content is nullable if there is no files. 2021-04-03 20:12:47 +02:00