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

[#3380] Add menu button in docs navbar for mobile #3383

Merged
merged 3 commits into from
May 1, 2023

Conversation

RVitaly1978
Copy link
Member

Description

close #3380

  • add menu button in navbar for mobile view
  • fix links reactivity in landing Footer component

image

image

image

Screen.Recording.2023-04-28.at.13.46.20.mov

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement/refactoring (non-breaking change that doesn't add any feature but make things better)

@RVitaly1978 RVitaly1978 self-assigned this Apr 28, 2023
@RVitaly1978 RVitaly1978 added the docs packages/docs label Apr 28, 2023
@@ -60,6 +69,7 @@ useHead({
link: [
{ href: 'https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css', rel: 'stylesheet' },
{ href: 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css', rel: 'stylesheet' },
{ href: "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css", rel: "stylesheet" },
Copy link
Contributor

@m0ksem m0ksem May 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RVitaly1978, Can't we use icon from Material Design Icons? This loads tons of extra icons. You can make a different PR and merge it without review.

@m0ksem m0ksem merged commit 9dc7d01 into epicmaxco:develop May 1, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs packages/docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't change theme on mobile
3 participants