Pranav C
30cd0c3d42
refactor: move tab composable to pinia store
...
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
mertmit
46b5640dce
feat: add showNull to global state to control indicator
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
a581bbc7fd
feat: extended support for NULL indicator
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Wing-Kam Wong
5291dc6c20
fix(nc-gui): use YYYY-MM-DD HH:mm:ss instead
2 years ago
mertmit
5c433e3086
feat: team & settings modal data sources tab revised
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Wing-Kam Wong
55fd0fee74
feat(nc-gui): format DateTime data
2 years ago
Wing-Kam Wong
dae1c53a91
feat(nc-gui): skip keydown logic if drawer / modal is active
2 years ago
Wing-Kam Wong
70ea1fda32
fix(nc-gui): lint
2 years ago
Wing-Kam Wong
2f5160e047
feat(nc-gui): useSelectedCellKeyupListener logic on datetime picker
2 years ago
Wing-Kam Wong
ae2271c7b8
feat(nc-gui): cmd + ; to select the current date(time)
2 years ago
Pranav C
62f04a05ee
fix(gui): prevent escape key press event bubbling only if picker is active
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
2d16ed7a3a
fix: allow toggling picker if cell is in editable state
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
75c1c202a9
feat(gui): ignore unselecting if clicking inside any picker element
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
5ec33a7883
feat(gui): open picker on pressing enter key nd close on escApe key press
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Vijay Kumar Rathore
34c97d731f
disallow date picker from opening if column is primary key
...
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
2 years ago
braks
8b255f3096
refactor(nc-gui): use ref for readonly injection
2 years ago
Wing-Kam Wong
07f525b900
fix(nc-gui): cell styles
2 years ago
braks
a40fdadd55
chore(nc-gui): prop type
2 years ago
braks
4c29fa18ff
refactor(nc-gui): use lazy load and cleanup imports
2 years ago
Pranav C
5cff69bbd1
chore(cypress): improve date picker selection by filtering by classname
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
f97ea536b4
chore: move nc-gui-v2 to nc-gui
2 years ago
Pranav C
b33cdd97b4
fix(gui-v2): keep font color normal even in readonly mode
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
465c96a5cc
chore(gui-v2): remove placeholders for *Picker cells
2 years ago
Wing-Kam Wong
9d3f3ec900
fix(gui-v2): date time picker disable
2 years ago
Pranav C
e6611e577c
fix(gui-v2): use ReadonlyInj in date and time pickers since those are in editable state by default
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
4a31d733a8
refactor(gui-v2): use edit and readonly injection keys properly in all cell
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
91e2b06a4e
refactor(gui-v2): use edit and readonly injection keys properly
...
- add `undefined` type for all cell value since initially(new row) model value for all cell will be undefined
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
d869db13ad
refactor(gui-v2): centeralise imports to #imports
2 years ago
Wing-Kam Wong
f6af46e2e9
fix(gui-v2): ReadonlyInj in Cell
2 years ago
Pranav C
b79346b194
fix(gui-v2): close datetime picker on clicking ok button
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
4710022fed
chore(gui-v2): typo correction and linting
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
1816dc60fc
fix(gui-v2): reload filters on column delete
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
4f4b979b4a
fix(gui-v2): avoid triggering datepicker on contextmenu
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
a26128837f
refactor(gui-v2): accept null prop value in cell component
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Muhammed Mustafa
e21045300d
chore/gui-v2-date-cells-removed-calender-icon
2 years ago
Muhammed Mustafa
d4c28d9066
refactor/gui-v2-added-DateTime-Picker
2 years ago
braks
f8d95aa966
refactor(gui-v2): import composables from `#imports` path
2 years ago
Pranav C
667f42d35a
wip(gui-v2): filter, sort integration with grid view
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Braks
917309a619
chore(gui-v2): type and code-style fixes
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2 years ago
Pranav C
2db1d80701
refactor(gui-v2): bind model to datepicker
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
7ffdda936b
feat(gui-v2): add hm, m2m, bt and rollup cells
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Braks
b59af42164
chore(gui-v2): lint files
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2 years ago
Pranav C
0674f6837a
wip: grid view migration
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
8b863ca3d8
refactor: prettier nc-gui v1
2 years ago
Pranav C
411a7d9658
fix: save datetime on 'click:outside' event
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
58f6bfada9
fix: trigger dtp to change value
2 years ago
Wing-Kam Wong
6b2a75057c
fix: show err message when input cannot be parsed
2 years ago
Pranav C
2b3d0a7523
fix: ignore timezone mysql and rely on project info for checking datasource client type
...
re #1048
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago