Commit Graph

36 Commits

Author SHA1 Message Date
Ramesh Mane
2640656ddd Nc feat/new field modal (#8578)
* fix(nc-gui): remove field modal title & type selector label

* fix(nc-gui): hide default value input initially

* fix(nc-gui): remove clear icon from default value input

* fix(nc-gui): update email, phone, url column validation settings ui

* fix(nc-gui): add missing validate field condition

* fix(nc-gui): update long text field modal ui

* fix(nc-gui): update default field modal width & enable rich text option

* fix(nc-gui): small changes

* fix(nc-gui): hide default value input only if user clicks on delete icon

* fix(nc-gui): decimal field option ui

* fix(nc-gui): update percent option ui

* fix(nc-gui): small changes

* fix(nc-gui): update field modal switch option alignment

* fix(nc-gui): update date & dateTime field modal options

* feat(nc-gui): add 12, 24 hrs time format option in field modal

* feat(nc-gui): add 12hr time cell format support

* fix(nc-gui): update time cell placeholder according to time format

* fix(nc-gui): field modal default value option visibility issue

* fix(nc-gui): update barcode, qr code field modal option

* fix(nc-gui): field modal expanded json input modal overlay click issue

* fix(nc-gui): currency code option from field modal

* fix(nc-gui): udpate duration option

* fix(nc-gui): date time cell clear icon visibility issue in link record dropdown

* fix(nc-gui): update field modal lookup options

* fix(nc-gui): update user option from field modal

* fix(nc-gui): update rollup option from field modal

* fix(nc-gui): update select field type ui for create column

* fix(nc-gui): update field modal cancel & save btn alignment

* fix(nc-gui): update formula option margin

* fic(nc-gui): update select type option

* fix(nc-gui): small changes

* fix(nc-gui): update links field options

* fix(nc-gui): small changes

* fix(nc-gui): select option border issue

* fix(nc-gui): add new color picker

* fix(nc-gui): update rating field options

* fix(nc-gui): update geodata field options

* fix(nc-gui): geodata option small changes

* fix(nc-gui): add new color picker for select type options

* fix(nc-gui): show only title & field type list if uidt is null

* feat(nc-gui): add 12hrs time support in dateTime cell

* fix(nc-gui): formula suggestion list visibility issue

* fix(nc-gui): reduce formaula suggestion fields icon size

* fix(nc-gui): rich text default value visibility issue in field modal

* fix(nc-gui): update rich text default value bubble menu option

* fix(nc-gui): some pr review changes

* fix(nc-gui): remove example from duration format

* feat(nc-gui): add keyboard navigation support for field list

* fix(nc-gui): update email, url, phone validate text

* fix(nc-gui): update qr & barcode value select input

* fix(nc-gui): pr review changes

* test: update create column test cases

* fix(nc-gui): remove required symbol from field modal inputs

* fix(nc-gui): remove delete default value icon and add cross icon in default input itself

* test: update duration field type test

* fix(nc-gui): update column name & type input shadow

* fix(nc-gui): add hover effect on selected type

* fix(nc-gui): enabel rich text case update

* fix(nc-gui): update select options

* fix(nc-gui): show full time format in edit modal default value

* fix(nc-gui): remove optional placeholder of default value

* fix(nc-gui): instead of removing field type option disable it if it is onlyNameUpdateOnEditColumns

* fix(nc-gui): update links field icons from field modal

* fix(nc-gui): add links options in edit modal

* fix(nc-gui): show links config and disable if it is not editable in edit column mode

* fix(nc-gui): add support to configure date time format for create & last modified type field

* fix(nc-gui): virtual field icon visibility issue if it is edit mode

* fix(nc-gui): disabled edit option from field context menu if column is pk or system column

* fix(nc-gui): update field modal submit btn text

* fix(nc-gui): add shdow on input field in field modal

* fix(nc-gui): disable submit btn if field modal has some warnings

* test: update field add/edit save test case

* test: update links column add/edit test cases

* test: uncomment code

* test: update user field default value update test cases

* test: update select type option default value

* test: update multi field editor test cases

* test: update kanban view add option test cases

* test: update multifield editor test cases

* test: update create column keyboard shortcut test case

* chore(nc-gui): lint

* fix(nc-gui): field modal redio option shadow issue

* fix(nc-gui): update field modal select option color picker btn border radius

* fix(nc-gui): checkbox & rating icon alignment issue

* fix(nc-gui): update field modal formula field

* fix(nc-gui): field modal padding and gap issue

* fix(nc-gui): update set default value font case & font color

* fix(nc-gui): update field modal formula suggestion list ui

* fix(nc-gui): removecolumn create field search list from multifield editor

* fix(nc-gui): add placeholder for lookup & rollup options

* fix: label

* fix(nc-gui): remove placeholder from select type

* fix(nc-gui): remove link type from link field select option

* fix(nc-gui): qr, barcode value field icon issue

* fix(nc-gui): set color picker tab according to active color

* fix(nc-gui): json editor save btn ui changes in edit modal

* fix(nc-gui): disable editing primary key col

* chore(nc-gui): lint

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-05-31 21:26:57 +05:30
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
2024-05-08 15:55:09 +05:30
Ramesh Mane
22220fd238 fix(nc-gui): link record expanded form fields spacing issue 2024-01-20 11:37:17 +00:00
Ramesh Mane
8e9b9701d0 fix(nc-gui): disable fields edit if its readonly 2024-01-20 11:37:15 +00:00
Ramesh Mane
665ec2ee7e fix: word wrap issue #2111 2024-01-13 07:47:32 +00:00
Ramesh Mane
44754e1e9b fix: tab focus issue in shared form and expanded form 2023-12-28 14:12:28 +05:30
Ramesh Mane
291532a651 fix: review changes 2023-12-27 12:47:46 +05:30
Ramesh Mane
8e7aaf8d16 fix: field alignment issue in expanded form 2023-12-27 00:10:45 +05:30
mertmit
c01194b841 fix: stop undo actions on event for inputs
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-10-30 18:04:02 +03:00
sreehari jayaraj
f321a52ef9 fix: ui changes in links modal 2023-10-02 18:15:12 +05:30
Muhammed Mustafa
53cafa3c17 fix: i18n for Single text 2023-09-28 21:31:38 +05:30
Raju Udava
6276c9287a refactor: change placeholder text
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-13 09:39:54 +05:30
DarkPhoenix2704
016d1622b9 fix: revert style 2023-09-13 09:39:54 +05:30
DarkPhoenix2704
13b1cc4ab2 feat: placeholder 2023-09-13 09:39:54 +05:30
DarkPhoenix2704
2e3611deb7 feat: simplified default value 2023-09-13 09:39:13 +05:30
mertmit
2007e83617 fix: prevent undo while editing
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-06-29 16:45:01 +03:00
mertmit
e41efb718f fix: PR requested change
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-06-10 11:53:22 +03:00
Pranav C
faca1e9f68 fix: access reactive variable value using value prop
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-06-01 23:17:56 +05:30
Pranav C
54754af815 fix: set default value for inject
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-06-01 14:18:50 +05:30
Wing-Kam Wong
7a5e76ed51 fix(nc-gui): focus when expanded form not open 2023-04-26 13:46:56 +08:00
mertmit
43aae02016 fix: add default value to row height injection
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-03-28 21:41:11 +03:00
Pranav C
e62b9e02d4 refactor: show as multiline for single line if row height is more than 1
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-09 11:26:54 +05:30
mertmit
46b5640dce feat: add showNull to global state to control indicator
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-01-25 16:26:22 +03:00
mertmit
a581bbc7fd feat: extended support for NULL indicator
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-01-25 16:07:47 +03:00
mertmit
1350e1ab1e feat: visual distinction between NULL and empty string
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-01-25 11:36:40 +03:00
mertmit
e43888158e fix: PR requested changes
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-01-24 20:41:51 +03:00
mertmit
a49a68215e feat: ClampedText for handling line-clamping
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-01-24 20:41:51 +03:00
Pranav C
a8f421f22b fix(gui): allow drag select, mouse select and cmd/ctrl + a select
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-30 15:13:32 +05:30
Pranav C
8072c40c06 feat(gui): focus first input in expanded form
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-20 17:08:17 +05:30
Pranav C
f8e52e39e0 fix(api): block delete key press action for input fields at cell level
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-14 16:31:01 +05:30
Pranav C
59964d5c38 fix(gui): stop event bubbling at input level
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-14 16:31:00 +05:30
braks
ad5e9a3532 fix(nc-gui): disable text field if readonly 2022-10-21 18:37:11 +02:00
braks
64368e3fa5 fix(nc-gui): correct input style padding for form views 2022-10-13 11:58:38 +02:00
Wing-Kam Wong
07f525b900 fix(nc-gui): cell styles 2022-09-29 18:29:21 +08:00
braks
4c29fa18ff refactor(nc-gui): use lazy load and cleanup imports 2022-09-28 13:30:40 +02:00
Wing-Kam Wong
f97ea536b4 chore: move nc-gui-v2 to nc-gui 2022-09-06 12:00:09 +08:00