Skip to content

Commit

Permalink
more UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo committed Oct 12, 2023
1 parent b7789f9 commit 8cae843
Show file tree
Hide file tree
Showing 22 changed files with 406 additions and 233 deletions.
Binary file not shown.
57 changes: 57 additions & 0 deletions apps/shinkai-visor/src/assets/icons/permanent-hero.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions apps/shinkai-visor/src/assets/icons/visor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ export const ActionButton = () => {
src={srcUrlResolver(shinkaiLogo)}
/>
</motion.div>
<span className="text-xs text-center">⌘ + ,</span>
<span className="text-xs text-white">
<kbd className="bg-primary pointer-events-none inline-flex justify-center h-5 select-none items-center gap-1 rounded border px-2 font-mono text-sm font-medium opacity-100">
<span></span>
<span></span>
</kbd>
</span>
</div>
);
};
Expand All @@ -58,8 +63,8 @@ root.render(
<style>{themeStyle}</style>
<style>{popupStyle}</style>
<IntlProvider locale={locale} messages={langMessages}>
<div className="fixed top-32 right-2 overflow-hidden bg-background z-[1500000000] border-solid border-primary border-2 rounded-lg">
<ActionButton></ActionButton>
<div className="fixed top-32 right-2 overflow-hidden bg-secondary-600 z-[1500000000] shadow-3xl rounded-lg">
<ActionButton />
</div>
</IntlProvider>
</React.StrictMode>
Expand Down
Loading

0 comments on commit 8cae843

Please sign in to comment.