refactor(ui): better font weight, icon hover states, etc
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
export type HoppRESTAuthNone = {
|
||||
authType: "none"
|
||||
authName: "None"
|
||||
authActive: true
|
||||
}
|
||||
|
||||
export type HoppRESTAuthBasic = {
|
||||
authType: "basic"
|
||||
authName: "Basic Auth"
|
||||
authActive: true
|
||||
|
||||
username: string
|
||||
@@ -13,6 +15,7 @@ export type HoppRESTAuthBasic = {
|
||||
|
||||
export type HoppRESTAuthBearer = {
|
||||
authType: "bearer"
|
||||
authName: "Bearer Token"
|
||||
authActive: true
|
||||
|
||||
token: string
|
||||
|
||||
Reference in New Issue
Block a user