braks
|
432e3f9202
|
feat(nc-gui): add loading indicator to sidebar
|
2 years ago |
braks
|
d8cdc56ef2
|
refactor(nc-gui): use `useDialog` to open view create modal
|
2 years ago |
braks
|
43db1b5fac
|
fix(nc-gui): lazy load breaking view sidebar
|
2 years ago |
braks
|
9270697997
|
fix(nc-gui): lazy load breaking menu item active styles
|
2 years ago |
Pranav C
|
32ee627caa
|
chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
c2b502f6d1
|
refactor(gui): add missing prop in default value
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
20a9f3eef6
|
chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
735bcb6017
|
fix(gui): avoid setting filter list data for nested from state
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
9755191104
|
fix(gui): convert computed dependencies to reactive for proper functioning
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
41788be13b
|
chore(gui): corrections and lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
be70b540a5
|
refactor(gui-v2): tab level sort state
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
86586fd1a9
|
refactor(gui-v2): replace pain object with Map
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
d2657d1339
|
wip(gui-v2): sorts state
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
e3dc42bf76
|
wip(gui-v2): keep tab level view state(filter/sort/fields)
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
4584655410
|
fix(gui): scroll to view only if required
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
d11fa385c5
|
refactor(gui): trigger scroll to cell only on key navigation
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
f06803c2a3
|
refactor(nc-gui): remove !f?.status
|
2 years ago |
braks
|
282d481244
|
chore(nc-gui): integer prop type
|
2 years ago |
braks
|
fcfab01995
|
chore(nc-gui): fix types and cleanup unused vars
|
2 years ago |
braks
|
0d27467f71
|
fix(nc-gui): remove `useMetas` from watch cb
|
2 years ago |
braks
|
4b1829006a
|
fix(nc-gui): prevent kanban cover img error
|
2 years ago |
braks
|
4180e9ae9b
|
fix(nc-gui): prevent gallery cover img error
|
2 years ago |
braks
|
808d7ca5c3
|
fix(nc-gui): use column label or title for error msg in form view
|
2 years ago |
mertmit
|
a4a6bcc92a
|
fix: drop unnecessary await
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
d0848b8fb9
|
feat: save new row on enter even if it is empty
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
2cf8399f0f
|
fix(nc-gui): introduce nonDeletedFilters
|
2 years ago |
mertmit
|
3610cdaf71
|
feat: automatically create a new row on navigating next within last row
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
9b07c4763d
|
fix(nc-gui): splice local filter when deleting and emit
|
2 years ago |
Wing-Kam Wong
|
4f69e0c165
|
fix(nc-gui): pass _nested to applyChanges
|
2 years ago |
Wing-Kam Wong
|
934c0a482b
|
chore(nc-gui): change maxSelectOptionsAllowed to 64
|
2 years ago |
Wing-Kam Wong
|
ae9f59a9a1
|
chore(nc-gui): lint
|
2 years ago |
mertmit
|
34779578fc
|
fix: refine font colors for select options
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
940478ae54
|
fix: PR requested changes
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
81715174e2
|
feat: dynamic select chip font color based on readability
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
c9b18ee3ac
|
fix: type errors for select cells
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Pranav C
|
e6c686dd32
|
fix: provide proper z-index value to avoid unexpected behaviour
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
97fa9ef1e2
|
feat(nc-gui): gallery share view
|
2 years ago |
Wing-Kam Wong
|
d1d6081a35
|
fix(nc-gui): overlay z-index
|
2 years ago |
Wing-Kam Wong
|
d6338efbe2
|
fix(nc-gui): prevent expanded form popping out when clicking the image
|
2 years ago |
Wing-Kam Wong
|
b6d0f29d0d
|
feat(nc-gui): introduce no image option in cover image fields menu
|
2 years ago |
Wing-Kam Wong
|
22f8136a92
|
feat(nc-gui): add cover image to kanban
|
2 years ago |
Wing-Kam Wong
|
e768f87cec
|
refactor(nc-gui): rename grp_column_id to fk_grp_col_id
|
2 years ago |
Pranav C
|
38846ebf0d
|
fix(gui): remove clear cell option from context menu for virtual cells
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
3ef9115674
|
refactor(gui): avoid locking treeview operation based on view lock
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
f0dd065e79
|
refactor(gui): group import statements
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
braks
|
d71f3adaef
|
chore(nc-gui): reduce default transition duration
|
2 years ago |
braks
|
4eb927f29e
|
feat(nc-gui): allow customizing transition duration in survey form
|
2 years ago |
braks
|
d2e89c7226
|
feat(nc-gui): add animation to survey form on keypress
# What's changed?
* small keypress animations on survey form
* add info on line breaks for textarea fields
|
2 years ago |
Wing-Kam Wong
|
0c6cf2f3a8
|
fix(nc-gui): add missing uncategorized title when stack is collapsed
|
2 years ago |
navi
|
83bdb32a10
|
New translations en.json (German)
|
2 years ago |