Merge upgrade to features tab

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
69 stars
Commit details (c7c2b3ee)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Merge upgrade to features tab

  • Moves the upgrade option from the upgrades tab to the features tab.
  • Removes the upgrade tab.
Raw text
Merge upgrade to features tab

- Moves the upgrade option from the upgrades tab to the features tab.
- Removes the upgrade tab.

Changed files (43)

Path Additions Deletions
code/packages/browser-background/src/background/get-command-map.mts +1 -1
code/packages/options-application/src/app/header.tsx +1 -1
code/packages/options-application/src/app/main.tsx +2 -19
code/packages/options-application/src/app/sections/editions.tsx +0 -60
code/packages/options-application/src/app/sections/features.tsx +66 -74
code/packages/options-application/src/app/sections/{editions => features}/talkie-premium-edition.tsx +7 -5
code/packages/options-application/src/app/sections/usage.tsx +1 -1
code/packages/options-application/src/app/sections/voices.tsx +8 -9
code/packages/options-application/src/components/section/edition-section.tsx +93 -15
code/packages/options-application/src/components/section/free-section.tsx +8 -1
code/packages/options-application/src/components/section/premium-section.tsx +8 -1
code/packages/options-application/src/containers/{editions-container.tsx => features-container.tsx} +20 -13
code/packages/popup-application/src/app/sections/header.tsx +1 -1
code/packages/shared-application/src/configuration/configuration.mts +0 -2
code/packages/shared-locales/src/data/_locales/ar/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/bg/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/cs/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/da/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/de/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/el/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/en/base.json +3 -6
code/packages/shared-locales/src/data/_locales/es/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/fi/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/fr/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/he/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/hi/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/hu/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/id/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/it/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/ja/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/ko/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/nb/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/nl/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/pl/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/pt/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/ro/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/ru/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/sk/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/sv/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/th/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/tr/automatic.json +2 -6
code/packages/shared-locales/src/data/_locales/zh/automatic.json +2 -6
code/packages/shared-resources/src/resources/style/shared.css +0 -10

Commit categories (3)