Ramesh Mane
ecaca0a97b
Nc fix/form view bug fixes ( #8498 )
...
* fix(nc-gui): form view config heading text color
* fix(nc-gui): required field validation issue
* fix(nc-gui): form active field setting subtitle top margin
* fix(nc-gui): add incomplete validation error
* fix(nc-gui): validation input hover state and placehoder color
6 months ago
Ramesh Mane
f85240848d
Nc feat/form validation ( #8409 )
...
* feat(nc-gui): custom validation setup
* fix(nc-gui): custom validation table rounded issue
* fix: add custom field validation type
* fix(nc-gui): updated custom validator
* feat(nc-gui): custom validation working state
* fix(nc-gui): udpate default warning msg
* chore(nc-gui): lint
* fix(nc-gui): grayed out errors if input is focused
* fix(nc-gui): input ring issue
* fix(nc-gui): increase max height of validator select dropdown
* fix(nc-gui): validator select dropdown item text color
* fix(nc-gui): regex validation condition update
* fix(nc-gui): add missing string validation types
* fix(nc-gui): remove unwanted code
* fix(nc-gui): move custom validation to ee
* refacor(nc-gui): form view code
* refactor(nc-gui): separate out formviewstore for ce & ee
* fix(nc-gui): move all validations to another file
* feat(nc-gui): add validation input component
* feat(nc-gui): add time, month types
* fix(nc-gui): add form field limit validations
* fix(nc-gui): add limit link record validation
* fix(nc-gui): add phonenumber & url validation type
* feat(nc-gui): add email, url & phone number validators
* fix(nc-gui): non working phone, email, url validation
* chore(nc-giu): lint
* feat(nc-gui): add attchment type validation
* chore(nc-gui): lint
* fix(nc-gui): add form field validation in shared form
* fix(nc-gui): add form field validation in shared form oss
* fix(nc-gui): oss validation conflict
* fix(nc-gui): enter number validation function
* fix(nc-gui): add config validators
* fix(nc-gui): validation config error handling
* fix(nc-gui): placeholder issue
* fix(nc-gui): custom validation config error handling
* fix(nc-gui): allow negative value validation
* fix(nc-gui): add tooltip for required field switch
* fix(nc-gui): refactor field validation from builder side
* chore(nc-gui): lint
* fix(nc-gui): update number validation logic
* fix(nc-gui): rating field alignment issue
* fix(nc-gui): small changes
* fix(nc-gui): required field validation issue
* fix(nc-gui): allow click on title to enable field config
* feat(nc-gui): business email validation support
* fix(nc-gui): add remove image btn in cell itself
* fix(nc-gui): small changes
* fix(nc-gui): survey form required field validation issue
* fix(nc-gui): error field border issue
* fix(nc-gui): currency validation input cell prefix issue
* fix(nc-gui): remove console
* chore(nc-gui): lint
* fix: information text
* fix(nc-gui): remove contains & doesn't contain option from phone number custom validation
* fix(nc-gui): attachment merge conflict
* fix(nc-gui): attachment cell expand btn size
* fix(nc-gui): PR review changes
* fix(nc-gui): lint
* fix(nc-gui): updated form config heading text color
* fix(nc-gui): small changes
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
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
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
de5491e541
chore: lint
6 months ago
Ramesh Mane
6075611c0f
Nc fix: Form view bug fixes ( #8322 )
...
* fix(nc-gui): form view rich text link option issue
* chore(nc-gui): lint
* fix(nc-gui): pw test fail issue
* fix(nc-gui): add checkbox required form validation rule
7 months ago
Anbarasu
c39b30d311
fix: Expanded Record Fields ( #8250 )
...
* fix: expanded record display field is messed up
* fix: delete modal
7 months ago
Ramesh Mane
8e0262c9e9
fix(nc-gui): prefill form issue on clicking submit another form btn ( #8238 )
7 months ago
Ramesh Mane
ca7c01b4c6
Nc feat: update tab title as per view/table/base title ( #8017 )
...
* feat(nc-gui): set tab title for view
* feat(nc-gui): update tab title as per view title
* fix(nc-gui): shared view ui break issue
* feat(nc-gui): update shared form view tab title as per form heading
* chore(nc-gui): lint
* fix(nc-gui): tab title update issue when switching from base to view
7 months ago
Ramesh Mane
2846bfe06d
fix(nc-gui): small changes
7 months ago
Ramesh Mane
e072c99b35
fix(nc-gui): PR ai review changes
7 months ago
Ramesh Mane
a2ceee11e6
fix(nc-gui): shared view column display issue after deleting column from table
7 months ago
Mert E
0f7b88970f
fix: shared form pw error handling ( #7991 )
...
* fix: shared form password error
* fix: remove unnecessary export & duplicate file
* fix: filter non-generic errors from logs for NcBaseErrorv2
7 months ago
Mert E
af49ed346f
feat: errors v2 ( #7916 )
...
* feat: NcBaseErrorv2
* feat: move existing errors to v2 (WIP)
* feat: use functions instead of replace for templates
* feat: use v2 for database errors
* feat: experimental extraction for non-matched db errors
* feat: improved error message formats
* test: NcBaseErrorv2
* fix: move string casting to handler
8 months ago
Ramesh Mane
34cc8197d4
Nc fix: Form view bug fixes ( #7899 )
...
* fix(nc-gui): show inline form field validation errors
* fix(nc-gui): display inline validation error in shared form and form builder
* fix(nc-gui): shared form default value issue
* fix(nc-gui): limit option spell mistake
* fix(nc-gui): form title update issue when toggle between grid & form view
* fix(nc-gui): form banner & logo display issue on upload
* chore(nc-gui): lint
* fix(nc-gui): show error message on press non numeric keys in numeric field
* fix(nc-gui): add key for form banner and logo
* fix(nc-gui): show currency suffix only in form
* fix(nc-gui): edit column default value input height issue
* fix(nc-gui): form checkbox field enter keypress should navigate to next question in survey form
* fix(nc-gui): escape should blur focus field in survey form
* fix(nc-gui): add currency code suffix in form view currency field
* chore(nc-gui): lint
* fix(nc-gui): add percent suffix in form view percent field
* fix(nc-gui): survey form pw test fail issue
* fix(nc-gui): filter pw test fail issue
* fix(nc-gui): add missing classname in oss
* fix(nc-gui): survey form ui break issue
* fix(nc-gui): update oss survey form file
* fix(nc-gui): in survey form branding text color should be dynamic based on form bg color
* chore(nc-gui): lint
* fix(nc-gui): ai pr review changes
* fix(nc-gui): pr review changes #2555
* fix(nc-gui): use handler instead on ternery condition
8 months ago
Ramesh Mane
2cd0a1c74a
Nc feat/survey form v2 ( #7843 )
...
* fix(nc-gui): survey form v2 setup
* fix(nc-gui): survey form ui updated
* fix(nc-gui): survery form ui changes for oss
* chore(nc-gui): lint
* chore(nc-gui): lint
* chore(nc-gui): revert unrelated changes
* test(nc-gui): update pw test of survey form
* fix(nc-gui): update survey form according to new design
* fix(nc-gui): add survey form slide animation
* fix(nc-gui): hide survey form pagination in first slide
* fix(nc-gui): optimize shared form for mobile screen
* chore(nc-gui): lint
* fix(nc-gui): pw test fail issue
* fix(nc-gui): some of the pr review changes
* fix(nc-gui): add placeholder for datetime related fields
* fix(nc-gui): allow upload same file next time
* fix(nc-gui): gallery image display issue nocodb/nocodb/issues/7851
* chore(nc-gui): lint
* fix(nc-gui): survey form ui changes for oss
* fix(nc-gui): use i18n for survey form
* fix(nc-gui): use keydown space for date, datetime fields to open modal in survey form
8 months ago
Ramesh Mane
62220705de
fix(nc-gui): add condition to check default value
8 months ago
Ramesh Mane
3ee5e52f60
fix(nc-gui): use math.max instead of ternary operator
8 months ago
Ramesh Mane
2d2ec98088
fix(nc-gui): some review comments
8 months ago
Ramesh Mane
aef292b2f7
feat(nc-gui): prefill form with default values
8 months ago
Ramesh Mane
b9057d20b7
fix(nc-gui): prefill link issue after clicking clear form btn in form builder
8 months ago
Ramesh Mane
835f55b9a5
fix(nc-gui): prevent clear prefilled readonly or hidden fields on clicking clear form
8 months ago
Ramesh Mane
0d9db02f68
fix(nc-gui): prefill issue if query param key is encoded
8 months ago
Ramesh Mane
8bd4215c00
fix(nc-gui): move get prefill link in share form modal
8 months ago
Ramesh Mane
67f8eb2fe4
chore(nc-gui): lint
8 months ago
Ramesh Mane
dc31d4db28
fix(nc-gui): prefill iso date format issue
8 months ago
Ramesh Mane
a798b55eab
fix(nc-gui): allow prefill date, datetime, time only in iso format
8 months ago
Ramesh Mane
88cbb34cb1
fix(nc-gui): allow user email or id in prefilled form
8 months ago
Ramesh Mane
f3b46bd72a
fix(nc-gui): grayed out shared form field if prefilled fields are locked
8 months ago
Ramesh Mane
b9bfbeab57
fix(nc-gui): hide system columns in shared form
8 months ago
Ramesh Mane
eaeb3b57b7
feat(nc-gui): add prefill support for rating, url, checkbox, year, data & dateTime fields
8 months ago
Ramesh Mane
9a57f4fca0
feat(nc-gui): prefill user, text & numeric fields
8 months ago
Ramesh Mane
35dd69fa81
fix(nc-gui): use only title for query params in prefill form
8 months ago
Ramesh Mane
2973185708
feat(nc-gui): allow prefill shared form setup
8 months ago
Ramesh Mane
d7729b5de5
fix(nc-gui): small changes in share form store
8 months ago
Ramesh Mane
51a8f4a4d7
fix(nc-gui): shared form select type list options
8 months ago
Ramesh Mane
5537cde5b9
fic(nc-gui): update form submit error message
9 months ago
Ramesh Mane
fd202851d7
fix(nc-gui): use I18n instead of hardcoded text
9 months ago
Ramesh Mane
5152275e51
fix(nc-gui): add clear form btn in shared form
9 months ago
mertmit
635ece86e3
fix: shared form view user field
10 months 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
sreehari jayaraj
e4cf30f58a
fix: nc button ui and word wrap
1 year ago
Raju Udava
af663c4a12
sync 0000
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.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
Wing-Kam Wong
7629363050
fix(nc-gui): incorrect shared form logic
1 year ago
Wing-Kam Wong
99996d7fe8
chore(nc-gui): lint
1 year ago
Wing-Kam Wong
1616a86d8d
fix(nc-gui): incorrect columns in shared form
1 year ago