Mert E.
6724fd2f9d
chore: sync various ( #9864 )
...
* chore: sync various
Signed-off-by: mertmit <mertmit99@gmail.com>
* test: ws scope
Signed-off-by: mertmit <mertmit99@gmail.com>
* fix(nc-gui): ncSubmenu right icon visibility issue
* fix(nc-gui): use viewTypeAlias in all the places
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
Co-authored-by: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com>
3 days ago
Pranav C
2146f93761
fix: add missing await and treat form submit success only if it returns valid response
1 week ago
Pranav C
c0eeef4eff
fix: avoid showing red outline for required columns while loading data
1 week ago
Pranav C
c3319c62b7
fix: on edit formula extract initial datatype
1 week ago
Pranav C
10ca6c86c5
fix: computed tooltip extraction bug ( #9819 )
1 week ago
Anbarasu
06d9e94de9
fix: Invalid Date error format in calendar view ( #9809 )
2 weeks ago
Pranav C
6b31e00e24
refactor: cleanup and corrections
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 weeks ago
DarkPhoenix2704
ea2c326b5c
fix: scroll issue
2 weeks ago
DarkPhoenix2704
62332bb804
fix: hide sidebar issue
2 weeks ago
DarkPhoenix2704
9ad9367411
fix: expanded-row fixes
2 weeks ago
DarkPhoenix2704
dae06d31f9
fix: gallery view fixes
2 weeks ago
DarkPhoenix2704
d084955170
fix: add new row hidden
2 weeks ago
DarkPhoenix2704
579059f5c3
fix: add select selected event for Infinite table
2 weeks ago
DarkPhoenix2704
524f56145e
fix: rebase
2 weeks ago
DarkPhoenix2704
30a4cc7ec7
feat: gallery view infinite scroll
2 weeks ago
Ramesh Mane
e002ce67ca
fix(nc-gui): trigger field reload on adding new field
2 weeks ago
Pranav C
7271d0ba15
fix: minor ui corrections
2 weeks ago
Pranav C
b6a6bbee5f
fix: minor ui corrections
2 weeks ago
Pranav C
ccedb15113
fix: review comments
2 weeks ago
Pranav C
b037f4bdbe
fix: allow owner or creator to alter view type
2 weeks ago
Pranav C
d0a6841c0d
fix: condition correction
2 weeks ago
Pranav C
fc5e7aa2ba
fix: tootltip for menu items
2 weeks ago
Pranav C
f73812b672
fix: disable personal view option for default view
2 weeks ago
Pranav C
4465e7d7e5
refactor: allow owner/creator to transfer ownership of a view
2 weeks ago
Pranav C
5a7e827994
fix: personal icon change
2 weeks ago
Pranav C
d58f73c60b
feat: ownership transfer
2 weeks ago
Pranav C
d2b005709d
feat: assign view owner
2 weeks ago
Pranav C
b6e9ec649f
feat: personal view
2 weeks ago
amandesai01
d453914d4b
fix(extensions): url-preview: emit event from `<InfiniteTable/>`
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
DarkPhoenix2704
5c6b198206
feat: row expansion
2 weeks ago
DarkPhoenix2704
5c3c6cdbcc
fix: pr review changes
2 weeks ago
DarkPhoenix2704
c58352f40d
feat: mentions in rich Text
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
Ramesh Mane
6246a1c96b
Nc fix/extension follow-up changes ( #9721 )
...
* fix(nc-gui): extension pane new design changes
* fix(nc-gui): hide extensions btn on details tab
* fix(nc-gui): create new component for extensions tab of marketpalce
* fix(nc-gui): update marketplace card
* fix(nc-gui): extension tab scroll issue
* fix(nc-gui): extension modal header padding issue
* fix(nc-gui): auto scroll extensions on add/duplicate
* fix(nc-gui): auto scroll extension issue
* fix(nc-gui): update extension icons
* fix(nc-gui): data exporter extension button overflow issue
* fix(nc-gui): change extension list layout
* fix(nc-gui): add extension docs link
* fix(nc-gui): wrong publisher icon path in data exporter extension manifest
* fix(nc-gui): solid extension icon on panel open
* fix(nc-gui): extension marketplace placeholder image placement issue
* fix(nc-gui): select action table on add data exporter extension
* fix(nc-gui): on add data exporter extension select action view also
* fix(nc-gui): don't clear deleted exports from kvstore on clear extension data
* fix(nc-gui): show search icon instead of search input box in extension marketplace modal
* fix(nc-gui): pr review changes
* fix(nc-gui): update data exporter extension as per new design
* fix(nc-gui): update empty state
* fix(nc-gui): add tooltip on compact toolbar btns
* fix(nc-gui): update import extension as per new design
3 weeks ago
DarkPhoenix2704
d7cf477d31
fix: Calendar current time cursor is in the wrong place
4 weeks ago
Ramesh Mane
f861f71cdb
chore(nc-gui): lint
4 weeks ago
Pranav C
ea6ce8d27b
Miscellaneous fixes and improvements ( #9699 )
...
* fix: base icon color in breadcrumb
* fix: allow expanding nested record from expanded form
* fix: focus base lable in tree view on create/delete/load
* fix: avoid allowing deletion of display value
* fix: focus input field if activeElement is div
* fix: text area height issue
* refactor: show app version on hovering nocodb icon
* refactor: focus only if adding new record
* refactor: extract foreign key value for external source
4 weeks ago
Ramesh Mane
3e0fc8623e
fix(nc-gui): UI Error on toggle locked view ( #9714 )
4 weeks ago
Ramesh Mane
6f9ca7af9a
fix(nc-gui): allow user to submit form in locked view ( #9705 )
...
* fix(nc-gui): allow user to submit form in locked view
* fix(nc-gui): some minor changes
* fix(nc-gui): update form branding link
1 month ago
Pranav C
8e1c05090c
refactor: extract icon based on index
1 month ago
Pranav C
be95825039
refactor: allow using icon index for checkbox and rating
1 month ago
Pranav C
fc3e4d2462
refactor: revert unnecessary changes
1 month ago
Pranav C
6ca6310f75
refactor: use debounce and counter to avoid race conditions
1 month ago
Pranav C
4471bab718
fix: replace computeAsync with custom watch to avoid unnecessary formula helper functions
1 month ago
Pranav C
0d8083641f
fix: limit multi-select width and add space between option and tick icon ( #9659 )
1 month ago
Pranav C
31307830c3
fix: hide view menu in shared form
1 month ago
Ramesh Mane
e244718afa
fix(nc-gui): show field name alias in conditional field config dropdown ( #9640 )
1 month ago
Ramesh Mane
02a546b22b
fix(nc-gui): ai review changes
2 months ago
Ramesh Mane
640cea9b7d
fix(nc-gui): enable conditional fields in oss frontend changes
2 months ago