Commit Graph

330 Commits

Author SHA1 Message Date
Ivan
c25f22f340 F: Implement drag change hierarchy
Some checks failed
Frontend CI / build (22.x) (push) Waiting to run
Frontend CI / notify-failure (push) Blocked by required conditions
Backend CI / build (3.12) (push) Has been cancelled
Backend CI / notify-failure (push) Has been cancelled
2025-04-23 23:33:38 +03:00
Ivan
386a3b5bf5 F: Implement edit block 2025-04-22 14:16:33 +03:00
Ivan
43b54c43ea F: Add LLM prompt generation
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
Frontend CI / notify-failure (push) Blocked by required conditions
2025-04-16 21:06:59 +03:00
Ivan
29af778d54 R: Remove unused dependencies
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
Frontend CI / notify-failure (push) Blocked by required conditions
2025-04-13 23:14:00 +03:00
Ivan
c5e41acc31 F: Merge with shadcn styling
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
Frontend CI / notify-failure (push) Has been cancelled
Revert "F: Merge with shadcn styling"

This reverts commit b9f8143b3e0a7f4726ab7751757b31532b0834f9.

F: Merge with shadcn styling
2025-04-12 21:49:18 +03:00
Ivan
575b7a29f2 F: Accessibility improvements
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-03-19 23:28:52 +03:00
Ivan
8208adab96 F: Rework inline styles and improve animations 2025-03-13 14:42:48 +03:00
Ivan
1192ec7f47 R: Migrate to snake-case pt1 2025-03-12 11:55:43 +03:00
Ivan
4f9a94c933 F: Improve styling and do a pass on UI
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-03-09 21:59:21 +03:00
Ivan
293f1cad6f F: Improve layout by reworking dropdowns 2025-03-07 02:46:19 +03:00
Ivan
02fffc67e5 M: Improve notification delays
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-26 16:46:34 +03:00
Ivan
b29a4e7b49 R: Redistribute constant and global dependencies 2025-02-22 18:39:58 +03:00
Ivan
664fdb585c R: Use line-clamp for line limitation 2025-02-22 18:03:07 +03:00
Ivan
00a64e90f1 R: Remove redundant types and styles 2025-02-22 14:04:01 +03:00
Ivan
536705c00b F: Upgrade to tailwind 4. Fix type imports
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-21 21:15:05 +03:00
Ivan
74186b268b npm update + fix name collision
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-20 18:10:53 +03:00
Ivan
f2570deabe F: Add react-scan to tooling and fix some rerenders 2025-02-20 14:45:52 +03:00
Ivan
53b746f3c4 R: Distinguish undefined semantics vs null 2025-02-19 22:33:09 +03:00
Ivan
ff09a09753 F: Implement schema checks for backend + small fixes 2025-02-18 23:57:05 +03:00
Ivan
6e8192404f R: Refactor type definitions
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-18 19:40:24 +03:00
Ivan
6deedb3afd M: Fix minor issues
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-17 16:19:15 +03:00
Ivan
869de34fc5 F: Add zod validation for backend responses for rsforms 2025-02-17 14:44:08 +03:00
Ivan
35256d570f M: Improve global loader visuals 2025-02-15 17:39:09 +03:00
Ivan
91184f798a F: Rework cst create and template dialogs
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-14 02:42:17 +03:00
Ivan
4853884251 R: Improve import sorting
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-12 21:36:25 +03:00
Ivan
c75af03bea R: Refine feature boundaries and dependencies 2025-02-12 20:53:31 +03:00
Ivan
012fb142ed R: library feature boundary
Some checks failed
Frontend CI / build (22.x) (push) Waiting to run
Backend CI / build (3.12) (push) Has been cancelled
2025-02-12 15:13:37 +03:00
Ivan
2632921dbb R: Upgrade SubstituteCst dialog
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-12 02:12:08 +03:00
Ivan
381567491f R: Refactor global names and LocationChange dialog 2025-02-12 01:35:41 +03:00
Ivan
301f388788 R: Split label resources into features 2025-02-11 20:56:24 +03:00
Ivan
8372344277 R: Untagle dependencies 2025-02-10 13:29:23 +03:00
Ivan
17b94b5e9a R: Refactoring folder structure: introducing features
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-10 01:32:55 +03:00
Ivan
4d91437d7f R: Refactor modal dialogs API
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
Distinguish Form and View modals
2025-02-06 20:28:23 +03:00
Ivan
bb33c1f212 R: Move dialogs to form basis
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-06 14:10:18 +03:00
Ivan
d410bfeeb5 F: Fix forms that are subject to react compiler problems
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-06 00:26:55 +03:00
Ivan
86f90149ee B: Fix small bugs and refactor away useEffect 2025-02-05 12:47:53 +03:00
Ivan
0ad1e4f872 B: Add timeout for cache invalidation after schema delete 2025-02-05 00:28:01 +03:00
Ivan
515f398fda F: Rework createLibraryItem form 2025-02-04 23:34:02 +03:00
Ivan
e3d8c9110a F: Rework password change 2025-02-03 18:17:44 +03:00
Ivan
6583f44209 F: Rework signup form using react-hook-form and zod
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-03 13:14:39 +03:00
Ivan
7595991f26 R: Move notifications into transport layer
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
Minor bug fixes
2025-01-28 19:47:24 +03:00
Ivan
711ed28a43 F: Implement react-query for backend interactions 2025-01-27 15:03:48 +03:00
Ivan
b260640ebf R: Replace AccessMode with RoleStore
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-15 23:03:35 +03:00
Ivan
b9ee1b9d08 R: Migrating to zustand for local state management pt3 2025-01-15 22:16:27 +03:00
Ivan
8c3e5dfd4d R: Migrating to zustand for local state management pt2 2025-01-15 16:06:42 +03:00
Ivan
4c9b0b28b8 R: Migrating to zustand for local state management pt1
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-14 21:58:16 +03:00
Ivan
8bec236f0f F: Improve tooltip performance 2024-12-20 14:36:30 +03:00
Ivan
91dbd0e88f F: Rework colors using tailwind configs
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-17 00:05:45 +03:00
Ivan
d0fbaa7148 R: Remove .Provider from Contexts
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-12 21:58:19 +03:00
Ivan
ca8aba2b9d F: Animation rework
move to simple CSS animations and react-spring
2024-12-12 13:19:12 +03:00