Allow adding, updating and deleting indices (#24)

* Allow adding indices

* Allow deleting indices

* Allow updating the indices

* When there are multiple indices, group them below Indices tab

* Update elem classes
This commit is contained in:
Duc Nguyen (john)
2024-04-12 15:41:09 +07:00
committed by GitHub
parent 4efe9c02a8
commit 66905d39c4
5 changed files with 252 additions and 37 deletions

View File

@@ -53,6 +53,7 @@ button.selected {
}
#chat-tab,
#indices-tab,
#settings-tab,
#help-tab,
#resources-tab,
@@ -98,7 +99,8 @@ button.selected {
.setting-answer-mode-description {
margin: 5px 5px 2px !important;
}
*/ mark {
mark {
background-color: #1496bb;
}