Ramesh Mane
6de41d261e
Nc fix/misc UI changes ( #9829 )
...
* fix(nc-gui): update text from UI ACL to View access
* fix(nc-gui): add missing translation key
* fix: view visibility
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
1 week ago
DarkPhoenix2704
524f56145e
fix: rebase
2 weeks ago
DarkPhoenix2704
30a4cc7ec7
feat: gallery view infinite scroll
2 weeks ago
Raju Udava
85fcea4345
fix: icon size
2 weeks ago
Pranav C
b6a6bbee5f
fix: minor ui corrections
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
Pranav C
aae5d9663e
feat: auto generate connection fix on failure for known connection issues
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
288cfa8b75
fix(nc-gui): Prevent keyboard shortcuts if user is in cell edit mode or any other active input element ( #9600 )
...
* fix(nc-gui): stop event propogation is active element is input
* fix(nc-gui): disable expanded form keyboard shortcuts navigation if it is first row or last row
* fix(nc-gui): oss test fail issue
2 months ago
Ramesh Mane
c7fad698be
Nc fix: skip confirmation modal for duplicate view ( #9586 )
...
* feat(nocodb): add view copy api backend changes
* fix(nc-gui): skip duplicate view modal
* revert(nocodb): duplicate view api changes
* chore: lint
* fix(nc-gui): update duplicate view return type
* fix(nc-gui): ai review changes
* fix(nc-gui): update duplicate view test cases
* fix(nc-gui): pr review changes
2 months ago
DarkPhoenix2704
5a104101fe
fix: telemetry updates
2 months ago
DarkPhoenix2704
a8dc019444
fix: refactor available feed trigger fix: handle twitter error
2 months ago
DarkPhoenix2704
fbc3502a7d
fix: refactor endpoints
2 months ago
DarkPhoenix2704
510e53309d
fix: minor bugs
2 months ago
DarkPhoenix2704
0e9b9575d1
fix: hover effects fix: some bugs
2 months ago
DarkPhoenix2704
30a5d73d45
fix: design corrections
2 months ago
DarkPhoenix2704
e312b486de
fix: pr review changes
2 months ago
DarkPhoenix2704
7d8f351aa5
fix: update swagger apis
2 months ago
DarkPhoenix2704
2d5c12b164
fix: review changes
2 months ago
DarkPhoenix2704
b420d88616
feat: feed wip
2 months ago
Ramesh Mane
46e6cff0a3
Nc fix/duplicate name update ( #9573 )
...
* fix(nc-gui): duplicated view name issue
* fix(nc-gui): duplicated webhook title issue
* fix(nc-gui): duplicated field name issue from MFE
* fix(nocodb): duplicate integration unique name issue
* fix(nc-gui): duplicate default view is throwing error in views are not loaded
* test(nc-gui): update copyview test case
* fix(nocodb): ai review changes
* test(nc-gui): update MFE duplicate field test case
* test(nc-gui): fix kanban view test fail issue
2 months ago
Ramesh Mane
6653e8e7cc
Nc fix/dev warnings ( #9541 )
...
* fix(nc-gui): div cannot be child of table
* fix(nc-gui): div cannot be child of tr
2 months ago
Pranav C
6b6d6dff32
fix: disable form view creation only for data readonly source ( #9487 )
2 months ago
Pranav C
382156fab9
fix: clear store values only after redirecting to SignIn page ( #9412 )
3 months ago
Pranav C
02ec94583f
refactor: review comments
3 months ago
Pranav C
0fadae99af
refactor: review comments
3 months ago
Pranav C
00dd1001a4
refactor: review comments
3 months ago
Pranav C
22309fac2a
refactor: hide email and storage related plugins from appstore
3 months ago
Ramesh Mane
e808ef4a15
Nc Fix: Update extension UI as per new design ( #9306 )
...
* fix(nc-gui): show extension as floating
* chore(nc-gui): add puzzle icon
* fix(nc-gui): toolbar searchbox auto close issue on clearing input value
* fix(nc-gui): update extension header
* fix(nc-gui): update extension panel as per new design
* fix(nc-gui): update extension icons
* fix(nc-gui): mionr extension panel corrections
* feat(nc-gui): extension reorder support
* fix(nc-gui): extension reorder issue
* fix(nc-gui): extension min height issue
* fix(nc-gui): extension error screen
* fix(nc-gui): extension fullscreen padding
* fix(nc-gui): update extension marketplace modal
* fix(nc-gui): update extension details modal
* fix(nc-gui): some changes
* fix(nc-gui): some review changes
* fix(nc-gui): some review changes
* fix(nc-gui): update extension header
* fix(nc-gui): update extension title input box
* fix(nc-gui): enable extension is cloud
* fix(nc-gui): add extension subtitle support
* feat(nc-gui): allow user to add extension description in markdown file
* fix(nc-gui): add cmdk topbar btn in all screens
* fix(nc-gui): meta.glob() as option deprecated warning
* fix(nc-gui): minor changes
* fix(nc-gui): make cmdk icon smaller
* fix(nc-gui): monor review changes
* misc: alignment & text for desc
* fix(nc-gui): extension review changes
* fix(nc-gui): extension topbar btn ui updates
* fix(nc-gui): update extension header icon size
* fix(nc-gui): use description md file instead of plain text in manifest
* fix(nc-gui): update extension modal size
* fix(nc-gui): cmdk test update
* chore(nc-gui): lint
* fix(nc-gui): minor changes
* fix(nc-gui): update extension details panel gap
* fix: minor alignments
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 months ago
Ramesh Mane
e0c2bdf5d2
fix(nc-gui): review changes
3 months ago
Ramesh Mane
6bc64f171b
chore(nc-gui): lint
3 months ago
Ramesh Mane
503d5783ce
fix(nc-gui): update source create job failed condition
3 months ago
Ramesh Mane
33319a1ba5
fix(nc-gui): grayed out disabled option select icon
3 months ago
Ramesh Mane
1213279bb9
fix(nc-gui): allow only 1 db creation per sqlite integration connection
3 months ago
Ramesh Mane
89e3cbc018
fix(nc-gui): missing client property in dataSource object
3 months ago
Ramesh Mane
560694fdac
feat(nc-gui): all integration icon support
3 months ago
Anbarasu
44ef0dc485
feat: field, table and view descriptions ( #9256 )
...
* feat: table description wip
* fix: swagger update
* fix: wip descriptions view
* feat: field, view, table descriptions
* fix: failing tests
* fix: allow description edit for schema read-only sources
* fix: add missing condition
* fix: ux changes fix: duplicate service didn't copy descriptions
* fix: long text default value update
* fix: add new line for long text
* fix: include labels for table and view description update
* fix: workaround without breaking all tests
* fix: update swagger types and tests fix
* fix: source restriction tests
* fix: pr review changes
* fix: updated icons
* fix: updated tooltip positions fix: minor corrections
* fix: invalid description length
* fix: update focus on tables
* fix: add shared view descriptions
* fix: title is missing
3 months ago
Pranav C
a0d87c5a4b
Nc feat/user management ( #9219 )
...
* feat: api changes for user management
* refactor: gift banner behaviour change
* feat: user management api and ui changes
* feat: introduce invited_by info
* test: verify roles by checking datasource tab since access settings page will be available for all users now
* feat: allow owner role update only if there is more than one owner exist
* fix: role update behaviour correction
* fix: base owner invite issue
* fix: reload user roles state on changing roles of active user
* refactor: show disabled button if not avail
* refactor: hide dropdown and action menu options based on roles
* refactor: migration file name
* refactor: disable or hide option based on number of owners
* refactor: hide user list in shared base
* fix: review correction
3 months ago
Ramesh Mane
57c36d9d71
Nc feat: header revamp ( #9204 )
...
* fix(nc-gui): update topbar breadcrumb divider
* feat(nc-gui): custom list component setup
* fix(nc-gui): update reload view data tooltip
* feat(nc-gui): custom list component
* feat(nc-gui): add table list menu
* fix(nc-gui): small changes
* fix(nc-gui): add bases list dropdown
* fix(nc-gui): show chevron icon in mobile view
* feat(nc-gui): add view list dropdown in topbar
* fix(nc-gui): auto scroll selected list option on open dropdown
* feat(nc-gui): add typedocs for each fun from custom list component
* chore(nc-gui): add typedocs for new functions
* fix(nc-gui): view search issue on default view
* fix(nc-gui): reset selected option hover state on search input
* fix(nc-gui): font weight issue
* fix(nc-gui): show reload data topbar option
* fix(nc-gui): change view action menu position
* fix(nc-gui): font weight issue
* feat(nc-gui): create new table/view from topbar
* fix(nc-gui): update other page headers
* fix(nc-gui): project view header
* fix(nc-gui): update admin panel workspaces page header
* fix(nc-gui): admin panel base/workspace user page header
* fix(nc-gui): admin panel scroll issue
* fix(nc-gui): update project home page
* fix(nc-gui): table list scroll issue
* chore(nc-gui): lint
* fix(nc-gui): reset breadcrumb btn hover state on open dropdown
* fix(nc-gui): review changes
* fix(nc-gui): use slash icon instead of text
* fix(nc-gui): pr review changes
* fix(nc-gui): details tab height issue
* fix(nc-gui): add user account pages breadcrumb
* fix(nc-gui): hide rename view option
* fix(nc-gui): disable scrollIntoView on base rename
* fix(nc-gui): on rename view select text
* fix(nc-gui): user menu overflow issue if sidebar baselist is scrollable
* feat(nc-gui): use virtual scrolling for NcList component
* fix(nc-gui): reduce chevron icon opacity
* chore(nc-gui): lint
* fix(nc-gui): ai review changes
* fix(nc-gui): view rename input focus issue
* fix(nc-gui): topbar width issue
* fix(nc-gui): udpate toolbar height
* fix(nc-gui): update chevron icon from breadcrumb
* fix(nc-gui): update breadcrumb icon size
* fix(nc-gui): add min width for breadcrumb
* fix(nc-gui): add topbar bottom border
* fix(nc-gui): details tab heigth and alignment issue
* fix(nc-gui): hide basename and show only icon
* fix(nc-gui): update NcList component
* fix(nc-gui): update admin panel header
* fix(nc-gui): add header in account settings pages
* fix(nc-gui): add account pages header oss
* fix(nc-gui): udpate max width
* chore(nc-gui): lint
* fix(nc-gui(: reduce topbar top padding
* fix(nc-gui): typo error
* fix(nc-gui): review changes
* fix(nc-gui): review changes
* fix(nc-gui): slash icon conflict
* fix(nc-gui): review changes
* fix(nc-gui): remove chevron icon & add list wrapper div to control height
* fix(nc-gui): ncList keyboard navigation issue
* chore(nc-gui): lint
3 months ago
Ramesh Mane
5fbab165e5
Nc fix/integration minor changes ( #9184 )
...
* fix(nc-gui): reduce font weight of connection name col cell
* fix(nc-gui): show spinner in edit source modal while loading integration
* fix(nc-gui): show loading spinner in create source, create/edit connection modal
* fix(nc-gui): monor changes
* chore(nc-gui): lint
* fix(nc-gui): remove extra integration pagemode check condition
* fix(nc-gui): update ds test case
* feat(nc-gui): add AI integration category
* fix: move syncDataType and IntegrationCategoryType enum to noco-sdk
* fix(nc-gui): cleanup unused code
* fix(nc-gui): integration list modal open issue from create source modal
* chore(nc-gui): lint
* fix(nc-gui): prevent unnecessarily load integration api calls
* fix(nc-gui): handle reset integration data on base change
* fix(nc-gui): add missing sync pr changes
4 months ago
Pranav C
8a2366536e
refactor: sidebar banner ui corrections ( #9181 )
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
4 months ago
Pranav C
0c8dfa1e0b
feat: banner
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
4 months ago
Ramesh Mane
45ccdbbfe6
chore(nc-gui): lint
4 months ago
Raju Udava
4bb8911171
docs: integrations ( #9171 )
...
* docs: integrations framework
* docs: integrations (wip)
* docs: wip
* docs: integrations & connections
* docs: remove database folder
* docs: warning about access permissions
* docs: add new data source
* docs: meta sync
* docs: actions on data soruce
* docs: update links
* misc: data => Data
* docs: fix review comments
4 months ago
Ramesh Mane
0fb4c4878d
fix(nc-gui): source erd test fail issue
4 months ago
Ramesh Mane
c704726df9
fix(nc-gui): add docs panel in edit source modal
4 months ago
Ramesh Mane
ffe9d743ed
fix(nc-gui): add missing section title
4 months ago
Ramesh Mane
e3593a1fc1
fix(nc-gui): some merge conflicts
4 months ago
Ramesh Mane
6e6bd728a6
fix(nc-gui): update oss and edit source modal
4 months ago
Ramesh Mane
da5dabc502
fix(nc-gui): add data source, additional details appear after selection of connection
4 months ago