diff --git a/.gitignore b/.gitignore index e541164..7c7e896 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,7 @@ firebase-config.js # Do not force everyone to use the same .firebaserc .firebaserc + +# Do not commit the brand logos +web/admin/public/img/brand +web/app/public/img/brand diff --git a/web/admin/index.html b/web/admin/index.html index 2513db4..59e69f9 100644 --- a/web/admin/index.html +++ b/web/admin/index.html @@ -2,7 +2,7 @@ - + Volunteer | %VITE_ORGANIZATION_NAME% diff --git a/web/admin/package.json b/web/admin/package.json index 4218f83..f5620de 100644 --- a/web/admin/package.json +++ b/web/admin/package.json @@ -6,7 +6,6 @@ "scripts": { "dev": "vite -m dev --port 5174", "build": "vite build", - "build:prod": "vite build", "build:dev": "vite build -m dev", "build:watch": "vite build -m dev --watch", "preview": "vite preview --port 4173", diff --git a/web/admin/public/favicon.ico b/web/admin/public/favicon.ico deleted file mode 100644 index 3283e19..0000000 Binary files a/web/admin/public/favicon.ico and /dev/null differ diff --git a/web/admin/public/ncfb-logo.png b/web/admin/public/ncfb-logo.png deleted file mode 100644 index 4abbcd6..0000000 Binary files a/web/admin/public/ncfb-logo.png and /dev/null differ diff --git a/web/admin/src/components/reports/ReportsTab.vue b/web/admin/src/components/reports/ReportsTab.vue new file mode 100644 index 0000000..6adb3e9 --- /dev/null +++ b/web/admin/src/components/reports/ReportsTab.vue @@ -0,0 +1,22 @@ + + + diff --git a/web/admin/src/pages/ReleaseNotesPage.vue b/web/admin/src/pages/ReleaseNotesPage.vue index ef4d964..05d78c4 100644 --- a/web/admin/src/pages/ReleaseNotesPage.vue +++ b/web/admin/src/pages/ReleaseNotesPage.vue @@ -5,9 +5,9 @@