200 Commits

Author SHA1 Message Date
94a5776cbc feat: add internship retrieval and display functionality 2025-10-23 14:16:13 +02:00
2693e0a755 feat: implement "forgot my password" 2025-10-21 20:41:32 +02:00
94a0aa715b feat: add middleware definitions for pages 2025-10-21 18:27:31 +02:00
13785861ba feat: add role-based route middleware for access restriction 2025-10-21 18:27:20 +02:00
b2588f9489 feat: enhance dashboard pages with metadata and user greeting 2025-10-21 18:18:35 +02:00
6641514dc7 feat: add routing for employer role in dashboard 2025-10-21 18:18:24 +02:00
4f5342ac41 feat: implement company registration form 2025-10-21 18:12:11 +02:00
2c07b0bc0f feat: implement student registration on frontend 2025-10-21 17:16:39 +02:00
631c9f9a86 feat: update data interfaces to include new role and company data structures 2025-10-21 17:15:56 +02:00
18b76523e4 feat: add admin, company, and student dashboard pages with initial template structure 2025-10-21 14:13:14 +02:00
6a70d45b31 feat: implement login functionality and enhance alert styling in login page 2025-10-21 14:13:00 +02:00
a5069c10a0 feat: update NavBar to use dynamic color based on user role 2025-10-21 14:12:44 +02:00
2cca658a50 feat: add TypeScript interfaces for CompanyData, StudentData, Role, and User 2025-10-21 14:09:27 +02:00
01fa0bacdc feat: add nuxt-auth-sanctum for Laravel Sanctum authentication 2025-10-21 13:09:38 +02:00
0423b9dedd fix: remove unnecessary link attribute from InfoCard in company page 2025-10-21 12:31:52 +02:00
7788010296 fix: useSeoMeta is called from invalid context on some pages 2025-10-20 19:48:12 +02:00
416829420e refactor: add nitro configuration for prerendering static content 2025-10-20 19:47:12 +02:00
066a55b9df refactor: update form submission logic to display the forms after requests are processed 2025-10-20 19:28:13 +02:00
08a88f6f96 refactor: update SEO metadata for pages 2025-10-20 19:26:49 +02:00
a02dd3d3f3 refactor: implement loading and error alerts in password reset form 2025-10-20 19:24:32 +02:00
785e9493cd refactor: specify type for studyProgram in student registration form 2025-10-20 19:16:48 +02:00
b5c336f8fb refactor: replace PageCard with InfoCard in company and student information pages 2025-10-20 19:10:21 +02:00
7cb90ed279 refactor: enhance login, company, and student registration forms with error and loading alerts 2025-10-20 19:07:00 +02:00
8896461874 refactor: wrap company and student information pages in v-container and v-card to match style 2025-10-20 18:35:20 +02:00
219a7b1caf refactor: wrap company registration form in v-container and v-card to match style 2025-10-20 18:33:31 +02:00
8751036a60 refactor: wrap registration page content in v-container and v-card to match style 2025-10-20 18:32:03 +02:00
9fab8b9772 refactor: wrap student registration form in v-container and v-card to match style 2025-10-20 18:30:59 +02:00
06084fb2d3 refactor: wrap reset password page in v-card to match style 2025-10-20 18:29:14 +02:00
4a93d6cc88 refactor: remove fluid attribute from closing v-container tag 2025-10-20 18:27:31 +02:00
d26d51c71d refactor: restructure login page layout with container and card components 2025-10-20 18:26:33 +02:00
ca19e0a4f7 refactor: remove unused link from index page 2025-10-20 18:23:15 +02:00
160b85f2e7 refactor: wrap content in a div for better structure in company and student pages 2025-10-20 18:22:16 +02:00
7351c69ce0 refactor: clean up template and style formatting 2025-10-20 18:20:48 +02:00
8d68300c3d feat: move registration pages under /register 2025-10-20 18:18:11 +02:00
6af72cb86d refactor: move info pages under /info 2025-10-20 18:16:00 +02:00
912242d2b2 fix: add validator for optional icon prop in PageCard component 2025-10-20 18:12:24 +02:00
Sofia Reháková
97256e444b login & reset hesla 2025-10-20 18:00:45 +02:00
Sofia Reháková
1abb470a1d company registration 2025-10-20 17:47:27 +02:00
Sofia Reháková
ba8ea224a8 info student page, info company page, register, register student page 2025-10-20 17:35:01 +02:00
a4600a97ce refactor: remove unused script and style sections 2025-10-14 18:36:41 +02:00
db7b506aa0 feat: add basic "about" page 2025-10-14 18:36:01 +02:00
ceb4a38f0d feat: add basic index page layout 2025-10-14 18:30:34 +02:00
4881ea794d refactor: move basicPropValidator function to the correct script section 2025-10-14 18:30:21 +02:00
5aedd25cfe feat: add basic PageCard component 2025-10-14 18:25:41 +02:00
9c4796b113 feat: add basic Footer component 2025-10-14 18:22:29 +02:00
b6c5d256c4 feat: add basic NavBar component 2025-10-14 18:21:47 +02:00
22dc469b8c feat: add base Footer, NavBar, and PageCard components 2025-10-14 18:20:53 +02:00
42281de8fd feat: define basic app layout 2025-10-14 18:17:47 +02:00
9a64b8e30e feat: add Vuetify support using the vuetify-nuxt-module 2025-10-14 18:14:46 +02:00
0eb49c5808 initial 2025-10-07 14:43:45 +02:00