-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Half UI change + page transitions + others (progress) #56
Conversation
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also sync the fork and merge changes
<hr /> | ||
<nav class="list-nav p-4 -m-4 max-h-64 lg:max-h-[500px] overflow-y-auto"> | ||
<form method="post" action="/?/setTheme" use:enhance={setTheme}> | ||
<ul> | ||
<!-- , badge --> | ||
{#each themes as { icon, name, type }} | ||
<li> | ||
<button | ||
class="option w-full h-full" | ||
type="submit" | ||
name="theme" | ||
value={type} | ||
class:bg-primary-active-token={$storeTheme === type} | ||
> | ||
<span>{icon}</span> | ||
<span class="flex-auto text-left">{name}</span> | ||
<!-- {#if badge}<span class="badge variant-filled-secondary">{badge}</span>{/if} --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still want these there, dont remove these
closed in lieu of #60 |
No description provided.