Altinn / Altinn/app-frontend-react
Refactor layout tables to not use actual html table element
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 33
- Avg merge
- 6d 23h
- Merged PRs (30d)
- 3
Description
Currently there are multiple situations where we use an HTML `` tag for layout purposes. One of these is the `RepeatingGroupEditContainer`. This is not recommended in HTML5, and can be achieved in multiple other ways.


Contributor guide
Research direction
Start by locating RepeatingGroupEditContainer and inventorying the other layout uses of HTML table elements described in the issue. Verify the current layouts, then confirm that each layout no longer uses table markup while retaining the displayed structure and behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100