credentials-plugin
credentials-plugin copied to clipboard
Use card layout for credentials tables
Goal of this is to reduce duplication of information in e.g.:
Whilst making it easier to read and understand. Also should stop credentials with longer names of descriptions from overflowing and breaking out of the page.
Currently I've just done the domain list page as a starter to get any feedback:
Before:
After:
TODO:
- Update the main list credentials page
- Look at empty state
Testing done
Added a few credentials of differing types. Add ones without description
cc @janfaracik
Submitter checklist
- [ ] Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
- [ ] Ensure that the pull request title represents the desired changelog entry
- [ ] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests that demonstrate the feature works or the issue is fixed