Commit Graph

190 Commits

Author SHA1 Message Date
aa611a0e2c Add default value for AUTH_SECRET build argument in Dockerfile 2025-10-01 23:14:52 -04:00
966f1bae5d Make SITE_URL and AUTH_SECRET configurable via environment variables for any deployment 2025-10-01 23:12:22 -04:00
bd33432721 Simplify Bible reference label by removing redundant example text 2025-10-01 23:02:12 -04:00
4b2ae9482b Add complete edit functionality for sermons with update API endpoint and enhanced Bible reference management 2025-10-01 23:00:51 -04:00
441a7af81b Add enhanced Bible reference fields with version, reference, and text for better sermon display formatting 2025-10-01 22:54:07 -04:00
b0ede7dd61 Add fallback template to ClientOnly to prevent hydration mismatch 2025-10-01 22:39:40 -04:00
fbb0ec8469 Actually remove the conflicting [id].delete.ts file from git 2025-10-01 22:38:02 -04:00
da5135d615 Fix favicon location and hydration mismatch by moving logos to public directory and wrapping auth UI in ClientOnly 2025-10-01 22:35:19 -04:00
af72305c80 Fix route conflict: move delete endpoint to /api/sermons/delete/[id] to avoid conflict with [slug].get 2025-10-01 22:33:39 -04:00
bd0539118c Add sermon management functionality with delete capability to admin page 2025-10-01 22:29:50 -04:00
315336a6e9 Update logout to stay on home page instead of redirecting to login 2025-10-01 22:27:24 -04:00
71e39cceb1 Fix favicon and add authentication state to main page with logout/create sermon buttons 2025-10-01 22:25:35 -04:00
22f7c6f8ad Remove @nuxt/ui dependency to fix build issues 2025-10-01 22:18:06 -04:00
ec053fc538 Fix Dockerfile: use npm install instead of npm ci 2025-10-01 22:16:08 -04:00
1b282c05fe Complete sermon itinerary application with Nuxt 3, SQLite, authentication, and Docker deployment 2025-10-01 22:15:01 -04:00
dacaea6fa4 logos 2025-10-01 22:05:07 -04:00
793f395795 Starting over 2025-10-01 22:00:32 -04:00
6d0f99507a fix: Add PostCSS config and update NuxtUI configuration for proper styling 2025-10-01 21:56:14 -04:00
beddaede19 fix: Add Tailwind directives and import main.css in nuxt.config 2025-10-01 21:52:01 -04:00
64e73b3ee9 fix: Add alias for tailwindcss/colors to resolve module import error 2025-10-01 21:47:54 -04:00
fe4394241e Fix deployment issues: native modules, volume mapping, Nuxt 4 config 2025-10-01 21:41:13 -04:00
34f88316ff fix: Move tailwindcss, postcss, and autoprefixer to dependencies 2025-10-01 21:32:57 -04:00
b4f7da9101 fix: Externalize tailwindcss and tailwindcss/colors from Nitro build 2025-10-01 21:29:09 -04:00
a36a97c9f9 feat: Implement multi-stage Dockerfile for robust Nuxt build 2025-10-01 21:25:20 -04:00
8abff8a764 fix: Externalize tailwindcss from Nitro build to resolve module not found error 2025-10-01 21:22:09 -04:00
bf158bb83c feat: Explicitly configure Tailwind CSS and PostCSS in nuxt.config.ts 2025-10-01 21:18:01 -04:00
108d144774 fix: Remove diagnostic Tailwind class from app.vue and explicit CSS import from nuxt.config.ts 2025-10-01 21:13:58 -04:00
a68158c710 test: Add bg-blue-500 to app.vue for Tailwind CSS diagnostic 2025-10-01 21:07:34 -04:00
3a818dd609 fix: Update Dockerfile CMD to run Nuxt in production mode 2025-10-01 20:58:36 -04:00
dadea8b5d0 feat: Restore admin.vue content with proper width constraints and add favicon 2025-10-01 20:55:52 -04:00
bb7136e156 fix: Remove all custom CSS from assets/css/main.css except font import 2025-10-01 20:52:30 -04:00
e8bac3fc75 test: Simplify admin.vue template to minimal content with fixed width for diagnostic purposes 2025-10-01 20:47:58 -04:00
Ryderjj89
7b8c30478a docker compose file 2025-10-01 20:41:44 -04:00
Ryderjj89
67c44df1e5 test: Apply fixed width to admin page content for diagnostic purposes 2025-10-01 20:39:14 -04:00
Ryderjj89
de6907a1f1 fix: Remove !important declarations and modal styles from assets/css/main.css 2025-10-01 20:35:31 -04:00
Ryderjj89
e15ba94a2f fix: Replace UContainer with div and apply width constraints directly in admin page 2025-10-01 19:58:59 -04:00
Ryderjj89
ce867de7bc feat: Implement dedicated login page and authentication middleware 2025-10-01 19:55:49 -04:00
Ryderjj89
4aa7198406 fix: Explicitly set persistent to false on UModal in LoginModal.vue 2025-10-01 19:50:21 -04:00
Ryderjj89
fb2cf9a08f feat: Enhance UI/UX of form components in admin page 2025-10-01 19:48:12 -04:00
Ryderjj89
8e97c63cef feat: Restore remaining form sections and adjust form width in admin page 2025-10-01 19:16:17 -04:00
Ryderjj89
eb7d2b6e8c fix: Define generateSlug locally in server/api/sermons/index.post.ts 2025-10-01 19:13:00 -04:00
Ryderjj89
a85f69d30f fix: Configure Vite to externalize Node.js modules for client build 2025-10-01 19:11:25 -04:00
Ryderjj89
2f3b427477 fix: Move generateSlug to admin page to prevent client-side bundling of server utils 2025-10-01 19:09:17 -04:00
Ryderjj89
4e66e03702 fix: Update database import path in server/utils/auth.ts 2025-10-01 19:07:54 -04:00
Ryderjj89
c83cf7dd82 fix: Rename database utility to .server.ts and update imports 2025-10-01 19:07:02 -04:00
Ryderjj89
786126a271 fix: Configure Nitro externals for server-side dependencies 2025-10-01 19:05:42 -04:00
Ryderjj89
a87950deec test: Restore Basic Information section in admin.vue template 2025-10-01 19:04:31 -04:00
Ryderjj89
bde4cacffe test: Restore basic structure of admin.vue template 2025-10-01 19:02:29 -04:00
Ryderjj89
0ea995abee test: Simplify admin.vue template to isolate build error 2025-10-01 19:01:27 -04:00
Ryderjj89
33a9527dd0 refactor: Replace UCard with header tag in admin page 2025-10-01 19:00:08 -04:00