feat: add background image to login page and alter tooltip of base_url and add llm type to Added models List (#173)
* feat: add llm type to Added models List * feat: alter tooltip of base_url * feat: add background image to login page
This commit is contained in:
90
web/src/assets/svg/login-avatars.svg
Normal file
90
web/src/assets/svg/login-avatars.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 1.7 MiB |
10
web/src/assets/svg/login-background.svg
Normal file
10
web/src/assets/svg/login-background.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 3.3 MiB |
11
web/src/assets/svg/login-star.svg
Normal file
11
web/src/assets/svg/login-star.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M0 40C25.4247 40 40 25.4247 40 0C40 25.4247 54.5753 40 80 40C54.5753 40 40 54.5753 40 80C40 54.5753 25.4247 40 0 40Z"
|
||||
fill="white" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M0 12C7.62742 12 12 7.62742 12 0C12 7.62742 16.3726 12 24 12C16.3726 12 12 16.3726 12 24C12 16.3726 7.62742 12 0 12Z"
|
||||
fill="#FEC84B" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M64 24C69.0849 24 72 21.0849 72 16C72 21.0849 74.9151 24 80 24C74.9151 24 72 26.9151 72 32C72 26.9151 69.0849 24 64 24Z"
|
||||
fill="#FEC84B" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 718 B |
Reference in New Issue
Block a user