braks
ce1be6ca18
fix(nc-gui): survey form alignments and line height
2 years ago
braks
756ae49194
fix(nc-gui): icon in powered by floating at wrong pos
2 years ago
braks
b4f4f7de6f
feat(nc-gui): dark mode icon for powered by
2 years ago
braks
ee6f8b2964
refactor(nc-gui): use grid for survey layout
2 years ago
braks
90372f280a
chore(nc-gui): cleanup
2 years ago
braks
46147cca70
chore(nc-gui): styles
2 years ago
braks
e733be1a5c
refactor(nc-gui): move Powered by into separate component
2 years ago
Wing-Kam Wong
65a60b56f4
refactor(nc-gui): rollback to previous format
2 years ago
braks
84552d9956
fix(nc-gui): ring opacity
2 years ago
braks
8042a00de3
fix(nc-gui): correctly update tab after renaming table
2 years ago
braks
b85a24b88c
refactor(nc-gui): update logo animation
2 years ago
Pranav C
ac74f27f5e
refactor(gui): update with new icon
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Raju Udava
0c542ee17a
test: preview-mode corrections
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Wing-Kam Wong
9945838a2e
chore(nc-gui): lint
2 years ago
braks
4c29fa18ff
refactor(nc-gui): use lazy load and cleanup imports
2 years ago
braks
2351718931
refactor(nc-gui): add no-prefetch to external links
2 years ago
braks
3e7ece9ccf
refactor(nc-gui): overlay transition
2 years ago
Wing-Kam Wong
adfb4300d4
feat(nc-gui): add nc version
2 years ago
braks
9a43bfa787
refactor(nc-gui): use enum for role permission keys
2 years ago
Raju Udava
1f848bb51d
fix(i18n): rtl for ar
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
mertmit
2353e6b421
fix: add community translated
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Muhammed Mustafa
eb2d115c6c
fix(nc-gui)/Removed unnecassary prop from GeneralOverlay
2 years ago
Muhammed Mustafa
030970bb66
fix(nc-gui)/Added classname prop for GeneralOverlay
2 years ago
Muhammed Mustafa
7f8d641b57
fix(nc-gui)/Added option for light background for and enabled it for Grid
2 years ago
Pranav C
b1a7c6272d
fix(gui): show fullscreen button tooltip on left side to avoid unexpected scrollbar
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
61e9cbd7d3
chore(nc-gui): revise the width of truncate text
2 years ago
Pranav C
0a95987acf
fix(gui): auth and token tab missing
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
94f1d090f3
feat(nc-gui): add w-full for kanban title case
2 years ago
Pranav C
390ca00758
refactor(gui): avoid extra negation by reversing computed var
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
f5a0cafab1
feat(gui): move fullscreen icon to tab bar
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
d3a4bca8f3
feat(nc-gui): store sidebar states separately by id
...
# What's changed?
* use a sidebar id to identify the state
* use in memory storage to store the states
* use local storage to store persistent states
* add MemStorage class
2 years ago
Muhammed Mustafa
d3802828f1
feat/Added general tooltip to allow alt + hover to trigger tooltip
2 years ago
Pranav C
b5b050dcaa
refactor(gui): keep the right sidebar open by default
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
a39f1c740c
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Raju Udava
9c721f5426
chore(CY): add class name for modal & menu
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Pranav C
6c8171dd5b
chore(cypress): improve drawer selection by filtering by unique classname
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
84e7ca3811
chore(nc-gui): narrow down language types
2 years ago
braks
f7d326fcbc
refacotr(nc-gui): make whole lang btn clickable
2 years ago
braks
e31e1ad182
fix(nc-gui): lazy load languages for initial load perf
2 years ago
braks
a25a017d60
fix(nc-gui): remove vuetify from sponsors test
2 years ago
mertmit
19bfba4282
fix(nc-gui): invite button clickable area
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Wing-Kam Wong
7089f4f1b7
fix: release info style & hide menu
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