Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gå over fra Create-react-app til Vite #8

Merged
merged 18 commits into from
Jan 6, 2025
Merged

Conversation

magnusae
Copy link
Contributor

@magnusae magnusae commented Jan 3, 2025

Vi ønsker å bruke Vite istedenfor create-react-app.

Bonus: Bytt ut en del av Material-UI-komponentene med komponenter fra Aksel.

@magnusae magnusae requested a review from a team as a code owner January 3, 2025 14:52
import {DateTimePicker, LocalizationProvider} from '@mui/x-date-pickers';
import {AdapterDayjs} from '@mui/x-date-pickers/AdapterDayjs';
import React, { useState } from 'react';
import { TextField, Button, Box, Alert, Table, TableBody, TableCell, TableContainer, TableHead, TableRow, Paper } from '@mui/material';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Jeg begynte på å bytte ut disse med Akselkomponenter, men snudde da jeg ikke helt fant ut av datepickeren. Sparer det derfor til en senere anledning.

Copy link
Contributor

@b162214 b162214 left a comment

Choose a reason for hiding this comment

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

Ser greit ut 👍
Husk å legge til jesper som coauthor før merge

@@ -13,20 +13,24 @@ jobs:
name: Build, push and deploy
runs-on: ubuntu-latest
env:
REACT_APP_BASE_URL: ${{ secrets.REACT_APP_BASE_URL }}
VITE_REACT_APP_BASE_URL: ${{ secrets.REACT_APP_BASE_URL }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Hva er grunnen til at base url er i en github secret?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Tipper @mettok er rett mann å spørre om dette. Jeg tenker at vi evt. kan gjøre litt om på det når han kommer tilbake fra ferie.

@magnusae magnusae merged commit e138df2 into main Jan 6, 2025
1 check passed
@magnusae magnusae deleted the dev/migrering-til-vite branch January 6, 2025 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants