-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refaktorer
SoekForm.tsx
for å erstatte nestede <button>
-element…
…er med en `Button`-komponent pakket inn i en `div` - Sørg for at `KategoriEmptyButtonWrapper` inneholder `Button`-komponenten for å forhindre `<button>` inne i en annen `<button>` - Oppdater `NyansettelserPage.tsx` for å pakke `<th>`-elementer inn i et `<tr>`-element innenfor `<thead>` - Korriger HTML-strukturen for å unngå en hydratiseringsfeil forårsaket av ugyldig nesting av elementer - Mye endring av redux funskjonalitet og connectorer - Byttet pagineringen vi hadde med DS sin versjon og refaktorert til å fungere med listene våre - Oppdatering og refaktor diverse steder #deploy-test-frontend
- Loading branch information
Showing
19 changed files
with
204 additions
and
332 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 14 additions & 8 deletions
22
apps/dolly-frontend/src/main/js/src/components/ui/button/FavoriteButton/FavoriteButton.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
...-frontend/src/main/js/src/components/ui/button/FavoriteButton/FavoriteButtonConnector.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
apps/dolly-frontend/src/main/js/src/components/ui/dollyTable/DollyTable.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
98 changes: 0 additions & 98 deletions
98
apps/dolly-frontend/src/main/js/src/components/ui/dollyTable/pagination/SimplePagination.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.