Commit Graph

42 Commits

Author SHA1 Message Date
Marek Lesko
4c85d18a79 fix: update Google Maps iframe source to correct location #9 2025-10-31 14:40:13 +00:00
Marek Lesko
a19fd6ea72 refactor: remove debug trace from ApiEndpointInterceptor 2025-10-31 14:39:29 +00:00
Marek Lesko
2653b6f6c1 feat: enhance app configuration and dashboard component with HTTP interceptors and improved data loading #4 2025-10-31 14:31:28 +00:00
Marek Lesko
9683b069af feat: enhance footer logos with light and dark variants, improve theme handling in homepage component 2025-10-30 18:54:55 +00:00
Marek Lesko
b7cf4ab106 feat: restructure dashboard routing and components for improved organization and navigation 2025-10-30 17:59:14 +00:00
Marek Lesko
1cb5c3d03a feat: update dashboard routing and sidebar navigation for improved structure and clarity 2025-10-30 17:30:47 +00:00
Marek Lesko
e1bb591a38 feat: remove unused branding component from callback, update authentication service to handle missing issuer in configuration 2025-10-30 16:51:21 +00:00
Marek Lesko
b2a57675a7 fix: remove unused favicon and branding assets, update logo image sources to external URLs 2025-10-30 16:36:09 +00:00
Marek Lesko
b7cb864982 feat: Refactor settings handling in full layout and header components for improved theme management 2025-10-30 16:22:30 +00:00
Marek Lesko
d5619e42da feat: Update sidebar navigation and add dashboard component
- Changed display name for the main dashboard in sidebar from 'Dashboards' to 'Hlavná stránka'.
- Removed commented-out children routes for dashboards and frontend pages in sidebar.
- Added new dashboard component and its routing.
- Introduced logout functionality with a dedicated logout component.
- Updated authentication routes to include logout path.
- Modified callback component to navigate to the dashboard upon successful login.
- Enhanced authentication service to handle user profile loading more effectively.
2025-10-29 19:59:35 +00:00
Marek Lesko
74f15cabd9 fix: remove unused imports from callback component for cleaner code 2025-10-28 19:50:29 +00:00
Marek Lesko
204006a4cb fix: remove unused imports from callback component for cleaner code 2025-10-28 19:48:58 +00:00
Marek Lesko
ed5cba4677 feat: implement OAuth2 authentication flow with Google and PocketId, add callback handling 2025-10-28 19:43:46 +00:00
Marek Lesko
52696196b2 fix: update footer layout and improve favicon links for better accessibility 2025-10-24 08:42:49 +00:00
Marek Lesko
f939866d36 fix: adjust column width for topcards in homepage details for better layout 2025-10-22 17:48:50 +00:00
Marek Lesko
331c3d50f2 fix: correct formatting of box-shadow properties in frontend styles 2025-10-22 17:43:44 +00:00
Marek Lesko
1de0aabf6c feat: update error page text for improved localization and user experience 2025-10-22 17:32:42 +00:00
Marek Lesko
e57fb48c88 feat: integrate Google OAuth for user authentication and update login UI 2025-10-22 17:28:05 +00:00
Marek Lesko
c27568435e feat: update UI text and structure for improved user experience and localization 2025-10-22 15:45:02 +00:00
Marek Lesko
9d644a9b79 WIP 2025-10-22 14:44:25 +00:00
Marek Lesko
213fd63860 Refactor code structure for improved readability and maintainability 2025-10-21 14:42:11 +00:00
Marek Lesko
aba8943d17 Migrate to modernize template 2025-10-19 16:34:01 +00:00
Marek Lesko
08d4432351 Changes 2025-10-14 08:22:01 +00:00
Marek Lesko
4dda50cbf4 ADDED Materialize theme 2025-10-13 18:18:04 +02:00
Marek Lesko
5c3ea53231 Edit app.routes.ts 2025-08-06 20:18:17 +00:00
Marek Lesko
7919a93ab4 feat: integrate Tailwind CSS and implement dark mode functionality
- Added Tailwind CSS dependencies and configured PostCSS.
- Updated app component to wrap router outlet with a styled div for dark mode support.
- Modified routing to include a default route and added auth guards.
- Implemented dark mode toggle functionality in content component.
- Enhanced login component with improved styling and lifecycle management.
- Created items component with basic structure and routing.
- Added global styles for body and dark mode variants.
- Updated tests for new items component.
2025-08-06 19:53:23 +00:00
Marek Lesko
02116aa3df Refactor HTML and configuration files for improved structure and consistency
- Updated videos.html to enhance readability and maintainability.
- Refactored webpack.config.js for better organization and clarity.
- Cleaned up TypeScript configuration files (tsconfig.app.json, tsconfig.json, tsconfig.spec.json) for consistency in formatting.
- Adjusted docker-compose.yaml for improved formatting and readability.
2025-08-05 06:35:56 +00:00
Marek Lesko
58d981b629 Edit app.config.ts #5 2025-08-03 18:48:20 +00:00
Marek Lesko
3fd3a77057 Edit app.config.ts #5 2025-08-03 18:41:37 +00:00
Marek Lesko
9cd2f4ef9c fix: simplify database connection string handling in Program.cs #3 2025-08-01 11:42:15 +02:00
Marek Lesko
c251589885 feat: implement API endpoint interceptor and update app configuration #5 2025-08-01 09:51:22 +02:00
Marek Lesko
2f86edb5e6 Minor fixes #5 2025-08-01 08:38:44 +02:00
Marek Lesko
0ab0402172 feat: implement authentication flow and dynamic API configuration #5 2025-07-31 17:41:18 +02:00
Marek Lesko
42f84e878f fix: update redirectUri to use window.location.origin for dynamic URL handling #5 2025-07-31 15:59:40 +02:00
Marek Lesko
af127b716e fix: update package versions for EntityFramework and adjust API endpoint in login component 2025-07-30 08:05:36 +02:00
Marek Lesko
329fb94a3a feat: update ProductController route and enhance authentication configuration 2025-07-29 16:23:12 +00:00
Marek Lesko
9217e805e9 feat: integrate angular-oauth2-oidc for authentication
- Added angular-oauth2-oidc package to package.json.
- Configured OAuth client in app.config.ts with resource server settings.
- Implemented login component with basic HTTP request to fetch products.
- Set up routing for the login component.
- Updated app component to initialize OAuth service and handle login.
- Modified default app settings to open and collapse sidenav by default.
- Removed placeholder content from app.html to streamline the initial view.
2025-07-29 15:58:56 +00:00
Marek Lesko
37acfb5d06 fix: UPDATED package.json 2025-07-14 18:59:27 +00:00
Marek Lesko
9201f49b5b ADDED website templates #1 2025-07-13 09:32:53 +00:00
Marek Lesko
d2496f6aca Main 2025-07-10 18:11:35 +00:00
Marek Lesko
733b1bd1af UPDATED devcontainer configuration to enable VS CODE WEB development 2025-07-10 07:29:50 +00:00
Marek Lesko
80baf2a3fa ADDED angular Web App 2025-07-09 17:32:56 +00:00