Ramesh Mane
388b9d9590
Nc fix: replace ant design table ( #9113 )
...
* fix: replace ant design table
* feat(nc-gui): custom table component
* fix(nc-gui): udpate UIAcl table
* fix(nc-gui): table scrolling issue
* feat(nc-gui): sticky first column of custom table component
* fix(nc-gui): update meta sync ant table with new table
* fix(nc-gui): update import data table
* fix(nc-gui): update import & upload data modal table
* chore(nc-gui): lint
* fix(nc-gui): update all table tab table
* fix(nc-gui): update project members table
* fix(nc-gui): update collaborators list table
* fix(nc-gui): table list search section alignment issue
* fix(nc-gui): collaborators list overflow issue
* fix(nc-gui): small changes
* fix(nc-gui): update project home page tables height
* fix(nc-gui): update oss user table
* fix(nc-gui): small changes
* test(nc-gui): update ant table related test cases
* test(nc-gui): update oss user list test cases
* chore(nc-gui): lint
* chore(nc-gui): cleanup unused css
* fix(nc-gui): add missing invite team image state
* fix(nc-gui): user management test fail issue
* fix(test): oss user management test fails issue
* fix(nc-gui): some pr review changes
* fix(nc-gui): handle empty object entries destructuring case
* fix(nc-gui): pr review changes
* fix(nc-gui): disable ui acl header checkbox is list is empty
* fix(nc-gui): update oss user management pw test
---------
Co-authored-by: Pranav C <pranavxc@gmail.com>
4 months ago
DarkPhoenix2704
505cace237
fix: handle when active_view is null
4 months ago
DarkPhoenix2704
270317fa86
fix: icon font color
4 months ago
DarkPhoenix2704
b17c388ac5
feat: duplicate default view
4 months ago
Pranav C
4ac5980c51
Nc fix/ssl prop related ( #9071 )
...
* fix: handle invalid ssl value in GUI
* fix: handle invalid ssl value in backend and move logic to sdk
4 months ago
DarkPhoenix2704
ebc4f724f9
chore: lint
4 months ago
Ramesh Mane
1a9800c67e
Nc feat: audit logs pagination keyboard shortcuts support ( #9065 )
...
* feat(nc-gui): add pagination btns tooltip
* fix(nc-gui): move usepagintion to top level
* feat(nc-gui): keybord pagination support in audits
* fix(nc-gui): cannot set properties of undefined (setting 'value')
4 months ago
Jonathan Chen
4a5548bc62
fix: 'Create View' button appearing through sharing link of Base #9055 ( #9058 )
4 months ago
mertmit
2773260b8c
fix: UI Acl & data sources
...
Signed-off-by: mertmit <mertmit99@gmail.com>
4 months ago
Ramesh Mane
e1db0de48f
Nc fix: data exporter extension UI changes ( #9005 )
...
* fix(nc-gui): udpated data exporter extension ui
* fix(nc-gui): update data export extension
* fix(nc-gui): alway show add new export input settings
* fix(nc-gui): allow user to add data exporter extension only 1 time
* revert(nc-gui): limit extension at base level changes
* fix(nc-gui): show loading state while exporting data from extension
* feat(nocodb): add extension_id in jobs model
* fix(nc-gui): filter exported data based on extension id
* fix(nc-gui): show expired export data
* chore(nc-gui): lint
* fix(nc-gui): extension modal scroll issue
* fix: use result instead of migration
* fix(nc-gui): revert job migration changes
* fix(nc-gui): export data extension review changes
* feat(nc-gui): delete export functionality
* fix(nc-gui): remove expired exports
* fix(nocodb): failed export realtime list update
* feat(nc-gui): add more extension option in fullscreen modal
* fix(nc-gui): rename extension scroll issue
* fix(nc-gui): scroll into view duplicated extension
* fix(nc-gui): add search table/view functionality
* feat(nc-gui): resize extension height
* fix(nc-gui): min height issue
* fix(nc-gui): use 300px min width for extension side panel
* fix(nc-gui): update extension header right side gap
* fix(nc-gui): update extension search blank state text align
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
4 months ago
Ramesh Mane
1fc030ea27
fix(nc-gui): sidebar width issue if user hide & reload page ( #8972 )
5 months ago
Raju Udava
dce7bf8502
Nc chore/menu titles ( #8961 )
...
* fix: menu items
* test: fix menu item name change
* fix: menu items in expand record, kanban & mfe
5 months ago
Ramesh Mane
5041a10533
Fix: Persist the left sidebar width and use pixels instead of percentage to configure the sidebar width ( #8931 )
...
* fix(nc-gui): use px to configure left sidebar width instead of percentage
* fix(nc-gui): ai review changes
* fix(nc-gui): use 256px sidebar default width in pw testing
* fix: use constant sidebar width
* fix(test): airtable import test fail issue
* chore(test): remove console
* chore(nc-gui): update comment
5 months ago
Anbarasu
480ec51953
maintenance ui ( #8909 )
...
* feat: maintenance alert ui
* fix: add dayjs advanced plugin
5 months ago
Anbarasu
87d1cc4fd1
fix: ui acl issue ( #8916 )
5 months ago
Ramesh Mane
97e59b1829
fix: Import CSV/Excel/JSON bug in non selected base ( #8895 )
...
* fix(nc-gui): use base from props baseId instead of current base in quickImport
* fix(nc-gui): import issue
* fix(nc-gui): external data sources are not visible in data source tab if selected base is not active base
* revet(nc-gui): base audit related changes
5 months ago
Pranav C
d63418f90b
fix: db icon alignment in treeview
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
5 months ago
Ramesh Mane
f940c263ba
fix(nc-gui): ai review changes
5 months ago
Ramesh Mane
43295a6e5d
fix(nc-gui): reset page when user opens audit from base context menu
5 months ago
Ramesh Mane
12a499abe7
fix(nc-gui): add table border in modal
5 months ago
Ramesh Mane
dfe16c5b34
feat(nc-gui): add new audit logs ui for oss
5 months ago
Ramesh Mane
5dda4c7d37
Nc fix: misc UI fixes ( #8827 )
...
* fix(nc-gui): external source text bold issue
* fix(nc-gui): make new record btn sticky to left in groupby
* fix(nc-gui): add some padding after add column header btn
* fix(nc-gui): links cell margin issue
* fix(nc-gui): groupby table footer issue
* chore(nc-gui): lint
* fix(test): pw test fail issue
* fix(test): pw test fail issue
* fix(test): remove only from test
5 months ago
Pranav C
7358dd80bc
fix: pass base prop ( #8824 )
5 months ago
Pranav C
d4e5ede2d3
Nc feat/Readonly source followup ( #8795 )
...
* feat: allow partial column update (GUI)
* feat: allow partial column update (backend)
* refactor: swagger schema description correction
* feat: allow edit from multi field editor
* fix: allow meta update in api level
* fix: add tooltip and docs link
* fix: multi field editor corrections
* fix: allow table meta update
* fix: allow table meta update
* fix: allow column validation update
* fix: block adding new option directly from cell
* fix: add tooltip for column menu options
* refactor: tooltips
* test: replace index with count as parameter
* fix: corrections
* refactor: hint text update
5 months ago
Pranav C
cd735c9be3
fix: pass source reference
5 months ago
Pranav C
c5a1047d0b
fix: show RO option for all type of sources
5 months ago
Pranav C
17bbfd3532
fix: permission correction
5 months ago
Pranav C
8cc39feb60
fix: review comments
5 months ago
Pranav C
212488b1c1
fix: review comments
5 months ago
Pranav C
d62f2cccfc
tests: playwright
5 months ago
Pranav C
234037d26c
feat: handle in fields
5 months ago
Pranav C
4561423226
refactor: move readonly props from meta to new cols for better stability
5 months ago
Pranav C
3820e91a1b
feat: label and tooltip corrections
5 months ago
Pranav C
c73b0b62ad
fix: proper role extraction
5 months ago
Pranav C
76ff5594d1
fix: pass source reference where it's missing
5 months ago
Pranav C
82b89d1ffe
fix: middleware corrections
5 months ago
Pranav C
308ee8ddf8
refactor: exception handling and missing permissions
5 months ago
Pranav C
e82ea344bd
refactor: overwrite the default shared useRoles with a wrapped composable which injects currentSource from the component context
5 months ago
Pranav C
5d8b1fc55a
feat: restrict data/meta operations in gui
5 months ago
Pranav C
0d2505ebcb
fix: save readonly state in source meta column
5 months ago
Ramesh Mane
50f287f215
Nc Refactor: dialog modals ( #8743 )
...
* fix(nc-gui): update view create modal for grid & kanban
* fix(nc-gui): update calendar view create modal
* feat(nc-gui): add support to select gallery cover image while creating/duplicating view
* fix(nc-gui): update view icon size in view create modal
* fix(nc-gui): add input shadow effect
* refactor(nc-gui): dlg ui
* chore(nc-gui): lint
* fix(nc-gui): small changes
* fix(nc-gui): review changes
* chore: revert display message
* chore: lint
* fix(nc-gui): truncate field name
* fix(nc-gui): ignore empty lines at the end in form view #3104
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
Anbarasu
c1a537b3c0
feat: calendar followup ( #8643 )
...
* fix: sidemenu update design
* fix: image roundness
* fix: image roundness
* feat: support current time indicator
* feat: support hide weekends feat: current time indicator
* fix: hiding on incorrect records
* fix: move to bottom
* fix: week view missing weekend hide
* fix:minor corrections
* fix: overlaps in weekview and day view
* fix: calendar minor fixes
* fix:styles
* fix minor changes
* fix: ui ux changes
* fix: limit max sidebar width to 20rem on lower viewport
* fix: update hover effects and width
* fix: add some hover effect
6 months ago
Anbarasu
55425f57de
feat: Notifications ( #8622 )
...
* feat: notifications wip
* feat: wip
* feat: longpoll and notifications.controller.ts
* feat: longpoll and notifications.controller.ts
* feat: enable email notifications
* fix: notification styles and list
* fix: update swagger feat: connect poller to frontend
* fix: minor ui corrections
* feat: move notifications to ee feat: scroll to commentId fix: polling fail on network error fix: unreadcount not updating fix: add workspace to comment mention event
* fix: pubsub for notifications
* fix: warning maxListeners
* fix: update ui
* fix: minor fixes
* chore: move pub-sub to redis folder
* fix: update ui and schema feat: optimistic comment update and create
* fix: row empty during inital load causing row not loading
* fix: build
* fix: some updated
* fix: minor ui corrections
* fix: manage local state manually for interactivity
* fix: remove prev notifcation data
* fix: review comments
* fix: code rabbit comments
* fix: code rabbit comments
* feat: delete notifications
* fix: code rabbit comments
* fix: row RowMeta manipulation fix: overflow notifications
* fix: invalid offset
* fix: updated widths
* fix: tests
* fix: playwright
* feat: resolved by comments
* feat: update layout
* fix: wait 5 seconds before polling start, after polling starts, reload the notifications
* fix: bug fixes
* fix: disable long polling for playwright
* fix: update migration
* fix: lint
* fix: code rabbit comments
* fix: resolve tooltip
* feat: resolve ee
* fix: build failing
* fix: review comments
* fix: dependency synx
* fix: update notification style
6 months ago
rohittp
f8c31dbb8b
refactor: add todo
6 months ago
rohittp
3de09e3e2c
fix: force refresh on delete
6 months ago
Pranav C
7b694af26a
fix: app store image path correction ( #8575 )
6 months ago
Pranav C
ef1997a7fe
fix: handle empty search path when editing connection param or when change is done using json edit ( #8573 )
6 months ago
Chavy
c023e9955a
fix(nc-gui): sidebar width issue ( #8570 )
6 months ago
Ramesh Mane
73a4c31872
fix(nc-gui): audit, meta sync table issue
6 months ago
Ramesh Mane
b0f482801a
fix(nc-gui): audit table overflow issue
6 months ago