Pranav C
|
bb4d1c35bf
|
refactor(gui-v2): rplace vuetify class names
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
7fbe982015
|
refactor(gui-v2): code cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
f44400b9a1
|
refactor(gui-v2): ui updates
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
braks
|
5c6fa6aacb
|
fix(gui-v2): pass validation cb to `RenameableMenuItem` and validate before rename event
|
2 years ago |
braks
|
52c3372ef9
|
fix(gui-v2): abort renaming view on failed validation
|
2 years ago |
Wing-Kam Wong
|
80fbad1058
|
feat(gui-v2): implement copy form view logic
|
2 years ago |
Wing-Kam Wong
|
753a590998
|
fix(gui-v2): push the created view to router
|
2 years ago |
Wing-Kam Wong
|
c7ece40d97
|
fix(gui-v2): return to default view once the view is deleted
|
2 years ago |
Wing-Kam Wong
|
7c03cc79c5
|
fix(gui-v2): lint & use notification
|
2 years ago |
Pranav C
|
db9e029ca2
|
fix(swagger): type corrections
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
9d329b69f1
|
fix(gui-v2): resolve merge issues
|
2 years ago |
Pranav C
|
947e9ec02e
|
chore(gui-v2): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
50645333fe
|
chore(gui-v2): type correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
85debd814f
|
chore(gui-v2): remove `alias` prop of view which is no longer exist
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Muhammed Mustafa
|
ccea47062a
|
fix/fixed merge conflict
|
2 years ago |
Muhammed Mustafa
|
a1f6a38a2a
|
fix/minor cleanup
|
2 years ago |
Muhammed Mustafa
|
4fd3ef723e
|
fix/fixed icons size of hiring button in ApiSnippet
|
2 years ago |
Muhammed Mustafa
|
9a0bd9f4c3
|
refactor/gui-v2-added Api snippet
|
2 years ago |
Muhammed Mustafa
|
075105967a
|
refactor/gui-v2-added basic setup for api snippet but httpsnippet config is still broken
|
2 years ago |
braks
|
3b9b88f011
|
chore(gui-v2): update active color
|
2 years ago |
braks
|
a88e3cde9a
|
feat(gui-v2): mark open table & view
|
2 years ago |
braks
|
51ad4bf689
|
refactor(gui-v2): refactor tree view styles and replace scrollbar color
|
2 years ago |
braks
|
c207d0fbd8
|
chore(gui-v2): update layout structure
|
2 years ago |
braks
|
263498da3a
|
chore(gui-v2): fix icon names
|
2 years ago |
braks
|
f831c41e1b
|
chore(gui-v2): remove icon imports in favor of autoload
|
2 years ago |
braks
|
65f0b1db1a
|
chore(gui-v2): update styles
|
2 years ago |
braks
|
7c8fd97d8d
|
feat(gui-v2): add database to sidebar icons
|
2 years ago |
braks
|
4f33346a30
|
feat(gui-v2): add header
|
2 years ago |
braks
|
4dbaaebd06
|
chore(gui-v2): update icon styles
|
2 years ago |
braks
|
0fd28ba855
|
refactor(gui-v2): replace right side drawer toggle
|
2 years ago |
braks
|
bd96a78ce0
|
feat(gui-v2): add `useSidebar` composable
# What's changed?
* replace global sidebar state with `useSidebar` composable
|
2 years ago |
braks
|
56148802e7
|
chore(gui-v2): fix types in components
|
2 years ago |
braks
|
1b87292e97
|
chore(gui-v2): cleanup type issues
|
2 years ago |
braks
|
704b641ed0
|
chore(gui-v2): fix types in components
|
2 years ago |
braks
|
7c60ebd82c
|
chore(gui-v2): fix types in LockMenu
|
2 years ago |
braks
|
3fa93d0354
|
chore(gui-v2): fix types in Decimal, Integer, DeleteTable & SearchData
|
2 years ago |
braks
|
9131ab6c41
|
chore(gui-v2): fix types in Reload
|
2 years ago |
Wing-Kam Wong
|
b5bbb75b72
|
refactor(gui-v2): remove icon import
|
2 years ago |
Wing-Kam Wong
|
fffb36a388
|
fix(gui-v2): add missing webhook drawer
|
2 years ago |
braks
|
e1cad18e10
|
chore(gui-v2): revert the 0.5px change
|
2 years ago |
braks
|
9aac08e6b0
|
chore(gui-v2): add 0.5 px right sidebar top offset
|
2 years ago |
braks
|
f6bfdd262d
|
refactor(gui-v2): show tooltip in bottomEnd when sidebar is open
|
2 years ago |
braks
|
638e304db0
|
refactor(gui-v2): move sidebar toolbar items to separate directory
|
2 years ago |
braks
|
1fcbae5f8e
|
chore(gui-v2): update menu styles to fill height properly
|
2 years ago |
Pranav C
|
296309d291
|
refactor(gui-v2): remove unused import, rename variable
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
3ea5069e8c
|
fix(gui-v2): tab navigation
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
braks
|
8babcc2d11
|
refactor(gui-v2): change right sidebar toggle icons
# What's changed?
* add RightSidebarInj injection key
* change right sidebar toggle icons
* limit views menu height to max 200px
|
2 years ago |
braks
|
000529df42
|
chore(gui-v2): xml icon hover style
|
2 years ago |
braks
|
adc3ea65ca
|
chore(gui-v2): update menu styles
|
2 years ago |
braks
|
6a9c8dc86d
|
feat(gui-v2): add tooltips to right sidebar icons
|
2 years ago |