Add a welcome tab to the demo 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
69 stars
Commit details (f8ecde86)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Add a welcome tab to the demo page

  • A short introduction and welcome page for new users.
  • Should be opened automatically upon first install.
Raw text
Add a welcome tab to the demo page

- A short introduction and welcome page for new users.
- Should be opened automatically upon first install.

Changed files (8)

Path Additions Deletions
src/demo/components/main.jsx +44 -4
src/demo/components/sections/support.jsx +0 -4
src/demo/components/sections/welcome.jsx +167 -0
src/demo/containers/app.jsx +9 -0
src/shared/components/section/free-section.jsx +8 -38
src/shared/components/section/premium-section.jsx +8 -38
src/shared/components/section/version-section.jsx +99 -0
src/shared/styled/button/button-base.jsx +1 -0

Commit categories (3)