Skip to content

Conversation

johannegg
Copy link
Collaborator

@johannegg johannegg commented Jun 27, 2025

The main thing that has been done is creating a basic start page called StartPage.tsx. This includes:

  • A header with the logo and a question: 'Which solution can I help you with today?'
  • A Container with cards that later will link to the chatbot. This cards will be used to choose which solution to ask questions about
    image

Additionally, there has been som refactoring done.

  • The App.tsx has become the main place for setting up React Router.
  • I have created a folder called 'Pages', where I put the StartPage.tsx
  • I have added path aliasing (~) for cleaner imports.
  • I have moved common.css out of assets and into a 'styles' folder.
  • I have removed some unnecessary files and code blocks.

@johannegg johannegg added this to the Sprint 2 milestone Jun 27, 2025
@johannegg johannegg self-assigned this Jun 27, 2025
@johannegg johannegg linked an issue Jun 27, 2025 that may be closed by this pull request
2 tasks
Copy link
Contributor

@vegardaaalbretsen vegardaaalbretsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

React-router-dom was not recognized automatically and i had to do npm install react-router-dom.

Is this fixable?

Copy link
Contributor

@vegardaaalbretsen vegardaaalbretsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works in docker

@johannegg johannegg merged commit f59a5d5 into dev Jun 27, 2025
2 checks passed
@johannegg johannegg deleted the 19-feature-create-start-page branch June 27, 2025 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Create Start Page

2 participants