Anbarasu
|
8efa77e1d2
|
Merge pull request #9791 from nocodb/nc-selection-issue
fix: remove selection
|
2 weeks ago |
DarkPhoenix2704
|
dee2e38331
|
fix: remove selection
|
2 weeks ago |
Ramesh Mane
|
5de1caf760
|
Nc extension url preview (#9789)
* feat(extensions): url preview
* fix(nc-gui): merge conflicts
---------
Co-authored-by: amandesai01 <amandesai01@gmail.com>
|
2 weeks ago |
Anbarasu
|
10c39bccdc
|
Merge pull request #9788 from nocodb/nc-develop
feat: row expansion
|
2 weeks ago |
DarkPhoenix2704
|
e8db699a92
|
fix: sqlite issues
|
2 weeks ago |
DarkPhoenix2704
|
d65d3d21eb
|
fix: build
|
2 weeks ago |
DarkPhoenix2704
|
5c6b198206
|
feat: row expansion
|
2 weeks ago |
Anbarasu
|
e126456ca7
|
Merge pull request #9766 from nocodb/nc-mention-richtext
Nc feat/long-text-mentions
|
2 weeks ago |
DarkPhoenix2704
|
b1efcea093
|
fix: typo
|
2 weeks ago |
DarkPhoenix2704
|
0e3c689b5a
|
fix: add missing dependencies
|
2 weeks ago |
DarkPhoenix2704
|
2b89199177
|
fix: add missing dependencies
|
2 weeks ago |
navi
|
b1e692e40d
|
New Crowdin updates (#9783)
* New translations en.json (Korean)
* New translations en.json (Swedish)
|
2 weeks ago |
DarkPhoenix2704
|
5c3c6cdbcc
|
fix: pr review changes
|
2 weeks ago |
DarkPhoenix2704
|
63745671ee
|
fix: store richtext expanded width and height
|
2 weeks ago |
DarkPhoenix2704
|
eb314d6bcd
|
fix: width and height preservation
|
2 weeks ago |
DarkPhoenix2704
|
385548972a
|
feat: row mention template
|
2 weeks ago |
DarkPhoenix2704
|
8f76549750
|
fix: mentions separation
|
2 weeks ago |
DarkPhoenix2704
|
e5c6c3cc07
|
fix: oss sync
|
2 weeks ago |
DarkPhoenix2704
|
cc3e3d6f67
|
fix: move to cloud
|
2 weeks ago |
DarkPhoenix2704
|
bc026610af
|
fix: mentions fixes
|
2 weeks ago |
DarkPhoenix2704
|
c58352f40d
|
feat: mentions in rich Text
|
2 weeks ago |
navi
|
07212b8589
|
New Crowdin updates (#9782)
* New translations en.json (Korean)
* New translations en.json (Swedish)
* New translations en.json (Japanese)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Khmer)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Malayalam)
* New translations en.json (Kannada)
* New translations en.json (Bengali, India)
* New translations en.json (Nepali)
|
2 weeks ago |
Anbarasu
|
b66c5741e2
|
Merge pull request #9781 from nocodb/nc-copy-paste-fix
fix: copy rows is broken in infinite scroll
|
2 weeks ago |
DarkPhoenix2704
|
9686e74d37
|
fix: copy row is broken in infinite scroll
|
2 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>
|
2 weeks ago |
navi
|
8303a13f24
|
New translations en.json (Korean) (#9779)
|
2 weeks ago |
Pranav C
|
49ac5e60a2
|
Merge pull request #9772 from nocodb/nc-fix/misc
Nc fix/misc
|
2 weeks ago |
Pranav C
|
38db60b992
|
refactor: remove unused import
|
2 weeks ago |
Pranav C
|
5232a37af7
|
fix: v2 api path correction
|
2 weeks ago |
Pranav C
|
5b3213d0e2
|
refactor: fallbacks to htttps scheme as default
|
2 weeks ago |
Pranav C
|
faa300e92a
|
chore: lint
|
2 weeks ago |
Pranav C
|
c3f937a576
|
refactor: skip usecase part
|
2 weeks ago |
Pranav C
|
52cf3ab244
|
fix: encode url if not encoded
|
2 weeks ago |
Pranav C
|
09fed8f4d8
|
fix: missing duplicate shared base
|
2 weeks ago |
Pranav C
|
ea821edb13
|
fix: password reset page
|
2 weeks ago |
Pranav C
|
f9dab2a343
|
fix: handle if meta is not defined/null
|
2 weeks ago |
Anbarasu
|
af2e7ca694
|
Merge pull request #9775 from nocodb/nc-fix/formula-special-chars
fix: Formula - special character in identifier bug
|
2 weeks ago |
Pranav C
|
747cddfdef
|
fix: formula identifier special character bug
|
2 weeks ago |
Pranav C
|
23e75737c6
|
Merge pull request #9771 from nocodb/docs/example-update
docs: operator list mentioend explicitly
|
2 weeks ago |
Raju Udava
|
64d8fa34cb
|
docs: operator list mentioend explicitly
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 weeks ago |
Mert E.
|
812dbecd36
|
Merge pull request #9770 from nocodb/nc-refactor/move-upgrader-tomigration-job
refactor: Move link recover and duplicate remove upgrader to migration jobs
|
2 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>
|
2 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>
|
2 weeks ago |
Pranav C
|
326aecad15
|
refactor: cleanup and add logs
|
2 weeks ago |
Pranav C
|
9b5f82b7e6
|
refactor: move link recover and duplicate remove upgrader to migration job
|
2 weeks ago |
Anbarasu
|
93728095ec
|
Merge pull request #9765 from nocodb/nc-minio-handle-endpoint
fix: normalize endpoint url in Minio
|
2 weeks ago |
Anbarasu
|
95b9c484f0
|
Merge pull request #9764 from nocodb/nc-fix/refactor-alias
fix: simplify alias generation for groupby
|
3 weeks ago |
DarkPhoenix2704
|
2693d5e051
|
fix: refactor aliasMapper
|
3 weeks ago |
DarkPhoenix2704
|
38d05799f9
|
fix: simplify alias generation for groupby
|
3 weeks ago |
DarkPhoenix2704
|
d7b83b33bd
|
fix: normalize endpoint url
|
3 weeks ago |