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
5cfe0f781b
Nc feature: Import CSV - skip field mapping during import ( #8915 )
...
* fix(nc-gui): import csv changes
* fix(nc-gui): tooltip alignment issue
* fix(nc-gui): duplicate table name issue
* fix(nc-gui): uncheck auto select field type checkbox
* fix(nc-gui): skip field mapping during csv import
* chore(nc-gui): lint
* fix(nc-gui): small changes
* fix(nc-gui): remove auto mapping option
* fix(test): update import excel test cases
* fix(nc-gui): review changes
* fix(nc-gui): quick import modal width issue
* fix(nc-gui): w.replace is not a function
5 months ago
Ramesh Mane
b56c585572
fix: load expnaded form row on cliking on bt, ltar cell chip ( #8950 )
...
* fix(nc-gui): load expnaded form row on cliking on bt, ltar cell chip
* fix(nc-gui): chip content alignment issue
5 months ago
Ramesh Mane
3ce5674968
chore(nc-gui): lint
5 months ago
Ramesh Mane
a05ce47cdc
fic: added after inset audit record data
5 months ago
Ramesh Mane
bba72a08fe
fix(nc-gui): reload audit & scroll in real time
5 months ago
Anbarasu
64a66b48a0
feat: attachments by url, webcam ( #8921 )
...
* fix: attachment fixes
* feat: support camera, local rewrite uploads feat: url, wip
* fix: upload url
* fix: import useAttachmentCell
* fix: handle invalid urls, edge cases
* fix: handle stopping all active streams
* fix: styling
* fix: styling
* fix: tests correction
* fix: bulk updates tests
* fix: thumbnail support, fix: icons for all fix: url with redirect not working fix: overflow issue fix: scope style modals fix: expanded form design broken
* fix: clear all active streams
* fix: mirror camera
* fix: update colors fix: enable upload-via-url in shared views
* fix: upload-via url
* fix: typo
* fix: update styles fix: added localization fix: issues with camera
* fix: update translation
* fix: show error inline fix: icon hover effect not working fix: reuse media stream
* fix: slowui
* fix: don't load if the filetype does not starts with image/video
* fix: translation
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
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
Ramesh Mane
132a8b5947
fix(nc-gui): translation merge issue ( #8938 )
5 months ago
Ramesh Mane
a41c7c0eec
feat(nc-gui): field list order should be same as view column order
5 months ago
Ramesh Mane
6be0c340f6
fix(nc-gui): field list order issue
5 months ago
Anbarasu
87d1cc4fd1
fix: ui acl issue ( #8916 )
5 months ago
Anbarasu
da150f8efd
Feat: support createdAt, updatedAt, formula for calendar ( #8904 )
...
* feat: support system datetime cols for calendar view
* feat: formula support
* fix: custom priority sort fix: error if formula is invalid
* fix: coderabbit suggestions
* fix: selectedDate not updating
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
Anbarasu
bd00e8e243
feat: groupby aggregation ( #8838 )
...
* feat: groupby aggregation
* fix: reload data
* fix(nc-gui): fix: better aggregate update condition
* fix(nc-gui): limit api aggregation calls
* fix(nocodb): aggregation api refactor feat(nocodb): bulk aggregate apis
* feat(nocodb): update swagger.json fix(nocodb): parse aggregation json feat(nocodb): public endpoint
* fix: get first res
* fix: swagger bugs
* fix: integrate bulk aggregation
* fix(nc-gui): bulk agg not triggering in shared view
* fix(nc-gui): avoid agg load inside table in groupby
* fix(nc-gui): issue when key is decimal
* fix(nc-gui): trigger aggregate before ui update
* fix(nc-gui): update triggering bulk api calls
* fix(nc-gui): custom label in pagination
* test: unit tests
* chore: move to ee
* fix: gui separation
* fix: pagination gui
* fix: summary flicker
* fix: pr review
* fix: groupby pagination
* fix: aggregation alias handling
* fix: agg not updating
* fix: expanded-form broken
* fix: unit tests
* fix: playwright tests
* fix: playwright tests
* fix: user select, groupby tests
* fix: groupby inner pagination alignment
* fix: stddev sqlite value
* fix: review changes
* fix: ui flicker
5 months ago
Mert E
fb213eee0e
feat: export as on background ( #8890 )
...
* feat: csv export job
* fix: duplicate job
* feat: csv export job final
* feat: data export extension POC
* feat: data export final
* fix: extensions & scroll
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
Ramesh Mane
b224397656
fix: Audit records only available for super user ( #8882 )
...
* fix(nc-gui): audit record access issue for oss base creator
* fix(nocodb): use user created_at instead of project user created_at
* fix(nc-gui): show comment from start instead of bottom
* fix(nc-gui): enable record audit logs for all user roles
* fix: enable comment & audit list for viewer
* fix(nc-gui): enable grid row comment count
* fix(nc-gui): update empty comment state text
* chore(nc-gui): lint
* Update en.json
* chore(nc-gui): lint
* fix(nc-gui): remove padding and add hover effect in audit record logs
* fix(nc-gui): comment/audit user role info issue
* fix(test): update share base comment drawer test case
* fix(nc-gui): record audit item line height issue
* fix(nc-gui): truncate record comment/audit user name
* fix(nc-gui): text truncate issue
* fix(nc-gui): update base user map on updating base user role
* fix(nc-gui): update grid row count on adding/removing comment
* fix(nc-gui): skip loading row audits in ee & after adding/updating comment
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
Mert E
d82727a065
fix: insert user from group by ( #8889 )
5 months ago
Ramesh Mane
4d0f7ec165
Nc fix: Org user role selector dropdown issue ( #8883 )
...
* fix(nc-gui): org role selector dropdown options issue
* fix(nc-gui): update sort icons from member list
* fix(nc-gui): add missing user role dropdown class
* chore: font size for collab data
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
---------
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
Ramesh Mane
5d451ad8f3
Nc fix: MFE & Field modal UI/UX ( #8878 )
...
* fix(nc-gui): Arrow keys in select fields moves field selection in the background
* fix(nc-gui): field modal border radius issue
* fix(nc-gui): create column header auto scroll issue
* fix(nc-gui): formula field details sub modal visibility issue
* fix(nc-gui): add missing field modal shadow
5 months ago
Ramesh Mane
6766c93f15
fix(nc-gui): update cover image on changing attachment field uitype
5 months ago
Ramesh Mane
24aa70db77
fix(nc-gui): reload views on deleting column which is used as cover image
5 months ago
Ramesh Mane
344496b0c4
fix(nc-gui): card lookup attachment cell style update
5 months ago
Ramesh Mane
89a717c0bd
fix: reset cover image column id if user delete att field
5 months ago
Ramesh Mane
40666334af
fix(nc-gui): allow user to change cover image value if cover image col is deleted
5 months ago
Anbarasu
9109e7adc2
fix(nc-gui): update the audits design in expanded form ( #8867 )
...
* fix(nc-gui): update the audits design for ce
* fix(nc-gui): ui fix
* fix(nc-gui): left padding
5 months ago
Mert E
0d2899e6e6
fix: add virtual scroll to pagination list ( #8863 )
...
* fix: add virtual scroll to pagination list
* fix: use max-height instead of height
* fix: pr requested change
5 months ago
Raju Udava
3f564388df
refactor: show webhook tab ( #8871 )
...
Co-authored-by: Pranav C <pranavxc@gmail.com>
5 months ago
Ramesh Mane
e6774e1524
fix(nc-gui): update roundUpToPrecision function
5 months ago
Raju Udava
43df1a0033
fix(nc-gui): calendar tooltips not showing fix(nc-gui): handle ltar ( #8870 )
...
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
5 months ago
Ramesh Mane
6e2cfdc20b
feat: Use lookup over attachment field as cover image in gallery & kanban view ( #8801 )
...
* feat(nc-gui): Use lookup over attachment field as cover image in gallery & kanban view
* chore(nc-gui): lint
* fix(nc-gui): nested attchment lookup cell issue
* fix(nc-gui): pr review changes
5 months ago
Ramesh Mane
3a644ae69e
Nc fix/UI bug fixes ( #8858 )
...
* fix(nc-gui): add hover effect if user came from comment url
* fix(nc-gui): show rounded precision decimal value
5 months ago
Ramesh Mane
f141049937
Nc feat: improve lazy loading for field edit or add ( #8846 )
...
* feat: improve lazy loading for field edit or add
* fix(nc-gui): use isEdit.value instead of isEdit
* fix(nocodb): validate required params in qr/barcode column create
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
5 months ago
Raju Udava
2df06a5090
test: fix bt lookup
5 months ago
Ramesh Mane
f921535cf2
fix(nc-gui): default value update issue if value is 0 ( #8857 )
5 months ago
Ramesh Mane
7b0419011b
Nc fix: expanded record UI/UX ( #8847 )
...
* fix(nc-gui): update qr code according to new design
* fix(nc-gui): audit logs empty state style
* fix(nc-gui): small changes
* fix(nc-gui): update barcode & qrcode cell from expanded form
* fix(nc-gui): increase expanded form field gap
5 months ago
Mert E
6b1400b9d9
fix: missing storeToRefs ( #8851 )
5 months ago
Pranav C
d63418f90b
fix: db icon alignment in treeview
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
5 months ago
Anbarasu
d2c493aa7b
Nc fix/api call ( #8841 )
...
* fix: aggregate not loading
* fix: dulpicate call
* fix: scroll issue
* fix: scroll issue
* fix: random fix
* fix: test
* fix: remove console.log
* fix: set Timeout
* fix: enable none aggregation for fk
* fix: test debug
* fix: lookup attachment issue
* fix: skip system LTAR columns from aggregation
* fix: revert debug changes
* fix: if display value missing treat the first column as display value
* fix: disable system col aggregation if hidden
* fix: missing commit
* fix: exclude system column
* fix: rollup grouping/aggregation fix
---------
Co-authored-by: Pranav C <pranavxc@gmail.com>
5 months ago
Pranav C
336d6b5fe1
Nc fix/shared view filter ( #8837 )
...
* fix: shared view filter
* fix: set delete count 1 to avoid removing all followed filter from UI state
* fix: nested root value correction
* fix: select the first column by default when creating placeholder filter
5 months ago
Ramesh Mane
94ed67b80f
fix(nc-gui): update font size
5 months ago
Ramesh Mane
302a9602bc
fix(nc-gui): oss review changes
5 months ago
Ramesh Mane
f940c263ba
fix(nc-gui): ai review changes
5 months ago
Ramesh Mane
25491edde2
fix: update audit logs oss api
5 months ago
Ramesh Mane
a2650724c6
chore(nc-gui): lint
5 months ago
Ramesh Mane
e6136aa56c
fix(nc-gui): remove filters from oss
5 months ago
Ramesh Mane
f480723d30
chore(nc-gui): lint
5 months ago
Ramesh Mane
0bc1a85b38
fix(nc-gui): pr review changes
5 months ago
Ramesh Mane
d0e62cdff5
fix(nc-gui): audit logs horizontal scroll issue & apply border
5 months ago