Remove isPremiumEdition from StyleRoot, thus also StyleRoot and StateRoot

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 (392b4411)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Remove isPremiumEdition from StyleRoot, thus also StyleRoot and StateRoot

  • Moved free/premium icon references from root-level CSS to component-level JS.
    • Icon data URI:s are still kept in CSS, to hopefully load faster, and referenced by class names.
  • Removed the no-op StyleRoot and StateRoot components/containers.
Raw text
Remove isPremiumEdition from StyleRoot, thus also StyleRoot and StateRoot

- Moved free/premium icon references from root-level CSS to component-level JS.
  - Icon data URI:s are still kept in CSS, to hopefully load faster, and referenced by class names.
- Removed the no-op `StyleRoot` and `StateRoot` components/containers.

Changed files (5)

Path Additions Deletions
code/packages/shared-resources/src/resources/style/shared.css +3 -6
code/packages/shared-ui/src/components/icon/talkie-edition-icon.tsx +1 -3
code/packages/shared-ui/src/components/style-root.tsx +0 -60
code/packages/shared-ui/src/containers/providers.tsx +1 -4
code/packages/shared-ui/src/containers/state-root.tsx +0 -82

Commit categories (3)