Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add main layout and routing system #72

Merged
merged 3 commits into from
Jan 23, 2024
Merged

Conversation

dianafulga
Copy link
Contributor

Implements a base layout component that can be used in all views.
Implements 2 routes: index and settings.

@github-actions github-actions bot added the area: popup Improvements or additions to extension popup label Jan 10, 2024
@raducristianpopa
Copy link
Member

raducristianpopa commented Jan 10, 2024

Extension builds preview

Name Link
Latest commit c8cb49d
Latest job logs Run #7609404297
BadgeDownload
BadgeDownload
BadgeDownload
BadgeDownload

src/components/layout/header.tsx Outdated Show resolved Hide resolved
src/components/router-provider.tsx Show resolved Hide resolved
src/popup/pages/Home.tsx Show resolved Hide resolved
src/components/layout/header.tsx Show resolved Hide resolved
src/components/layout/main-layout.tsx Outdated Show resolved Hide resolved
This was linked to issues Jan 16, 2024
@raducristianpopa
Copy link
Member

You have a couple of conflicts.

@dianafulga dianafulga changed the title Add main layout and routing system feat: Add main layout and routing system Jan 22, 2024
@dianafulga dianafulga merged commit 707d855 into main Jan 23, 2024
9 checks passed
@dianafulga dianafulga deleted the rp--base-layout branch January 23, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: popup Improvements or additions to extension popup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add popup routing mechanism Add base layout component
2 participants