1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: sql suggestions in query editor

This commit is contained in:
2020-08-21 11:38:00 +02:00
parent 256ec76588
commit 8dc74ef2c3
8 changed files with 6153 additions and 15 deletions

View File

@ -33,6 +33,8 @@
"blob": darkorchid,
"mediumblob": darkorchid,
"longblob": darkorchid,
"enum": gold,
"set": gold,
"unknown": gray,
)
);

View File

@ -106,6 +106,13 @@ body {
.tab {
border-color: #272727;
.tab-item {
.btn-clear {
margin-top: -0.1rem;
font-size: 0.6rem;
}
}
}
.panel {