Commit Graph

20 Commits

Author SHA1 Message Date
5d2beb8c7a Make index checking and creation parallel
refactor(Index.tsx): configure MeiliSearch indexes in parallel to improve initialization performance
2025-08-29 10:37:51 +02:00
79a80f0588 Add more debugs 2025-08-26 10:47:38 +02:00
9ffb3b85fa Add more debug info 2025-08-26 08:40:46 +02:00
9dd2f02633 Fix focus and add timing information about request timing 2025-08-26 08:26:36 +02:00
e5e4677a5e feat(App.tsx): integrate theme provider for dark/light mode switching and update UI elements to use new theme classes 2025-08-11 13:04:01 +02:00
511022a076 feat(Index.tsx): introduce cacheMode state to manage note caching strategy 2025-08-11 12:07:50 +02:00
c192f10d77 refactor(Index.tsx): extract meilisearch headers and mapHitToNote function to improve code readability 2025-08-11 12:05:31 +02:00
e54efe011b refactor(Index.tsx): extract note loading logic into loadNotesAroundDate function 2025-08-11 11:56:11 +02:00
d799df2dbd feat(Index.tsx): add flexible ISO8601 date parsing and fallback note fetching logic 2025-08-11 11:52:42 +02:00
3fcc9b02f7 feat(Index.tsx): add functionality to navigate to notes by date using MeiliSearch 2025-08-11 10:45:40 +02:00
320432bd8c Split initialization into separate effects and focus note after load 2025-08-06 17:07:33 +02:00
129b7e567c Simplify focus logic, fix index existence checks, and remove textarea autoFocus to improve UX and stability 2025-08-06 17:06:00 +02:00
4115cb9cb7 Fix task script 2025-07-14 08:28:55 +02:00
7173d2c6f5 Remove focuser machiner 2025-06-28 01:53:33 +02:00
f7a2d0e4ee Make fuck 2025-06-28 01:51:19 +02:00
1ebfcc5cc3 More bigger 2025-06-28 01:25:44 +02:00
4bf0f366eb Make window miniizeable 2025-06-28 01:20:04 +02:00
ecc900161a Update 2025-06-28 01:08:16 +02:00
26943da2a9 Add journaler from wails 2025-06-28 00:56:11 +02:00
83f66745dd Initial commit 2025-06-28 00:47:05 +02:00