Show collected errors in option page

Repository details (talkie)
Project page
talkie
Project log category
(708 entries)
Repository
@joelpurra/talkie
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📂 This project is open.
🌠 This project is popular.
Repository activity period
🗓
Commits
751 commits
Stars
71 stars
Commit details (4e885571)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Show collected errors in option page

  • Output at bottom of page.
  • Includes short explanation.
  • Output list of stringified error JSON.
Raw text
Show collected errors in option page

- Output at bottom of page.
- Includes short explanation.
- Output list of stringified error JSON.

Changed files (17)

Path Additions Deletions
code/packages/options-application/src/app/footer.tsx +5 -4
code/packages/options-application/src/components/collected-error-list.tsx +121 -0
code/packages/options-application/src/components/navigation/nav.tsx +6 -8
code/packages/options-application/src/components/section/edition-section.tsx +4 -2
code/packages/options-application/src/containers/app.tsx +18 -1
code/packages/popup-application/src/app/sections/footer.tsx +5 -4
code/packages/popup-application/src/app/sections/menu.tsx +4 -2
code/packages/shared-ui/src/selectors/errors.mts +7 -0
code/packages/shared-ui/src/styled/layout/error-base.tsx +30 -0
code/packages/shared-ui/src/styled/text/errors.tsx +1 -0
code/packages/shared-ui/src/styles/button/button-base.mts +4 -2
code/packages/shared-ui/src/styles/color/color-base.mts +1 -0
code/packages/shared-ui/src/styles/form/form-base.mts +6 -8
code/packages/shared-ui/src/styles/layout/error-base.mts +33 -0
code/packages/shared-ui/src/styles/layout/layout-base.mts +12 -29
code/packages/shared-ui/src/styles/shared-base.mts +75 -0
code/packages/shared-ui/src/styles/text/text-base.mts +4 -2

Commit categories (3)