feat: ui/ux improvements, updates, + update dependencies
- new mobile menu - better display and viewing for service cards - nicer request layout - should exit after seeding db! - add missing link for pass - chat viewing by admins has been disabled for open webui
This commit is contained in:
parent
647932b76f
commit
59f9c709ce
9 changed files with 342 additions and 211 deletions
|
@ -6,7 +6,6 @@ import {
|
|||
} from "react-icons/si"
|
||||
import {
|
||||
TbBrowser,
|
||||
TbBubbleText,
|
||||
TbDeviceTv,
|
||||
TbGitBranch,
|
||||
TbKey,
|
||||
|
@ -101,10 +100,6 @@ export const services = [
|
|||
icon: SiOllama,
|
||||
priceStatus: "invite-only",
|
||||
adminView: {
|
||||
"Your chats": {
|
||||
icon: TbBubbleText,
|
||||
description: "Your chats are visible to admins.",
|
||||
},
|
||||
"Your email address": {
|
||||
icon: TbMail,
|
||||
description: "Your email address is visible to admins.",
|
||||
|
@ -200,6 +195,7 @@ export const services = [
|
|||
description: "A private password manager. Powered by Vaultwarden.",
|
||||
icon: SiVaultwarden,
|
||||
priceStatus: "open",
|
||||
joinLink: "https://pass.librecloud.cc",
|
||||
adminView: {
|
||||
"Your total entry count": {
|
||||
icon: TbServer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue