mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
updated ui
This commit is contained in:
parent
b11d56a457
commit
808d42933a
8
web/dist/assets/index-06783a3a.css
vendored
Normal file
8
web/dist/assets/index-06783a3a.css
vendored
Normal file
File diff suppressed because one or more lines are too long
8
web/dist/assets/index-7e264016.css
vendored
8
web/dist/assets/index-7e264016.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-98082134.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-7e264016.css">
|
||||
<script type="module" crossorigin src="/assets/index-adcb4d8c.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-06783a3a.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -1,42 +1,42 @@
|
||||
<template>
|
||||
<div v-if="$store.state.ready" class="container flex flex-col sm:flex-row item-center gap-2 py-1 ">
|
||||
<div v-if="$store.state.ready" class="container flex flex-col sm:flex-row item-center gapx-2 pb-0 py-0 ">
|
||||
<div class="items-center justify-between w-full flex-row md:w-auto md:order-1">
|
||||
<ul class="flex flex-row font-medium p-0 mt-4 space-x-8 ">
|
||||
<ul class="flex flex-row font-medium mb-0 pb-0 mt-4 space-x-8 ">
|
||||
|
||||
<li>
|
||||
<RouterLink :to="{ name: 'discussions' }" class="p-2"
|
||||
active-class="p-2 bg-bg-light-tone dark:bg-bg-dark-tone rounded-t-lg ">
|
||||
<RouterLink :to="{ name: 'discussions' }" class="px-2 pb-0"
|
||||
active-class="px-2 pb-0 bg-bg-light-tone dark:bg-bg-dark-tone rounded-t-lg ">
|
||||
<a href="#" class=" hover:text-primary duration-150">Discussions</a>
|
||||
</RouterLink>
|
||||
</li>
|
||||
<li>
|
||||
<RouterLink :to="{ name: 'settings' }" class="p-2"
|
||||
active-class="p-2 bg-bg-light-tone dark:bg-bg-dark-tone rounded-t-lg ">
|
||||
<RouterLink :to="{ name: 'settings' }" class="px-2 pb-0"
|
||||
active-class="px-2 pb-0 bg-bg-light-tone dark:bg-bg-dark-tone rounded-t-lg ">
|
||||
<a href="#" class=" hover:text-primary duration-150">Settings</a>
|
||||
</RouterLink>
|
||||
</li>
|
||||
<li>
|
||||
<RouterLink :to="{ name: 'extensions' }" class="p-2"
|
||||
active-class="p-2 bg-bg-light-tone dark:bg-bg-dark-tone rounded-t-lg ">
|
||||
<RouterLink :to="{ name: 'extensions' }" class="px-2 pb-0"
|
||||
active-class="px-2 pb-0 bg-bg-light-tone dark:bg-bg-dark-tone rounded-t-lg ">
|
||||
<a href="#" class=" hover:text-primary duration-150">Extensions</a>
|
||||
</RouterLink>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<RouterLink :to="{ name: 'training' }" class="p-2"
|
||||
active-class="p-2 bg-bg-light-tone dark:bg-bg-dark-tone rounded-t-lg ">
|
||||
<RouterLink :to="{ name: 'training' }" class="px-2 pb-0"
|
||||
active-class="px-2 pb-0 bg-bg-light-tone dark:bg-bg-dark-tone rounded-t-lg ">
|
||||
<a href="#" class=" hover:text-primary duration-150">Training</a>
|
||||
</RouterLink>
|
||||
</li>
|
||||
<li>
|
||||
<RouterLink :to="{ name: 'quantizing' }" class="p-2"
|
||||
active-class="p-2 bg-bg-light-tone dark:bg-bg-dark-tone rounded-t-lg ">
|
||||
<RouterLink :to="{ name: 'quantizing' }" class="px-2 pb-0"
|
||||
active-class="px-2 pb-0 bg-bg-light-tone dark:bg-bg-dark-tone rounded-t-lg ">
|
||||
<a href="#" class=" hover:text-primary duration-150">Quantizing</a>
|
||||
</RouterLink>
|
||||
</li>
|
||||
<li>
|
||||
<RouterLink :to="{ name: 'help' }" class="p-2"
|
||||
active-class="p-2 bg-bg-light-tone dark:bg-bg-dark-tone rounded-t-lg ">
|
||||
<RouterLink :to="{ name: 'help' }" class="px-2 pb-0"
|
||||
active-class="px-2 pb-0 bg-bg-light-tone dark:bg-bg-dark-tone rounded-t-lg ">
|
||||
<a href="#" class=" hover:text-primary duration-150">Help</a>
|
||||
</RouterLink>
|
||||
</li>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<!-- <link v-if="codeBlockStylesheet" rel="stylesheet" :href="codeBlockStylesheet"> -->
|
||||
<header class=" top-0 shadow-lg">
|
||||
<nav class="container flex flex-col lg:flex-row item-center gap-2 py-2 ">
|
||||
<nav class="container flex flex-col lg:flex-row item-center gap-2 py-0 ">
|
||||
<!-- LOGO -->
|
||||
<RouterLink :to="{ name: 'discussions' }">
|
||||
<div class="flex items-center gap-3 flex-1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user