Commit Graph

540 Commits

Author SHA1 Message Date
Ivan
873a26483c F: Replace react-select with shadcn based analogue 2025-04-13 17:17:25 +03:00
Ivan
efd143ae94 F: Merge with shadcn styling 2025-04-12 21:47:46 +03:00
Ivan
e7ee9d9667 B: Fix combo-box for release 2025-04-11 21:45:05 +03:00
Ivan
b91ec793e9 F: Replace SelectSingle with combobox 2025-04-11 19:59:08 +03:00
Ivan
bcd54d22b6 F: Implement combo-box 2025-04-10 17:52:36 +03:00
Ivan
91261a745b F: Improve shadcn Select integration 2025-04-10 11:07:04 +03:00
Ivan
5c75b01646 F: Use radix-ui select element for versionSelector 2025-04-09 20:08:36 +03:00
Ivan
c78834aa5b B: Fix search bar width 2025-04-08 22:32:52 +03:00
Ivan
422f1bb49a F: Various UI fixes 2025-04-08 12:03:36 +03:00
Ivan
27dcb3a4cc M: Improve color animations 2025-04-07 22:25:53 +03:00
Ivan
39c3a84c9a M: Add debounce effect to node selection 2025-04-07 22:06:00 +03:00
Ivan
531c44d3c8 R: Split context and state dependencies to improve hot reload 2025-04-07 21:46:19 +03:00
Ivan
e308a52b35 M: Sort users in select user component 2025-04-07 21:43:20 +03:00
Ivan
040601b16b F: Introduce shadcn, implement okclh colors 2025-04-07 15:25:23 +03:00
Ivan
5efce874b2 R: Restructuring layout data pt2 2025-04-06 15:47:40 +03:00
Ivan
3271d9244c R: Restructuring layout data pt1 2025-04-06 13:28:00 +03:00
Ivan
4dc8673ae4 Update use-escape-key.ts 2025-04-02 18:45:39 +03:00
Ivan
20b56f59b4 B: Prevent default behavior when ESC is intercepted 2025-04-02 17:43:15 +03:00
Ivan
b29a9d603f M: Fix copyright 2025-03-28 18:39:21 +03:00
Ivan
37ed795ad1 M: Improve fullname label and fix clone defaults 2025-03-25 23:03:09 +03:00
Ivan
417583efa5 R: Change fieldname comment to description 2025-03-25 22:30:15 +03:00
Ivan
03fc03a108 F: Replace clickOutside with onBlur trigger for dropdowns 2025-03-20 19:46:50 +03:00
Ivan
419b5e6379 B: Fix pagination change rendering error 2025-03-20 19:30:58 +03:00
Ivan
1cd780504d F: Improve styling and accessibility 2025-03-20 18:24:07 +03:00
Ivan
7adbaed116 F: Enable compression for backend responses 2025-03-20 15:34:39 +03:00
Ivan
341db80e68 R: Improve ValueIcon component 2025-03-20 14:41:48 +03:00
Ivan
9bfdc56789 F: Improve buttons accessibility 2025-03-20 11:50:00 +03:00
Ivan
f92e086b13 F: Accessibility improvements 2025-03-19 23:28:32 +03:00
Ivan
9f64282385 B: Fix font loading and small issues 2025-03-19 16:12:18 +03:00
Ivan
f21295061d F: Add StyleLint tooling and fix some CSS issues 2025-03-19 15:11:43 +03:00
Ivan
76902b34ae F: Improve OSS create operations 2025-03-19 13:25:20 +03:00
Ivan
ff744b5367 M: Revert to default selection behavior and fix minor issues 2025-03-19 13:03:26 +03:00
Ivan
ec40fe04ac B: Fix search dropdown 2025-03-18 22:27:43 +03:00
Ivan
c341360e90 M: Minor UI improvements 2025-03-14 21:06:31 +03:00
Ivan
eb48014e2f R: Replace enums with const objects 2025-03-14 20:43:30 +03:00
Ivan
8bf829513f R: Remove unused symbols 2025-03-13 23:20:52 +03:00
Ivan
5f524e2e6b B: Fix redirect on first load 2025-03-13 20:20:59 +03:00
Ivan
ea8c86119c B: Fix dialog heights for fullscreen dialogs 2025-03-13 20:13:57 +03:00
Ivan
65c210b047 M: Fix react-toaster size for small screens
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2025-03-13 14:54:28 +03:00
Ivan
ed89591af9 R: Simplify inline styles pt3 2025-03-13 14:40:56 +03:00
Ivan
a60f63455c R: Simplify inline styles pt2 2025-03-13 13:30:31 +03:00
Ivan
503e447073 R: Simplify inline styles pt1 2025-03-13 01:20:46 +03:00
Ivan
a2dd94637b M: Improve table styling 2025-03-12 23:38:24 +03:00
Ivan
4ec2272c5f B: Fix navigation bar animation 2025-03-12 23:27:05 +03:00
Ivan
023987d511 M: Remove unnecessary will-change attributes 2025-03-12 23:10:38 +03:00
Ivan
342c315c45 F: Add masking blur effects for edges of graphs 2025-03-12 23:08:01 +03:00
Ivan
ab551a3ece Update data-table.tsx 2025-03-12 22:40:29 +03:00
Ivan
ea97a7a075 R: Improve data-table internals 2025-03-12 21:07:01 +03:00
Ivan
85faab2078 R: Migrate to snake-case pt3 2025-03-12 12:12:45 +03:00
Ivan
aac1b072bc R: Migrate to snake-case pt2 2025-03-12 12:04:23 +03:00
Ivan
cb178e69cd R: Migrate to snake-case pt1 2025-03-12 11:54:32 +03:00
Ivan
fb23c32ca8 R: Move pagination handling to main body 2025-03-12 00:18:34 +03:00
Ivan
2b0f074ffa M: Improve checkboxes 2025-03-11 23:37:03 +03:00
Ivan
f5cf5af7d7 M: Prevent blockNavigation to cause rerenders 2025-03-11 23:24:45 +03:00
Ivan
15cd3fb306 M: Add distinguishing border for focusCst 2025-03-11 22:56:16 +03:00
Ivan
92d3d2676b M: Improve location picker 2025-03-11 22:24:51 +03:00
Ivan
c04ea8993e M: Small layout fixes 2025-03-11 14:42:27 +03:00
Ivan
1643cd737c B: Fix modal layout 2025-03-11 12:56:32 +03:00
Ivan
3d63c25845 R: Refactor layout definitions 2025-03-11 12:48:32 +03:00
Ivan
aea9dececf R: Refactor tabs layout 2025-03-11 11:35:22 +03:00
Ivan
7c89a04255 B: Fix modals and EditVersions 2025-03-11 11:00:52 +03:00
Ivan
ff18a22b14 B: fix build
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled
Frontend CI / build (22.x) (push) Has been cancelled
2025-03-10 16:19:51 +03:00
Ivan
99507a9b8d F: Improve styling pt2 2025-03-10 16:01:40 +03:00
Ivan
a85112e265 F: Improve styling 2025-03-09 21:57:21 +03:00
Ivan
8d44919303 R: Remove redundant containers 2025-03-07 22:04:56 +03:00
Ivan
38149d7168 F: Refactor z-index and stacking 2025-03-07 20:38:02 +03:00
Ivan
fce995f27d F: Improve layout by reworking dropdowns 2025-03-07 02:45:37 +03:00
Ivan
ad1d1a47d6 T: Add logout test 2025-03-06 22:26:08 +03:00
Ivan
39938ff9dd R: Add e2e tests for login 2025-03-06 21:09:09 +03:00
Ivan
b9e5331d91 R: Refactor table usage 2025-03-05 00:57:03 +03:00
Ivan
28c84d90ba M: Update error msg text 2025-03-05 00:16:02 +03:00
Ivan
b63767a401 R: useContext -> use hook 2025-03-05 00:09:00 +03:00
Ivan
bfcaeb1ac5 R: Refactor constituents search 2025-03-04 14:30:08 +03:00
Ivan
87b8a8d224 R: Add container class for further queries 2025-03-04 12:23:23 +03:00
Ivan
d5386619e5 B: Fix buttons layout 2025-03-04 12:22:39 +03:00
Ivan
03578aa0b5 B: Improve typechecks and fix backend API data 2025-03-02 19:07:12 +03:00
Ivan
a47cebf456 M: Fix height for tooltip 2025-02-27 14:00:46 +03:00
Ivan
238a22b42f R: Update inline packages
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2025-02-26 23:49:34 +03:00
Ivan
87e7b36a95 M: replace deprecated API 2025-02-26 22:23:19 +03:00
Ivan
3351ebc637 B: Fix validation after setValue 2025-02-26 22:10:18 +03:00
Ivan
41aa6106da R: Refactor graph rendering and selection update 2025-02-26 20:46:33 +03:00
Ivan
a470a6c475 M: Refactor tooltips loading 2025-02-26 20:34:58 +03:00
Ivan
efbeb2a343 M: Improve notification delays 2025-02-26 16:46:04 +03:00
Ivan
bade714fbf F: Improve navigation API. Implement async versions 2025-02-26 16:28:16 +03:00
Ivan
1911b04094 Update OssFlow.tsx 2025-02-26 13:48:21 +03:00
Ivan
cab9ae8efc F: Improve OSS graph interactions 2025-02-26 12:54:51 +03:00
Ivan
ba11c1f82b R: Refactor feature dependencies 2025-02-26 00:16:22 +03:00
Ivan
be2ea32674 M: Fix selection styling 2025-02-26 00:10:23 +03:00
Ivan
957313dd43 F: Remove unusable save to image feature 2025-02-25 22:14:45 +03:00
Ivan
091182cf5f R: Reowk TGFlow rerenders 2025-02-25 21:48:22 +03:00
Ivan
90d35484ad B: Fix z-index 2025-02-25 13:24:06 +03:00
Ivan
542b137622 F: Simplify termgraph tooltip 2025-02-25 13:19:07 +03:00
Ivan
63160fe537 Update colors.ts 2025-02-25 13:13:39 +03:00
Ivan
dd79312056 F: Simplify TGFlow tooltips 2025-02-25 12:42:00 +03:00
Ivan
1b1b287004 R: Refactor menu bars and fix QR dialog styling 2025-02-23 16:53:23 +03:00
Ivan
c5238bf1a0 F: Rework users API 2025-02-22 19:21:10 +03:00
Ivan
21269a1072 R: Redistribute constant and global dependencies 2025-02-22 18:39:24 +03:00
Ivan
9dcba3c586 R: Use line-clamp for line limitation 2025-02-22 18:02:31 +03:00
Ivan
b6b57b8b1e B: Fix edit operation form 2025-02-22 17:25:40 +03:00
Ivan
d123d96ea3 F: Improve animations and styling 2025-02-22 16:12:29 +03:00