marcosschroh / marcosschroh/loggify
Make table responsive
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
At the moment the table with log levels is not responsive, I've added some css classes but failed to make it responsive.
We can make responsive with an overflow the normal table:
| header1 | header2 | header3 |
| value | value | value |
| value | value | value |
Or we can change the disposition, and make it look more like a card:
| header1 | value |
| header2 | value |
| header3 | value |
| header1 | value |
| header2 | value |
| header3 | value |
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the table that displays log levels and the existing CSS classes mentioned in the issue. Compare the overflow-table and card-style alternatives, then verify the chosen layout remains usable on narrow screens and preserves the log-level data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100