Commit Graph

461 Commits

Author SHA1 Message Date
Ivan
aeac2c2941 R: Split colors declarations 2025-02-11 21:07:23 +03:00
Ivan
301f388788 R: Split label resources into features 2025-02-11 20:56:24 +03:00
Ivan
a967e957b3 F: Rework zod schema names and DeleteOperation dialog 2025-02-10 14:11:28 +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
a44c1cd170 F: Rework version editing
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-07 15:30:47 +03:00
Ivan
07c1d54f17 R: Refactor basic components structure 2025-02-07 10:54:47 +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
f5087241a3 R: Remove redundant checks 2025-02-05 22:14:14 +03:00
Ivan
e96ce964ca R: Remove redundant useEffect 2025-02-05 21:55:39 +03:00
Ivan
86f90149ee B: Fix small bugs and refactor away useEffect 2025-02-05 12:47:53 +03:00
Ivan
df06e7a7b9 B: Fix margin 2025-02-05 12:13:05 +03:00
Ivan
507faf4689 R: Remove redundant useCallback
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-05 01:27:52 +03:00
Ivan
515f398fda F: Rework createLibraryItem form 2025-02-04 23:34:02 +03:00
Ivan
c76af6d224 R: Unify components API for user inputs 2025-02-04 20:35:55 +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
27234c488d F: Implement login form using react-hook-form
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2025-01-31 21:05:04 +03:00
Ivan
092421b0c3 M: Lazy load dialogs
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-30 00:42:15 +03:00
Ivan
cf2384564a R: Improve suspense and loading behavior 2025-01-29 21:26:10 +03:00
Ivan
d182b2d34e B: Fix cache invalidation and error handling 2025-01-29 14:52:07 +03:00
Ivan
44b0705521 R: use alias instead of relative path
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-28 23:23:42 +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
b43c46e6c6 update dependencies 2025-01-27 15:50:37 +03:00
Ivan
711ed28a43 F: Implement react-query for backend interactions 2025-01-27 15:03:48 +03:00
Ivan
33ad3c6b95 R: Refactor dialogs using zustand store
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-16 16:31:32 +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
2b73f5e6af M: Improve checkbox structure 2024-12-20 13:36:42 +03:00
Ivan
7bd5cd5d74 F: Improve navigation toggles 2024-12-20 11:54:38 +03:00
Ivan
2cdc03db92 F: Improve theme switcher
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-19 18:56:48 +03:00
Ivan
7c57872254 B: Fix tabs background 2024-12-18 14:55:10 +03:00
Ivan
dc7cea8eaa F: Add QR feature for RSForm 2024-12-18 12:35:48 +03:00
Ivan
326d4b0e1d R: Improve styling semantics pt2 2024-12-17 11:38:00 +03:00
Ivan
da4dbd3b90 R: Improve styling semantics pt1 2024-12-17 10:53:01 +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
609752a9d6 R: Remove unused useMemo and useCallback
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2024-12-13 21:31:09 +03:00
Ivan
254b6a64d5 F: Add react-compiler to build toolchain
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-13 13:55:26 +03:00
Ivan
56b7d3d71f R: Prepare to migrate to react-compiler 2024-12-12 21:46:03 +03:00
Ivan
f878afa920 R: Remove unused dependencies 2024-12-12 17:16:36 +03:00
Ivan
ca8aba2b9d F: Animation rework
move to simple CSS animations and react-spring
2024-12-12 13:19:12 +03:00
Ivan
bc4a68f4d1 R: Remove unused ref
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2024-12-06 10:42:27 +03:00
Ivan
5da2c23280 R: Use Suspence to reduce bundle size
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-05 15:46:23 +03:00
Ivan
a8d39eb8bd R: Use monadic conditional call
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-04 22:53:01 +03:00
Ivan
fb4837278c update dependencies
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Frontend CI / build (22.x) (push) Waiting to run
2024-12-03 22:28:44 +03:00
Ivan
ab75de1042 M: Update GraphUI
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-02 21:00:31 +03:00
Ivan
23f2e142cf F: Term graph rework pt1 2024-12-02 15:59:03 +03:00
Ivan
2b09044e8f M: Hide modal on backdrop click
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2024-11-28 14:10:44 +03:00