Pranav C
|
5e0968d121
|
fix: handle insert when missing primary key
|
2 weeks ago |
Pranav C
|
80ae0f1938
|
fix: recreate colOptions only if all required fields are included
|
2 weeks ago |
Pranav C
|
a93fa3e678
|
fix: webhook payload corrections
|
2 weeks ago |
Pranav C
|
43b4e224dd
|
refactor: set default refresh token expiry to 30 days
|
2 weeks ago |
Pranav C
|
3bfd6b0171
|
refactor: add null check
|
2 weeks ago |
Pranav C
|
e86e76002c
|
chore: lint
|
2 weeks ago |
Pranav C
|
5fb1a702ba
|
refactor: replace promise then with async/await
|
2 weeks ago |
Pranav C
|
c631dee8cb
|
refactor: apply refresh token expiry for cookie as well
|
2 weeks ago |
Pranav C
|
6b31e00e24
|
refactor: cleanup and corrections
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 weeks ago |
mertmit
|
165b54fbc5
|
feat: button migration
|
3 weeks ago |
github-actions[bot]
|
72f7239ff8
|
chore: update sdk path
|
3 weeks ago |
pranavxc
|
e3c7343676
|
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
|
3 weeks ago |
DarkPhoenix2704
|
524f56145e
|
fix: rebase
|
3 weeks ago |
DarkPhoenix2704
|
30a4cc7ec7
|
feat: gallery view infinite scroll
|
3 weeks ago |
Pranav C
|
f4519fbddf
|
refactor: migration name
|
3 weeks ago |
Pranav C
|
6ee538d1d7
|
fix: bug related to populate meta
|
3 weeks ago |
Pranav C
|
11d781bf3c
|
fix: persist lock_type and owner across duplicate views
|
3 weeks ago |
Pranav C
|
0a0a634ed3
|
fix: corrections and playwright test(WIP)
|
3 weeks ago |
Pranav C
|
4465e7d7e5
|
refactor: allow owner/creator to transfer ownership of a view
|
3 weeks ago |
Pranav C
|
4ffe174322
|
fix: persist owner while duplicating
|
3 weeks ago |
Pranav C
|
c478523a02
|
feat: handle peronal view similar to locked view and restrict filter/sort/field changes
|
3 weeks ago |
Pranav C
|
d58f73c60b
|
feat: ownership transfer
|
3 weeks ago |
Pranav C
|
d2b005709d
|
feat: assign view owner
|
3 weeks ago |
Pranav C
|
b6e9ec649f
|
feat: personal view
|
3 weeks ago |
Pranav C
|
365a4ca688
|
fix: corrections
|
3 weeks ago |
Pranav C
|
af2e8c854d
|
feat: migration
|
3 weeks ago |
DarkPhoenix2704
|
e8db699a92
|
fix: sqlite issues
|
3 weeks ago |
DarkPhoenix2704
|
d65d3d21eb
|
fix: build
|
3 weeks ago |
DarkPhoenix2704
|
5c6b198206
|
feat: row expansion
|
3 weeks ago |
DarkPhoenix2704
|
cc3e3d6f67
|
fix: move to cloud
|
3 weeks ago |
DarkPhoenix2704
|
c58352f40d
|
feat: mentions in rich Text
|
3 weeks ago |
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>
|
3 weeks ago |
Pranav C
|
5232a37af7
|
fix: v2 api path correction
|
3 weeks ago |
Pranav C
|
c3f937a576
|
refactor: skip usecase part
|
3 weeks ago |
Pranav C
|
09fed8f4d8
|
fix: missing duplicate shared base
|
3 weeks ago |
Pranav C
|
ea821edb13
|
fix: password reset page
|
3 weeks ago |
Pranav C
|
f9dab2a343
|
fix: handle if meta is not defined/null
|
3 weeks ago |
Pranav C
|
44c1b37a4f
|
Update packages/nocodb/src/modules/jobs/migration-jobs/nc_job_003_recover_links.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
3 weeks ago |
Pranav C
|
1f6a314835
|
Update packages/nocodb/src/modules/jobs/migration-jobs/nc_job_003_recover_links.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
3 weeks ago |
Pranav C
|
326aecad15
|
refactor: cleanup and add logs
|
3 weeks ago |
Pranav C
|
9b5f82b7e6
|
refactor: move link recover and duplicate remove upgrader to migration job
|
3 weeks ago |
DarkPhoenix2704
|
d7b83b33bd
|
fix: normalize endpoint url
|
4 weeks ago |
Pranav C
|
e90bd6a8eb
|
fix: populate index name to avoid duplicate index names for long table names (#9762)
|
4 weeks ago |
DarkPhoenix2704
|
4773236c70
|
fix: simplify condition
|
4 weeks ago |
DarkPhoenix2704
|
f63dd8b6cc
|
handle blank and notblank for formulas
|
4 weeks ago |
Pranav C
|
3ce52ed772
|
refactor: disable upgrader
|
4 weeks ago |
Pranav C
|
f54b1e6273
|
refactor: improved logs
|
4 weeks ago |
Pranav C
|
6ac6a2e0f3
|
fix: corrections in upgrader
|
4 weeks ago |
Pranav C
|
49216a1128
|
fix: add updgrader to recover broken links
|
4 weeks ago |
Pranav C
|
390c76bbd9
|
fix: insert colOpt only if deleted
|
4 weeks ago |