feat: update portal (#1306)

This commit is contained in:
Charles Packer 2024-04-27 22:28:08 -07:00 committed by GitHub
parent ddc3dabf4f
commit 93537e4f0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 56 additions and 38 deletions

View File

@ -5,9 +5,9 @@ repos:
- id: check-yaml - id: check-yaml
exclude: 'docs/.*|tests/data/.*|configs/.*' exclude: 'docs/.*|tests/data/.*|configs/.*'
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: 'docs/.*|tests/data/.*' exclude: 'docs/.*|tests/data/.*|memgpt/server/static_files/.*'
- id: trailing-whitespace - id: trailing-whitespace
exclude: 'docs/.*|tests/data/.*' exclude: 'docs/.*|tests/data/.*|memgpt/server/static_files/.*'
- repo: local - repo: local
hooks: hooks:

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" /> <link rel="icon" type="image/x-icon" href="/favicon.ico" />
<script> <script>
if (localStorage.theme === 'dark') { if (localStorage.theme === 'dark') {
if (document && document.documentElement) { if (document && document.documentElement) {
@ -29,11 +29,11 @@
} }
} }
</script> </script>
<script type="module" crossorigin src="/assets/index-bf421135.js"></script> <script type="module" crossorigin src="/assets/index-c99fd5b4.js"></script>
<link rel="stylesheet" href="/assets/index-0c5d3001.css"> <link rel="stylesheet" href="/assets/index-cc4e30b1.css">
</head> </head>
<body> <body>
<div class="h-full w-full" id="root"></div> <div class="h-full w-full" id="root"></div>
</body> </body>
</html> </html>