Skip to content

Commit

Permalink
Development to master -> for metrics (#553)
Browse files Browse the repository at this point in the history
* 2024 base (#508)

* New structure

* New structure

* remove dependabot

* change styles

* Talks and Challenges set to secret (#510)

* The mission (#517)

* Talks and Challenges set to secret

* 1st iteration Mission

* Add flag for Mission

* Upadate Home page (#518)

* Upadeted Home page

* chore: Auto-fix some lint errors

* Lint checks

* Hide guides and hardware

* Resolve

---------

* Erase Devpost link (#519)

* Upadeted Home page

* chore: Auto-fix some lint errors

* Lint checks

* Hide guides and hardware

* Resolve

* Remove Devpost link 2023

* Hide Devpost button

* Modified some styles (#520)

* change styles

* change styles

* modify big panel

* Schedule & live (#521)

* schedule is now with a toggle button and also created the temporal schedule

* schedule is now with a toggle button and also created the temporal schedule

* fix live in mobile and desktop

* fix live in mobile and desktop

* schedule is now corrected

* background should not repeat

* header with full screen and panels in mobile are bigger

* header with full screen and panels in mobile are bigger

* feedback

* Challenges concept page (#523)

* Challenges concept page

* Challenges concept page

---------

Co-authored-by: Adrià Martínez <adria.martinez@build38.com>

* Redesign arriving methods (#524)

* Redesign arriving methods

* chore: Auto-fix some lint errors

* Lint

* General title

* chore: Auto-fix some lint errors

---------

* Fix in schedule view: Change buttons to make it more clear that are a button (#527)

* Mentors page concept (#522)

* Mentors page concept

* Concept

* chore: Auto-fix some lint errors

* Fixed broken view mobile

* Lint errors

* Better shirt

* Fix size shirt

---------

Co-authored-by: Adrià Martínez <adria.martinez@build38.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Mission public part exposed (#531)

* Public part exposed

* Lint

---------

Co-authored-by: Adrià Martínez <adria.martinez@build38.com>

* Add new feature: Secret description is now dinamic (#532)

* Changed secret content to be a bit more informative

* Modify talks as we talked with sponsorship

* Modify talks as we talked with sponsorship

* New section: Travel reimbursement processes (#533)

* Travel reimbursement process is now in live

* Travel reimbursement process is now in live

* Style fixes (#534)

* home page have everything with variables not commented code

* home page have everything with variables not commented code

* corrected maps section

* corrected maps section

* proposta mentors

* New section: Meals v1 (#525)

* remove live route

* cafeteria v1

* added hide variables

* meals v1 completed

* New section: Rules and judging (#526)

* judging refactor

* rules are fixed a bit more

* chore: Auto-fix some lint errors

* rules are fixed a bit more

* add variables to schedule and rules

* judging is changed

* change bocata to bocadillo

* remove travel reimbursement faq

* typos

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Improvements (#535)

* improvements and added new meal

* improvements and added new meal

* Apply feedback (#541)

* fix map

* try to fix background

* fix home page

* fixed typo

* typos

* intensity with icons

* meals have toggle

* Fixed background and typos (#542)

* more feedback

* more feedback

* more feedback

* Add clarity (#543)

* more feedback

* more feedback

* more feedback

* add clarity

* Feedback Gerard (#544)

* feedback

* feedback

* Emergency contact (#546)

* Link for emergency contact

* Lint

* Google maps link

* Lint once more

* Phone fix

* Location removed

---------

* Apply feedback and add more better things :) (#547)

* change link text

* typo a la schedule

* mentors order

* rules and judging with new text

* add google maps button in maps

* home have now google maps link

* add hackersupc and twitter logo is the new one

* discover structure

* New section: Activities (#545)

* activities is now live

* correct a bit the text

* fix lint

* activities done

* Last retoques (#549)

* discovery working on it

* fix button not beeing disabled when selecting judging

* remove tshirt section in mentors

* discovery flag in config

* meals are working on it

* mentors toggle

* help tab corrected with the actual information

* schedule is done

* fixing lighthouse

* Map fixes (#550)

* Feedback last retoques (#551)

* canvi faqs deadline

* guides disabled

* guides disabled

* add travelId route (#552)

---------

Co-authored-by: Adri <119002051+AdriMM26@users.noreply.github.com>
Co-authored-by: Adrià Martínez <adria.martinez@build38.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
4 people committed Apr 18, 2024
1 parent 7b61589 commit ef85a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const routes: RouteRecordRaw[] = [
component: () => import('@/views/Meals.vue'),
},
{
path: '/travel',
path: '/travel/:travelId?',
name: 'travel',
component: () => import('@/views/Travel.vue'),
},
Expand Down

0 comments on commit ef85a73

Please sign in to comment.