Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/png" href="/src/assets/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.svg" />
<link rel="shortcut icon" href="/src/assets/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/src/assets/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="CeraUI" />
<link rel="manifest" href="/src/assets/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CeraUI</title>
</head>
Expand Down
105 changes: 100 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"dependencies": {
"@macfja/svelte-persistent-store": "^2.4.2",
"@sveltejs/enhanced-img": "^0.4.1",
"@sveltejs/kit": "^2.19.0",
"lodash-es": "^4.17.21",
"lodash.template": "^4.5.0",
"lucide-svelte": "^0.456.0",
Expand Down
1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

7 changes: 1 addition & 6 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,10 @@
}

@layer base {
@font-face {
font-family: 'geist-sans';
src: url('./assets/fonts/Geist/geist.woff2') format('woff2');
font-display: swap;
}

* {
@apply border-border;
}

body {
@apply bg-background text-foreground;
/* font-feature-settings: "rlig" 1, "calt" 1; */
Expand Down
Binary file added src/assets/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/favicon.ico
Binary file not shown.
10 changes: 10 additions & 0 deletions src/assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 0 additions & 92 deletions src/assets/fonts/Geist/LICENSE.TXT

This file was deleted.

Binary file removed src/assets/fonts/Geist/geist.woff2
Binary file not shown.
Binary file removed src/assets/images/logo.png
Binary file not shown.
8 changes: 0 additions & 8 deletions src/assets/images/logo.svg

This file was deleted.

21 changes: 21 additions & 0 deletions src/assets/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "CeraUI for BELABOX©",
"short_name": "CeraUI",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
1 change: 0 additions & 1 deletion src/assets/svelte.svg

This file was deleted.

Binary file added src/assets/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading