Mert E
84b87082c3
fix: provide fields from composable instead of fields menu ( #8519 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
6 months ago
Anbarasu
fb67cafde7
feat: remove calendar top bar ( #8379 )
...
* feat: remove calendar top bar
* fix: remove debug logs
* fix: update styles
* fix: update styles
* fix: posthog telementry
* fix: calendar tests
* fix: updates ui
* test: reorder options
* fix: month view - use local time with timezone
* fix: update styles and move components fix: tests
* fix: update styles and move components
* fix: update styles
* test: fix tests
* fix: update toolbar styles
* fix: failing tests
* fix: cmd f search shortcut
* fix: change side menu sizes
* fix: calendar test corrections
* fix(nc-gui): update size logic
* fix(nc-gui): update styles
* fix(nc-gui): update some more styles
* fix(nc-gui): update toolbar styles
* fix(nc-gui): update select component
* fix: update styles
* fix: calendar test
* fix: ux changes
* fix: final changes
* fix: calendar tests
6 months ago
Mert E
89f0895de3
fix: experimental frontend optimizations ( #8427 )
...
* fix: get rid of barrel files
* chore: get rid of explicit imports
* fix: use explicit import for classes and enums
* fix: use explicit import for enum & class & aliases
* fix: build issues
6 months ago
Ramesh Mane
b4bde7336f
Nc feat/link record dropdown ( #8345 )
...
* feat(nc-gui): link record dropdown setup
* fix(nc-gui): move link record pagination to the bottom
* feat(nc-gui): link record new design
* fix(nc-gui): update bank state subtitle
* fix(nc-gui): small changes
* fix(nc-gui): update skeleton of link records item
* fix(nc-gui): ui break issue
* fix(nc-gui): increase z index of link dropdown overlay
* fix(nc-gui): update link record dropdown header
* fix(nc-gui): update link record dropdown
* fix(nc-gui): new changes
* fix: remove margin
* fix(nc-gui): unlinked records empty state alignment
* fix(nc-gui): make tooltip text size 14px
* fix(nc-gui): reduce subtext font size
* fix(nc-gui): link record item rich text cell alignment issue
* fix(nc-gui): on esc link record dropdown should close
* fix(nc-gui): update link record header and footer height
* fix(nc-gui): add link record dropdown for bt cell
* fix(nc-gui): fix invalid offset issue
* fix(nc-gui): link record z index issue
* fix: PW link unlink corrections
* fix(nc-gui): link record dropdown close on outside issue in expanded form
* fix(nc-gui): close dropdown after adding link in bt cell
* fix(nc-gui): allow close link record dropdown on esc
* fix(nc-gui): add link record dropdown in mm component
* fix(nc-gui): add link record dropdown in hm component
* fix(nc-gui): add link record dropdown in oo component
* fix: auto close for BT
* fix: ltar modal operations
* fix: close link modal
* fix: PW tests (wip)
* test: fix link modal close in share view
* test: fix LTAR in cell handling
* fix(nc-gui): reduce link items skeleton height
* fix(nc-gui): expanded form open issue on clicking bt cell record
* fix(nc-gui): hide back btn if user directly opens record list dropdown
* fix(nc-gui): reset offset when user opens link record dropdwon and switch between linked and unlinked records
* fix(nc-gui): link record item height
* fix(nc-gui): linked record list reload issue on link/unlink
* fix(nc-gui): link record item subtext fields width should be same
* fix(nc-gui): email, url cell truncate text issue
* fix(nc-gui): shared form link record dropdwon ui
* chore(nc-gui): lint
* fix(nc-gu): small changes
* fix(nc-gui): ai review changes
* fix(nc-gui): link record list offset issue
* fix(nc-gui): show plus btn in bt cell even if it is not blank
* fix(nc-gui): barcode visiblility issue in link record dropdown
* fix(nc-gui): do not focus links cell plus btn on close dropdown
* fix(nc-gui): text color
* fix(nc-gui): skip showing qr code null value
* fix(nc-gui): virtual cell margin left issue in link record dropdwon
* fix(nc-gui): link record subtext order should be same as default view col order
* chore(nc-gui): lint
* refactor(nocodb): add default view column order in col meta
* fix(nc-gui): update default view order on reordering column from fields menu
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
Mert E
fed1c7ba5c
feat: virtual scroll for grid ( #8356 )
...
* feat: virtual scroll for grid
* feat: improve virtual scroll
* fix: remove unused expose & ref
* feat: move row ltar helpers to parent level
* fix: use shared composable for useMetas
* fix: column add issue
* fix: reload issue
* feat: move cell state to computed
* chore: lint
* fix: null check for sticky field
* fix: PR requested changes
* fix: shared views
* fix: provide row store calls
* test: avoid all rows selector
* fix: group by
* fix: include isVirtualCol in cellMeta
* fix: split colMeta and cellMeta
* chore: lint
* test: edit column flakiness
* test: renderColumn for dashboard grid
* test: user column test flakiness
6 months ago
mertmit
041924adde
fix: group by api calls
6 months ago
Mert E
d46b60d92e
feat: extensions ( #8303 )
...
* feat: extensions
Signed-off-by: mertmit <mertmit99@gmail.com>
* chore: sync
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
7 months ago
Anbarasu
2ee96cf36c
fix(nc-gui): calendar minor fixes ( #7943 )
...
* fix(nocodb): skip data refetch when hiding fix(nocodb): duplicate view does not copy field formattings
* fix(nc-gui): update the size of icons
* fix(nc-gui): single select focus not lost on escape press
* fix(nc-gui): disable focus on cell, if opening and not creating
* fix(nocodb): playwright failing
* fix(nc-gui): playwright failing
* fix(nc-gui): hide loading on field enable/disable
* fix(nc-gui): allow all fields reorder. prevent reorder tigger loading screen on load
8 months ago
Ramesh Mane
45b8a9f7fe
feat(nc-gui): form view v2 setup
9 months ago
DarkPhoenix2704
1ca038ff64
chore: run lint
9 months ago
DarkPhoenix2704
c110e1951b
fix(nc-gui): remove unwanted v-if
9 months ago
DarkPhoenix2704
9fd4502489
feat(nc-gui): wire components to composable fix(nc-gui): switch between week and month breaking
9 months ago
DarkPhoenix2704
699266e195
feat(nc-gui): calendar view sidebar
9 months ago
Ramesh Mane
7f05a7b095
fix(nc-gui): search in table by fields nocodb/nocodb#7501
9 months ago
Ramesh Mane
f32725190a
fix: onDrop json parse issue
10 months ago
mertmit
1680e675eb
fix: reset base users on adding new user
11 months ago
Ramesh Mane
1f50e99136
fix: lint error
11 months ago
Ramesh Mane
0bf3688244
fix: lint errors and some review changes
11 months ago
Muhammed Mustafa
2d906e99b5
fix: Show skelton loader immediatly when a table is opened
12 months ago
աɨռɢӄաօռɢ
1696ec55a2
chore(nc-gui): lint
1 year ago
mertmit
f05cb7da73
feat: merge view columns and grid view columns state
1 year ago
mertmit
936c7a6192
feat: use injection state for use view columns
1 year ago
reenphygeorge
5d2131069c
fix: i18n
1 year ago
DarkPhoenix2704
a93a20c1e9
fix: some issues
1 year ago
mertmit
e6f9f469ca
fix: duplicated variable name
1 year ago
WK Wong
55259c89b9
chore(nc-gui): lint
1 year ago
Pranav C
e790abdbaf
refactor: rename project and base
...
- Rename `Project` => `Base`
- Rename `Base` => `Source`
- Remove `db` from data/meta api endpoints
- Add backward compatibility for old apis
- Migrations for renaming table and columns
Signed-off-by: Pranav C <pranavxc@gmail.com>
1 year ago
Muhammed Mustafa
7663ef9f14
feat: Added logic to auto close and open sidebar on mobile view based on if view is open, imrpoved nodes of sidebar in mobile, and workspace menu handles for mobile view
1 year ago
DarkPhoenix2704
bda7939236
fix: lint issues
1 year ago
Muhammed Mustafa
351f787bb2
fix: Removed right view sidebar
1 year ago
mertmit
b2eadae74f
fix: refactor isUIAllowed and move to useRoles composable
1 year ago
mertmit
a930f7d242
fix: revise frontend acl
1 year ago
mertmit
85aaabe2cc
chore(nc-gui): lint error and warnings
...
Signed-off-by: mertmit <mertmit99@gmail.com>
1 year ago
Wing-Kam Wong
2ca8ea8897
chore(nc-gui): lint
1 year ago
mertmit
8ab47b1109
fix: various stuff
...
Signed-off-by: mertmit <mertmit99@gmail.com>
1 year ago
Pranav C
33ee9bfa62
feat: Improved UI ( #6222 )
...
* feat: Improved ui (#6156 )
* refactor: revert
Signed-off-by: Pranav C <pranavxc@gmail.com>
feat: shared base
Signed-off-by: Pranav C <pranavxc@gmail.com>
fix: remove duplicate import statement
Signed-off-by: Pranav C <pranavxc@gmail.com>
fix: disable starred & license menu
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: fix airtable wait issue
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: enable mysql in ci
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: fix checkbox order for sqlite
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: disable quick tests
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: fix dbType env variable for CI
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: workspace API access error fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: enable SQLite CI CD
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: use DB_TYPE env variable
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: enable SQLite UT
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: isHub cleanup
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: add check for EE Timezone spec
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
chore: cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
chore: cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
test: EE check fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
chore: test correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
chore: sync latest changes
Signed-off-by: Pranav C <pranavxc@gmail.com>
test: set EE=false
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: set NC Edition to community in workflow file
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
chore: update sdk build command
Signed-off-by: Pranav C <pranavxc@gmail.com>
refactor: i18n and other changes
Signed-off-by: Pranav C <pranavxc@gmail.com>
feat: new ui
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: sync tests
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: shared view/base related bugs
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: checkbox verification sort order fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: fix sqlite reset
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: enable selfhosted runners
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: table ops (draft)
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* Docs: screenshots for table-operations.md
* refactor: introduce missing buttons
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: get all fields
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: UT fix- new data API response
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: EE is false
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: webhook lookup as string in CE
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix: include created_at and updated_at
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: fix UT newDataAPI response for PG
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix: separate api for webhook related plugins
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: msyql filter corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: mysql group by test corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: fix datatype for rating field in groupby spec for pg
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: kanban datatype correction
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: column edit for mysql- rating field
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: misc fixes
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: enable 4 workers
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: enable 2 workers per shard only
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: table CRUD
* Rename table-operations.md to table-crud.md
* Create column-crud.md
* docs: row CRUD
* Rename row.md to row-crud.md
* docs: project crud
* docs: toolbar (skeleton)
* refactor: single page UI and bug fixes
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: sync tests playwright
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: add missing dependency
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: single page ui, test corrections
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: tests
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: project rename test correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: remove only
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: remove wrong import statement
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: delete option not visible in project context menu
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: move ws access within isEE()
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: fix groupby
* test: groupby fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: signup & landing page
* docs: project crud
* docs: project-crud misc
* docs: toolbar fields
* docs: toolbar / filters
* docs: toolbar / group by
* docs: toolbar / sort
* docs: toolbar / row height
* docs: filters additional options
* docs: file re-order
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: add links to column types
* docs: code snippets
* docs: links
* docs: lookup
* docs: rollup
* docs: formula
* docs: primary key
* docs: display value
* docs: development setup
* docs: swagger
* fix(nc-gui): encodeURIComponent for row id
- closes : #6202
* docs: language
* docs: expanded record
* docs: import airtable
* docs: airtable
* docs: webhook
* docs: revert file rename
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: account settings
* docs: audit
* docs: meta management
* docs: project settings
* docs: shared base
* docs: shared view
* docs: meta sync
* docs: team-auth
* docs: views
* docs: fix URL
* docs: URL corrections
* fix: shared base, view related bugs
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: EE check for WSaccess
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: exclude EE tests
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix: missing project delete
closes #6215
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: merge existing project meta if found
closes #6216
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: merge existing project meta if found
closes #6216
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
Co-authored-by: Wing-Kam Wong <wingkwong.code@gmail.com>
* refactor: docs and other bug fixes
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: populate default project on super admin signup
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: include created project details in signup response if avail, missing Dockerfile
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: use custom function for resolving ts path aliases
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: add missing generate script
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: webpack build correction - ts path resolve
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: mertmit <mertmit99@gmail.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
Co-authored-by: Wing-Kam Wong <wingkwong.code@gmail.com>
1 year ago
Wing-Kam Wong
8bf7c4faaf
fix(nc-gui): lint errors
1 year ago
Pranav C
4249f3ac02
Revert "Feat: Links column type"
1 year ago
Pranav C
6c42571119
chore: gui lint and cleanup
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
1 year ago
Pranav C
f4800710c2
refactor: always create lookup on dnd if Link exist
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
1 year ago
Pranav C
d85aab14b8
refactor: update drag and drop behaviour
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
1 year ago
Pranav C
ae622b0a2c
fix: typo correction
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
1 year ago
Pranav C
332a92ddd9
refactor: apply all LTAR behaviour to Links
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
1 year ago
Pranav C
c47d758c46
refactor: instead of LTAR on drag n drop create Links
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
1 year ago
Pranav C
9a16e56ccb
fix: ignore view and table for different base
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
1 year ago
Pranav C
373c3e3902
feat: drag-n-drop LTAR and Lookup creation
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
1 year ago
DarkPhoenix2704
c0428fdb8a
fix: make btn primary
2 years ago
DarkPhoenix2704
7164bccf63
fix: update styles
2 years ago
DarkPhoenix2704
fccc08ddb6
fix: team settings page
2 years ago
Wing-Kam Wong
600e214bd2
fix(nc-gui): page-size in pagination
2 years ago