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
9cc1f3cb30
Nc Fix: UI improvements - left sidebar ( #8244 )
...
* fix(nc-gui); update toolbar menu text grom GroupBy to Group
* fix(nc-gui): move sidebar base, table expand icon to the right side
* fix(nc-gui): sidebar base, table, view menu options padding issue
* fix(nc-gui): add background color for row on hover in grid view
* fix(nc-gui): reduce width of index column
* fix(nc-gui): on hover grid row bg opacity issue
* fix(nc-gui): reduce font size and grid cell height
* fix(nc-gui): sidebar view menu alignment issue on mobile screen
* fix(nc-gui): reduce font size
* fix(nc-gui): set column default width to 180px
* fix(nc-gui): keep only sidebar changes & revert all other changes
* fix(nc-gui): change table icon
* fix(nc-gui): trim base, table, view title while saving it
* fix(nc-gui): increate left sidebar max width
* fix(nc-gui): show truncated base/table/view name until standard end
* fix(nc-gui): oss sidebar base menu options alignment issue
* fix(nc-gui): use valid classname
* fix(nc-gui): sidebar external db source menu ui fixes
* fix(nc-gui): small changes
* chore(nc-gui): lint
* fix(nc-gui): pw test fail issue
* fix(nc-gui): trim title while creating base, table, view
* fix(nc-gui): some of the sidebar pw test fail issues
* fix(test): sidebar test fail issue
* fix(test): projectCollaboration test fail issue
* fix(nc-gui): change font size of view menu option view mode chip text
* fix(nc-gui): grayed out create view dropdown plus icon color
* fix(nc-gui): grayed out table icon and reduce width of default view context menu
* fix(nc-gui): remove copyright text from user menu
* fix(nc-gui): chevron icon and show/hide sidebar icon should be gray in color
7 months ago
mertmit
67895f5c13
fix: type issues with SqlClient
...
Signed-off-by: mertmit <mertmit99@gmail.com>
7 months ago
Ramesh Mane
61df495300
chore(nc-gui): lint
8 months ago
Ramesh Mane
839e93ce33
fix(nc-gui): open view new tab in background on cmd+click
8 months ago
Ramesh Mane
e68b313126
feat(nc-gui): open base/table/view in new tab on pressing cltr & cliking on then
8 months ago
Ramesh Mane
7e666b1568
fix(nc-gui): incorrect route query params issue
8 months ago
Muhammed Mustafa
3b4b15d57f
fix: Show skelton loader immediatly when a table is opened
12 months ago
Muhammed Mustafa
2d906e99b5
fix: Show skelton loader immediatly when a table is opened
12 months ago
Pranav C
99a0857a68
fix: on clicking table node navigate to default view rather than the first view
12 months ago
Muhammed Mustafa
265839a9b7
fix: Ignore system column created with table create camelisation, when used on data source with no inflection
1 year ago
Muhammed Mustafa
5d6a7b2560
fix: Removed Untitled from default name in View, table and base create
1 year ago
DarkPhoenix2704
896e524eb8
fix(nc-gui): switch to data on create new table
1 year ago
DarkPhoenix2704
dc3859aa58
fix(nc-gui): creating new table in fields tab won't push to new table
1 year ago
Pranav C
02c4db92eb
fix: check views already loaded or not
1 year ago
mertmit
7a1599551f
fix: load model meta once per navigation
1 year ago
mertmit
3ec58faa05
fix: load sorts once per view
1 year ago
Muhammed Mustafa
f6855d10e2
fix(nc-gui): stay on erd while table change
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
f0c9f251d8
feat: Fixed issue with loading table and view from sidebar, fixed node click for mobile in sidebar
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
Pranav C
4249f3ac02
Revert "Feat: Links column type"
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
a7e0208d52
Revert "Revert "refactor: MetaDB LTAR revamp""
1 year ago
Pranav C
d93eaef27b
Revert "refactor: MetaDB LTAR revamp"
1 year ago
Pranav C
1d45a501f3
feat: table delete with relation - wrap in transaction
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
1 year ago
Wing-Kam Wong
48688737c1
fix(nc-gui): add ColumnType
2 years ago
Pranav C
d62b3d9419
refactor: include `storeToRefs` in imports alias
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
dbce6f0952
chore: lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
500979d135
refactor: migrate simple composable usage syntax to pinia store usage syntax
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
68ef30b889
feat(nc-gui): use the default base id if baseId is not provided
2 years ago
mertmit
5b4b45ae76
fix: hide system relation column from LTAR popup
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
743c160eef
fix: multiple source project prefix
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
c5f95d8248
feat: multiple source front-end
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
8edb4e4b2c
feat: front-end allow multiple base per project
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Raju Udava
2a7c90f064
refactor: delete confirmation modal width
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
braks
4c29fa18ff
refactor(nc-gui): use lazy load and cleanup imports
2 years ago
Raju Udava
5bc43c0ac5
chore(CY): fix modal - class name map
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Pranav C
2e1bfba0b8
fix(gui): always get latest meta before deleting a table
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
21a306030c
chore(gui-v2): base url correction ( #3510 )
...
* chore(gui-v2): base url correction
- support nocodb serving under a nested path
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore(gui-v2): initial base url correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): redirect to dashboard with relative path
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): make plugin path relative
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): redirect path correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: allow download option migration handling
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix(gui-v2): redirect old base url to new path
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): redirect old base ur with some view/table open
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): handle old tab url and navigate to the new url
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore(gui-v2): cleanup
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>
2 years ago
Wing-Kam Wong
f97ea536b4
chore: move nc-gui-v2 to nc-gui
2 years ago
Raju Udava
aac150b21d
refactor: delete message text alignment
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Raju Udava
3d269a5087
refactor: i18n corrections
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Raju Udava
686de21eae
fix: correct position for i18n include
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Raju Udava
95d4afc0b5
refactor: i18n for message.info
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Pranav C
6c430cdd97
fix(gui-v2): add missing await
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Muhammed Mustafa
086a9adbd8
chore/pr comments included
2 years ago
Muhammed Mustafa
68f8f58ae5
fix/Fixed table column toggle while table creation
2 years ago