Commit Graph

30 Commits

Author SHA1 Message Date
Bastian Masanek
83ba708023 Remove .playwright-mcp 2025-10-31 21:19:47 +01:00
Bastian Masanek
be06e16880 Refactor secure connection handling in LoginForm and introduce SecureConnectionIndicator component
- Remove inline secure connection checks from LoginForm and replace them with a new SecureConnectionIndicator component.
- The SecureConnectionIndicator displays secure connection status messages based on the current protocol.
- Clean up LoginForm template for improved readability and maintainability.
2025-10-31 21:10:54 +01:00
Bastian Masanek
e7939b9045 Update experimenta button documentation to reflect component name change
- Replace instances of <UiButtonButton> with <Button> in the documentation for the experimenta button.
- Ensure consistency in the examples provided for button, link, and NuxtLink usage.
2025-10-31 20:12:57 +01:00
Bastian Masanek
f603840f34 Refactor secure connection handling in LoginForm component
- Change isSecureConnection from computed to ref and initialize it on component mount.
- Wrap secure connection status messages in ClientOnly to prevent rendering issues during server-side rendering.
2025-10-31 20:05:26 +01:00
Bastian Masanek
75c59d2783 Update RegisterForm links to point to external privacy policy and terms of service
- Change links in the registration form to direct users to the external Datenschutzerklärung and Nutzungsbedingungen pages.
- Ensure links open in a new tab for better user experience.
2025-10-31 20:05:01 +01:00
Bastian Masanek
c385779221 Enhance FormMessage and styleguide for improved accessibility and user feedback
- Add orange AlertCircle icon to FormMessage component for better visibility of validation errors.
- Update styleguide to demonstrate new alert components with icons for error, success, and warning messages.
- Refactor CSS for status messages and form error messages to improve layout and accessibility compliance.
2025-10-31 17:40:10 +01:00
Bastian Masanek
d9f08bbef2 Enhance user communication and improve UI components
- Update CLAUDE.md to mandate informal "Du" form for user communication in all UI text and emails.
- Modify LoginForm and RegisterForm components to reflect informal language in validation messages and placeholders.
- Add secure connection indicators in LoginForm for user awareness.
- Update alert component styles for better visual feedback.
- Introduce experimenta company information document for user reference.
2025-10-31 17:28:07 +01:00
Bastian Masanek
c2c706ebcf Refactor login error handling and improve user feedback
- Update LoginForm component to display error messages directly from the authentication response.
- Modify useAuth composable to handle login errors more effectively, ensuring proper error messages are thrown.
- Enhance login API response to return structured error messages for invalid credentials.
- Adjust Cidaas utility to throw specific errors for invalid username/password scenarios.
2025-10-31 14:51:15 +01:00
Bastian Masanek
7c7c4fcb6f Implement direct login functionality with email and password
- Update login API to support direct authentication via email and password, removing the OAuth2 redirect flow.
- Modify LoginForm component to include password field and validation.
- Refactor useAuth composable to handle login with both email and password.
- Remove unnecessary OAuth2 callback handler and PKCE utilities.
- Update relevant documentation and error handling for the new login method.
2025-10-31 14:27:38 +01:00
Bastian Masanek
e71316dfe7 Update local settings and refactor FormField component
- Add new entries to settings.local.json for additional functionality
- Refactor FormField.vue to change slot prop name for better clarity
2025-10-31 12:36:32 +01:00
Bastian Masanek
9682461eea Refactor Tabs components for improved styling
- Update TabsList.vue to adjust height and border radius for a more modern look
- Modify TabsTrigger.vue to enhance padding, font size, and line height for better readability and user experience
2025-10-31 12:27:40 +01:00
Bastian Masanek
f54b1f56d5 Add internal authentication configuration and middleware support
- Enable internal authentication via environment variable in .env.example
- Update nuxt.config.ts to include internalAuthEnabled check
- Modify internal-auth middleware to conditionally enforce authentication based on the new configuration
2025-10-31 12:15:51 +01:00
Bastian Masanek
f8572c3386 Implement authentication phase with Cidaas OAuth2 integration
- Add authentication middleware to protect routes
- Create API endpoints for login, logout, registration, and user info
- Develop UI components for login and registration forms
- Integrate VeeValidate for form validation
- Update environment configuration for Cidaas settings
- Add i18n support for English and German languages
- Enhance Tailwind CSS for improved styling of auth components
- Document authentication flow and testing procedures
2025-10-31 11:44:48 +01:00
Bastian Masanek
749d5401c6 Update Claude Code local settings 2025-10-30 14:34:30 +01:00
Bastian Masanek
bc4f9f4eee Add Makerspace annual pass assets
- Add Makerspace 2025 Photoshop source file
- Add exported JPG image for web use
2025-10-30 14:34:28 +01:00
Bastian Masanek
934635ac77 Update task tracking for database phase progress
- Mark database setup tasks as completed
- Update progress percentages and status
- Document database implementation notes
2025-10-30 14:34:25 +01:00
Bastian Masanek
38056e04d8 Enhance styling with updated Tailwind config and CSS
- Extend Tailwind config with experimenta brand colors
- Improve CSS base styles and component formatting
- Update index page with refined typography
2025-10-30 14:34:21 +01:00
Bastian Masanek
e2e36ad7ae Add internal styleguide page with HTTP Basic Auth
- Create /internal/styleguide route with protected layout
- Add styleguide.vue layout with auth protection
- Configure internal pages auth credentials in .env.example
- Update nuxt.config for internal routes handling
2025-10-30 14:34:17 +01:00
Bastian Masanek
a0121016b9 Add server infrastructure with API routes and middleware
- Create API route structure (auth, health, internal)
- Add authentication middleware for internal pages
- Add database connection utilities
- Implement health check endpoint
2025-10-30 14:34:12 +01:00
Bastian Masanek
ef9845c5c5 Add Drizzle ORM setup and database configuration
- Add drizzle.config.ts for database migrations
- Create server/database/ structure with schema
- Add drizzle-orm and postgres dependencies
- Add db:* npm scripts for database management
2025-10-30 14:33:59 +01:00
Bastian Masanek
9102dab881 Enhance index page styling with accent borders and updated typography, and improve CSS formatting for better readability. 2025-10-30 14:33:55 +01:00
Bastian Masanek
aea87ccc5f Add critical CSS styles for layout and typography, enhance button styles with rounded corners, and introduce a progress card component with Safrangold accent border. 2025-10-30 14:33:41 +01:00
Bastian Masanek
1f6adfb324 Add local Roboto font and new images for branding 2025-10-30 11:01:00 +01:00
Bastian Masanek
dfa3b8190d Refactor design example HTML files. 2025-10-30 10:49:18 +01:00
Bastian Masanek
23afddd73d Update DESIGN_SYSTEM.md to reflect the latest changes in font usage, including local hosting of the Roboto font, and enhance button styles with detailed design rationale. 2025-10-30 10:48:47 +01:00
Bastian Masanek
c571f35cb3 Update .gitignore to exclude Playwright MCP directory 2025-10-30 10:47:45 +01:00
Bastian Masanek
f7b2764714 Load Roboto font locally from /public/fonts/roboto/ and update Nuxt configuration to remove external font links 2025-10-30 10:17:30 +01:00
Bastian Masanek
eaa53cbebb Update footer contact information and refactor button component template for cleaner syntax 2025-10-30 09:14:16 +01:00
Bastian Masanek
243ff2e91f Add Experimenta Styleguide image 2025-10-30 09:13:56 +01:00
Bastian Masanek
6e50ec7034 Init 2025-10-30 08:24:44 +01:00