Use a fallback tab on the options page

Repository details (talkie)
Project page
talkie
Project log category
(588 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
630 commits
Stars
65 stars
Commit details (f91b26d4)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Use a fallback tab on the options page

  • Used during "server-side" prerendering for the per-language options page HTML.
  • Barebones "tab", showing a simple loading" message.
  • Briefly visible until the active tab is switched, based on the hash of the page URL.
Raw text
Use a fallback tab on the options page

- Used during "server-side" prerendering for the per-language options page HTML.
- Barebones "tab", showing a simple loading" message.
- Briefly visible until the active tab is switched, based on the hash of the page URL.

Changed files (5)

Path Additions Deletions
code/manifest.json +1 -1
code/packages/options-application/src/app/main.tsx +17 -0
code/packages/options-application/src/slices/tabs.mts +5 -4
code/packages/popup-application/src/app/sections/footer.tsx +1 -1
code/packages/shared-application/src/data/configuration/configuration.json +2 -3

Commit categories (3)