diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json new file mode 100644 index 0000000..96927d2 --- /dev/null +++ b/frontend/.vscode/settings.json @@ -0,0 +1,17 @@ +{ + "files.associations": { + "*.css": "tailwindcss" + }, + "editor.quickSuggestions": { + "other": "on", + "comments": "off", + "strings": "on" + }, + "tailwindCSS.classAttributes": [ + "class", + "ui" + ], + "tailwindCSS.experimental.classRegex": [ + ["ui:\\s*{([^)]*)\\s*}", "(?:'|\"|`)([^']*)(?:'|\"|`)"] + ] +} \ No newline at end of file diff --git a/frontend/app/app.config.ts b/frontend/app/app.config.ts index 23e057f..24057b2 100644 --- a/frontend/app/app.config.ts +++ b/frontend/app/app.config.ts @@ -2,7 +2,7 @@ export default defineAppConfig({ ui: { colors: { primary: 'indigo', - secondary: 'amber', + secondary: 'purple', neutral: 'slate' }, icons: { diff --git a/frontend/app/components/AppHeader.vue b/frontend/app/components/AppHeader.vue index c209889..069ea01 100644 --- a/frontend/app/components/AppHeader.vue +++ b/frontend/app/components/AppHeader.vue @@ -45,7 +45,24 @@ \ No newline at end of file diff --git a/frontend/app/pages/index.vue b/frontend/app/pages/index.vue index 52ba0c8..1e2364e 100644 --- a/frontend/app/pages/index.vue +++ b/frontend/app/pages/index.vue @@ -1,11 +1,100 @@ \ No newline at end of file + + + \ No newline at end of file diff --git a/frontend/bun.lockb b/frontend/bun.lockb index e0f62d6..a3be14f 100755 Binary files a/frontend/bun.lockb and b/frontend/bun.lockb differ diff --git a/frontend/package.json b/frontend/package.json index 5d5ec46..6f96c37 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,6 +19,9 @@ }, "trustedDependencies": [ "@parcel/watcher", - "unrs-resolver" + "esbuild", + "sharp", + "unrs-resolver", + "vue-demi" ] } diff --git a/frontend/public/images/bg.jpg b/frontend/public/images/bg.jpg new file mode 100644 index 0000000..e298c22 Binary files /dev/null and b/frontend/public/images/bg.jpg differ