-
Notifications
You must be signed in to change notification settings - Fork 0
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
Antti/frontend #27
Antti/frontend #27
Conversation
…xt will me aligned on middle. Changed checkmark color to match the login button
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
… credits_for_images.txt
… if scaling. Values are given as percentage, might be changed to rem
…t of the input bar's color
…bg color does not have to be set everytime
…ack does not work yet
…g one. I'm going to try to move these files into the correct branch antti/feedback-after-logout
…ely wrong one. I'm going to try to move these files into the correct branch antti/feedback-after-logout" This reverts commit fb04e6d.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lähdin vahingossa väsäämään palaute-systeemiä tähän branchiin. Netissä ehdotettiin käyttämään Gitin stashia tämmöisessä tilanteessa Tässä. Kerran yritin kokeilla stashin käyttöä, niin sain kadotettua koko koodin 😅
Siksi tein nyt näin, että tein commitin ja mergesin. En halunnut menettää tätä mitä jo aloin tekemään 😄
Täytyy stashin käyttöä harjoitella testimielessä, ei viitsi "oikealla" koodilla 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Näyttää erinomaiselta! Muutama pieni kommentti, ja sitten vielä huomio että lintteri antaa yhden herjan minkä voisi korjata.
…ed anymore so code is a bit more clear
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
components/InfoModal.tsx
tiedostosta tulee lintteri-virhe.
Kysyin fontista Ullalta, ja jos designissa on Inter jossain käytössä niin se on vahinko -> poistetaan ja korvataan Jost:lla.
Tarkistin samalla, tuo komponentti ei ole missään käytössä, joten poistoon vain 😄
Jes, poistan tuon Interin kanssa 👍 |
…5.4.5 due to ESLint 8.57.0's last typescript version is apparently <5.5.0. ESLint version 9 does not work currently with Next's Lint check
"typescript": "5.5.4", | ||
"typescript": "5.4.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiputin Typescriptin version 5.5.4 -> 5.4.5. Tuo oli viimeisin kunnon päivitys, joka ei ollut >5.5.0. npmjs.com:n lista
Ajaessa npm run lint:fix
tai npm run lint
tuli tämmöinen virheilmoitus:
=============
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.5.0
YOUR TYPESCRIPT VERSION: 5.5.4
Please only submit bug reports when using the officially supported version.
=============
Ei ollut apua vaikka @typescript-eslint/typescript-estree
-paketin asensikin, sama virheilmoitus.
Sitten seuraava ongelma koskee ESLint 9:iä. Eli kun ESLintin päivittää (8.57.0 -> 9.9.1) tulee seuraava ongelma:
Could not resolve dependency: peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" from eslint-plugin-import@2.29.1 node_modules/eslint-plugin-import dev eslint-plugin-import@"2.29.1" from the root project
Tätäkään en saanut korjattua
Myöskin ESLint 9:n ja Next Lintin kanssa on ollut hiukan ongelmaa vercel/next.js#64409
eslint-config-next
-paketille oli tullut päivitys, mutta kyseisestä päivityksestä en löytänyt tietoa
Onko siis ihan ok mennä tällä tavalla nyt eteenpäin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Koska Next.js ei vielä tue eslint v9, niin tuo mitä teit on paras ratkaisu.
Sitten seuraava ongelma koskee ESLint 9:iä. Eli kun ESLintin päivittää (8.57.0 -> 9.9.1) tulee seuraava ongelma:
Could not resolve dependency: peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" from eslint-plugin-import@2.29.1 node_modules/eslint-plugin-import dev eslint-plugin-import@"2.29.1" from the root project
Tätäkään en saanut korjattua
Sitä ei oikein saakaan, kun ainakaan eslint-plugin-import
ei tue vielä lainkaan eslint v9. Eli käytetään eslint v8 ja tuo TypeScriptin versio kunnes v9 tuki laajenee.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nyt voi mergetä. Hienoa työtä! 💪
Kun olet mergennyt tämän main
branchiin, niin mergeä sen jälkeen main
branch antti/user-roles
branchiin. Tällöin tulee mahdolliset merge confliktit ratkaistavaksi, ja mergen jälkeen #30 PR:ssä ei enää näy tämän frontti-PR:n muutoksia vaan pelkästään siihen kuuluvat muutokset.
Frontin parannukseen liittyvä PR. Liittyy issueen #26