Commit Graph

119 Commits

Author SHA1 Message Date
Ramesh Mane
9a4623ce49 fix(nc-gui): some mini sidebar related changes 2025-05-28 09:42:15 +00:00
Ramesh Mane
ae0b531d16 fix(nc-gui): update mini sidebar item hit area 2025-05-28 09:42:15 +00:00
Ramesh Mane
9ecdeb71e6 fix(nc-gui): update hit area of user profile mini sidebar btn 2025-05-28 09:42:15 +00:00
Ramesh Mane
312fde7322 chore(nc-gui): lint 2025-05-19 10:52:54 +00:00
Ramesh Mane
aeac273043 fix(nc-gui): add loading state 2025-05-17 06:32:02 +00:00
Ramesh Mane
88de372d56 fix(nc-gui): small screen ui issue 2025-05-17 06:32:01 +00:00
Ramesh Mane
e5e15e515c fix(nc-gui): some review changes 2025-05-17 06:32:00 +00:00
Ramesh Mane
32ebf3dfa0 fix(nc-gui): add workspace title in base list header 2025-05-17 06:31:57 +00:00
Ramesh Mane
ff4d747d30 chore(nc-gui): lint 2025-05-17 06:31:54 +00:00
Ramesh Mane
48ae796bb1 fix(nc-gui): some review changes 2025-05-17 06:31:53 +00:00
Ramesh Mane
3d927f2d35 fix(nc-gui): overflow and gap issue 2025-05-17 06:31:52 +00:00
Ramesh Mane
f4d0b3344c fix(nc-gui): overflow issue 2025-05-17 06:31:51 +00:00
Ramesh Mane
24f20cb103 fix(nc-gui): update minisidebar icons and state 2025-05-17 06:31:50 +00:00
Ramesh Mane
8e5f2e607f fix(nc-gui): update left sidebar icons 2025-05-17 06:31:50 +00:00
Ramesh Mane
5e36f7bcb3 fix(nc-gui): closes sidebar width issue 2025-05-17 06:31:48 +00:00
Ramesh Mane
f1919d4864 fix(nc-gui): add base list component 2025-05-17 06:31:48 +00:00
Ramesh Mane
e916d35494 fix(nc-gui): some ui changes 2025-05-17 06:31:46 +00:00
Ramesh Mane
e9296a4858 fix(nc-gui): some ui changes 2025-05-17 06:31:46 +00:00
Ramesh Mane
6f4d7eba39 feat(nc-gui): minisidebar 2025-05-17 06:31:46 +00:00
Pranav C
5a7f8b7f80 feat: add version in sidebar 2025-05-12 07:23:20 +00:00
mertmit
e9d59e4e97 fix: various
Signed-off-by: mertmit <mertmit99@gmail.com>
2025-04-21 15:08:00 +03:00
Ramesh Mane
c1bff38536 fix: audit permissions and filter event cat 2025-01-27 08:25:19 +00:00
Ramesh Mane
7b0b782392 fix(nc-gui): reset audit filters on navigating to account settings 2025-01-27 08:25:16 +00:00
Pranav C
055c920ee5 refactor: corrections and improvements 2025-01-22 12:53:36 +00:00
Pranav C
3cde7fe697 chore: enable language by default 2025-01-22 12:53:36 +00:00
Raju Udava
5a35e107c5 fix: set-2 2025-01-02 12:04:04 +00:00
Raju Udava
389a623cc8 fix: i18n menu items 2025-01-02 12:04:04 +00:00
Ramesh Mane
307f9d5a5a fix(nc-gui): enable language in ee under beta feature 2025-01-01 09:23:11 +00:00
Ramesh Mane
49ad02238b fix(nc-gui): lang popover bg issue 2025-01-01 09:23:10 +00:00
Pranav C
f3a3419c33 feat: enable i18n in ee 2025-01-01 09:23:10 +00:00
Ramesh Mane
650774154d fix(nc-gui): pr review changes 2024-12-27 14:39:59 +05:30
Ramesh Mane
dc369f274d fix(nc-gui): add meta props in generalUserIcon component 2024-12-27 14:39:59 +05:30
Ramesh Mane
f9413ca002 fix(nc-gui): update topbar icon 2024-12-26 08:01:47 +01:00
Ramesh Mane
372107e753 fix(nc-gui): update some menu dropdown components 2024-12-26 08:01:46 +01:00
Ramesh Mane
c1816d398a fix(nc-gui): keep same color for all items of sidebar 2024-12-25 13:44:29 +00:00
Ramesh Mane
3770f75658 fix(nc-gui): sidebar feed menu gap issue 2024-12-25 13:44:29 +00:00
Ramesh Mane
ee53cf0446 fix(nc-gui): sidebar bottom section alignment issue 2024-12-25 13:44:28 +00:00
Ramesh Mane
3d7838fa6b fix(nc-gui): update sidebar font weight 2024-12-25 13:44:28 +00:00
Ramesh Mane
6f897b8f4b fix(nc-gui): sidebar font weight changes 2024-12-25 13:44:28 +00:00
DarkPhoenix2704
51dba73397 chore: lint 2024-12-24 04:56:47 +00:00
DarkPhoenix2704
c962a3eae2 fix: better snow fall effect 2024-12-24 04:56:46 +00:00
DarkPhoenix2704
568d63f96f fix: keep animation until eve 2024-12-24 04:56:46 +00:00
DarkPhoenix2704
1b42ea1376 feat: snowfall icon 2024-12-24 04:56:45 +00:00
DarkPhoenix2704
538f5999ad feat: christmas easter egg 2024-12-24 04:56:45 +00:00
Anbarasu
04f49c13d8 feat: infinite scroll (#9403)
* feat: infinite scroll wip

* feat: implement column create

* feat: improve scroll performance and minor bugs

* fix: optimize cache clear fix: preserver selected items from cache clear

* feat: add keyboard support

* fix: get rid of unwanted data

* feat: infinite scroll

* fix: reload visible data

* fix: rowIndex Sync

* fix: row height fix

* fix: performance issues

* fix: small issues

* fix: stablize scrolling

* fix: scroll fails to load new data

* fix: best part is no part remove bunch of manual handling and move to computedProperty

* fix: load data as chunks instead of offset

* fix: deboucne 500 ms

* feat: safe chunk clearing

* feat: working infinite table(wip)

* fix: handle delete selected range of rows

* fix: update types

* fix: nuxt warnings

* fix: table fixes

* feat: undo-redo support for infiniteTable

* fix: fix addEmptyRow

* fix: groupby fixes

* fix: refactor visibleDtaa computed

* fix: cache clear

* fix: invalid offset error

* fix: add empty row elem

* fix: rows not loading at end

* fix: refactor

* fix: more tests passing

* fix: perf optimizations

* fix: couple tests

* fix: row height tests

* fix: row height tests

* fix: row height tests

* fix: sync row comment count

* fix: fixes

* fix: lot of tests

* fix: update the row placeholder columns size calculation

* fix: update the totalRows on loadData

* fix: tests when count is 0

* fix: hide placeholder if rowHeight is small

* fix: not required imo as infinite scroll is implemented

* fix: links tests

* fix: filter tests

* fix: insert after test fix: Row: Create, Update, Delete fix: Row height fix: Create column tests

* fix: error, timezone bug fix: shared view data not loading after 100

* fix: ignore shifting. this fixes errors in rows, which has some mandatory required cells

* fix: keyboardShortcuts test

* fix: project collaboration test

* fix: increase local cache fix: records empty on switching to full screen mode fix: links issue on new records

* fix: row and col margin for improved data rendering

* fix: addEmptyRow to table bottom

* fix: update gridShare test fix: shared view grid feat: new count endpoint public

* fix: undo-redo test failing

* fix: bulkUpdate chore: disabled bulkUpdate tests for now

* fix: slow searchBtn

* fix: limit max selection

* fix: limit selection to 100

* fix: initial chunk load to 100

* fix: couple fixes

* fix: couple fixes

* fix: row expand

* fix: scrollto Top and scrollTo Bottom on Shift Cmd Down/Up

* fix: drop support for cmd A

* fix: failing tests

* fix: error on clicking resize col

* fix: premature fetching

* fix: deleteSelected not working properly

* fix: test build

* fix: test build

* fix: throttled 500

* fix: scroll related issues fix: added transitions

* fix: scroll related issues

* fix: decrease col margin

* fix: increase local cache and update Buffer

* fix: decrease throttle

* fix: improve scroll performance

* fix: improve scroll performance

* fix: improve scroll performance

* fix: fixes

* feat: beta toggle show

* feat: beta toggle show

* fix: hold scroll action

* fix: sync visible data reloadVisibleDataHook

* fix: refactor useBetaFeatureToggle fix: useMultiSelect in table

* fix: dynamically reduce margin while loading records

* fix: some bugs

* fix: data loading in infinitescroll

* fix: shared view and search issues

* feat: betaToggles menu

* fix: scroll showing up in aggregation

* fix: text

* fix: implement shifting in addEmptyRow

* fix: calculate slices on rowHeight modified

* fix: keep invalid cells until another row selected

* fix: remove row if filter gets failed

* fix: update styles

* fix: move filter handling to nocodb-sdk

* fix: user field filter

* fix: sort order

* fix:user field sorting

* fix: update virtual cols

* fix: updated sort handling

* fix: updated sort handling

* fix: updated sort handling for bulkUpdate and undo-redo

* fix: unit tests

* fix: deleteSelectedRecords fails

* fix: chunkstates errors

* fix: sort bugs

* fix: scroll position

* fix: delete selectedrange of records

* fix: improved chunk management

* fix: sync toggle states across tabs

* fix: sync between tabs

* fix: limit issues

* fix: update issues

* fix: zIndex

* fix: minor fixes

* fix: cmd arrow issue

* fix: bulkdelete index issues

* fix: empty rows at top

* fix: queue add new record behaviour

* fix: resolve rowObj addEmptyRow

* fix: typo

* fix: clear indexes

* fix: reload if width is zero

* fix: manual handling

* fix: remove console

* fix: prefetch when scroll from below

* fix: refactor fixes

* fix:undo-redo with sort

---------

Co-authored-by: mertmit <mertmit99@gmail.com>
2024-11-08 11:38:47 +05:30
DarkPhoenix2704
5a104101fe fix: telemetry updates 2024-10-04 09:13:50 +00:00
DarkPhoenix2704
a8dc019444 fix: refactor available feed trigger fix: handle twitter error 2024-10-02 10:55:13 +00:00
DarkPhoenix2704
fbc3502a7d fix: refactor endpoints 2024-10-02 05:54:26 +00:00
DarkPhoenix2704
510e53309d fix: minor bugs 2024-10-02 05:54:26 +00:00
DarkPhoenix2704
0e9b9575d1 fix: hover effects fix: some bugs 2024-10-02 05:54:25 +00:00