Commit graph

924 commits

Author SHA1 Message Date
nick-delirium
90bc6bc83e
ui: restrict meta list to 1 2025-03-07 17:12:45 +01:00
nick-delirium
b0e0321224
ui: fix ui crash 2025-03-07 16:09:51 +01:00
Andrey Babushkin
ad9883ceb2
Add lokalisation (#3105)
* applied eslint

* add locales and lint the project

* removed error boundary

* updated locales

* fix min files

* fix locales

* fix erorrs

* fix errors

* fix errors

* fix error
2025-03-07 11:18:12 +01:00
Andrey Babushkin
5c9a29570c
Add lokalisation (#3104)
* applied eslint

* add locales and lint the project

* removed error boundary

* updated locales

* fix min files

* fix locales

* fix erorrs

* fix errors
2025-03-07 10:43:08 +01:00
Andrey Babushkin
fd5c0c9747
Add lokalisation (#3092)
* applied eslint

* add locales and lint the project

* removed error boundary

* updated locales

* fix min files

* fix locales
2025-03-06 17:43:15 +01:00
nick-delirium
95455f761b
ui: checkbox spacing 2025-03-05 17:10:21 +01:00
Shekar Siri
ee4c5cf45d feat(ui): improve session search and count functionality
- Replace latestList with latestSessionCount to better track new sessions
- Move debouncing logic to PrivateRoutes for improved consistency
- Fix session count checking with proper API integration
- Clean up code formatting and remove unnecessary function calls

Signed-off-by: Shekar Siri <sshekarsiri@gmail.com>
2025-03-04 19:37:20 +01:00
Shekar Siri
66edf44f8b fix(ui): resolve tooltip conditional rendering
- Replace separate delay and disabled props with conditional title
- Ensure tooltip only shows content when not disabled
- Maintain consistent tooltip behavior across the application
- Prevent potential rendering errors on disabled tooltips
- Improve code maintainability for tooltip components

Signed-off-by: Shekar Siri <sshekarsiri@gmail.com>
2025-03-04 16:39:25 +01:00
Shekar Siri
0af941e543 refactor(SessionList): optimize component performance
- Fix TypeScript error with SessionItem JSX component
- Convert SessionItem to use modern React hooks and patterns
- Implement useCallback and useMemo for better rendering performance
- Properly handle optional chaining for conditional properties
- Remove console.log statements from search store
- Fix useEffect dependencies to prevent unnecessary rerenders
- Cleanup unused imports and commented code

Signed-off-by: Shekar Siri <sshekarsiri@gmail.com>
2025-03-04 16:33:01 +01:00
Shekar Siri
fd64d721c6 fix(ui): resolve SessionItem JSX rendering error
- Fix TypeScript error with SessionItem component by providing proper props
- Remove unused isSessionsRoute variable
- Remove commented out code for better clarity
- Fix formatting and indentation throughout the file
- Update setTimeout formatting to match project style

Signed-off-by: Shekar Siri <sshekarsiri@gmail.com>
2025-03-04 16:07:35 +01:00
Shekar Siri
f965c69a26 refactor(Copyright): modernize component and add dynamic year
- Convert from function to React.memo for better performance
- Replace hardcoded year with dynamic current year calculation
- Update styling classes to use Tailwind format
- Add hover states to improve UX
- Add rel="noopener noreferrer" for security best practices
- Change container from div to semantic footer element

Signed-off-by: Shekar Siri <sshekarsiri@gmail.com>
2025-03-04 15:47:01 +01:00
nick-delirium
5e10e168c6
ui: fix timetable crash on empty record 2025-03-04 13:41:52 +01:00
Shekar Siri
4ef61f6fb5 change(ui): sessions list header y padding 2025-03-03 18:39:58 +01:00
Shekar Siri
789427dd57 change(ui): copyright 2025-03-03 12:24:04 +01:00
nick-delirium
11a2ea48bc
ui: fix caching for autocomplete values 2025-02-28 17:39:21 +01:00
Shekar Siri
1146900dc0 fix(ui): search call behaviour 2025-02-28 17:26:36 +01:00
Ghaida Bouchaala
0a999247e4
update docs links (#3076) 2025-02-28 16:54:04 +01:00
Sudheer Salavadi
32b281f689
Improvements in Sessions list & Cobrowsing (#3071) 2025-02-27 20:26:03 +01:00
nick-delirium
19c8fba445
ui: fix button icons 2025-02-27 16:37:05 +01:00
nick-delirium
94e8e0319d
ui: fix cobrowse buttons 2025-02-27 16:17:41 +01:00
Delirium
968a3eefde
ui: migrating old components -> ant (#3060)
* ui: migrating old components -> ant

* ui: moving input, tooltip, toggler, checkbox... -> Toggler\s*(.)? from 'UI

* ui: more components moved

* ui: move popover to ant
2025-02-24 16:11:44 +01:00
nick-delirium
74f6c2cd66
ui: fix autoopen state 2025-02-21 17:15:37 +01:00
nick-delirium
c271e01dfc
ui: reload tags on project change 2025-02-21 15:42:59 +01:00
nick-delirium
e8835d3058
ui: fix button styling for assist 2025-02-21 12:40:22 +01:00
nick-delirium
963c8354c6
ui: fix playlink hover state 2025-02-19 09:27:05 +01:00
nick-delirium
63b6b39d75
ui: fix weird dateRange interaction with time picker 2025-02-18 13:05:48 +01:00
nick-delirium
adb359b3bf
ui: reset autocomplete values with project change 2025-02-17 14:47:56 +01:00
nick-delirium
9949928335
ui: support auto opening for AutocompleteModal 2025-02-14 16:14:17 +01:00
nick-delirium
ea142b9596
ui: special check for selected values 2025-02-13 17:27:29 +01:00
Sudheer Salavadi
08340eb0f4
Omni-Search filters modal updates (#3030) 2025-02-13 15:14:53 +01:00
nick-delirium
d031210365
ui: conditional rec fixes 2025-02-13 12:33:43 +01:00
nick-delirium
57041140cb
ui: fix custom comparison period generation 2025-02-12 15:53:26 +01:00
nick-delirium
7dc70c0ce5
ui: rm meta cta from event list modal 2025-02-12 09:24:04 +01:00
Sudheer Salavadi
f4b659e508
Improvements in Saved Search and Reset Password Modules (#3025) 2025-02-11 17:52:43 +01:00
nick-delirium
198c5e3a92
ui: fix autocomplete double fetch 2025-02-11 17:09:19 +01:00
nick-delirium
7da11341cf
ui: same filter keys for exclusion in sankey, fix meta cta 2025-02-11 16:58:42 +01:00
Shekar Siri
9492234ccc change(ui): close the share modal only on success 2025-02-11 16:46:53 +01:00
Shekar Siri
c2b84d18b5 fix(ui): project create or delete handling 2025-02-11 15:23:46 +01:00
nick-delirium
0d9c265452
ui: table card creation fix, notif item swap, empty metadata 2025-02-11 14:35:58 +01:00
nick-delirium
0b7b857d65
ui: swap html converter, fix tainted images map, forbid cors objects for highlight 2025-02-10 11:46:52 +01:00
nick-delirium
06bad31a7d
ui: prevent overflow in filter modals 2025-02-10 09:37:29 +01:00
Shekar Siri
d45347da2b fix(ui): session share modal fetch list and modal component 2025-02-07 16:47:21 +01:00
Shekar Siri
dd549b4c1f fix(ui): filters padding 2025-02-07 14:26:53 +01:00
Shekar Siri
5dc5f085b9 fix(ui): clear filters is disblaed for events 2025-02-07 14:05:09 +01:00
Shekar Siri
603df2d559 fix(ui): default filter for mobile is wrong 2025-02-07 10:13:08 +01:00
Shekar Siri
98405db9ff fix(ui): activeTab check crashing 2025-02-07 10:12:49 +01:00
Shekar Siri
d4092ebc69 fix(ui): filter item check for subcategory first 2025-02-06 15:51:44 +01:00
Shekar Siri
5d49a91dde fix(ui): drag events 2025-02-06 15:04:36 +01:00
Sudheer Salavadi
3dc933daf3
Product analytics refinements (#3011)
* Various UX, UI and Functional Improvements in  Dashboards & Cards

- Depth filter of Sankey chart data in frontend
- Dashboard & Cards empty state view updates
- Disabled save image feature on cards

* Fixed empty views and headers

* Various improvements across dashboards and cards.

* Dashboard and Sankey refinements.

* More improvements in Sankey and Dashboard

* Autocomplete with checklist -- improvements
2025-02-06 09:43:10 +01:00
Shekar Siri
500d70aa67 fix(ui): project form to use the same component that shows errors 2025-02-05 16:59:13 +01:00