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

docs(mixed): improve perf & bundle size, fix issue with /layouts #3652

Merged
merged 1 commit into from
Jun 13, 2019

Conversation

layershifter
Copy link
Member

@layershifter layershifter commented Jun 9, 2019

Fixes #3633.

Previously we had broken match on /layouts, see #3652 (comment).


Fixes #3645.

Mention about semantic-ui package was removed, we have dedicated page with instructions for theming.


Fixes #3659.

Instructions were updated, also added NPM to commands.


Polishes a little bit shorthand docs.

@@ -17,7 +17,7 @@ const App = ({ componentMenu, versions }) => (
* We can't place <Sidebar /> inside of <Routes /> because it will be remounted on page
* switch. We also don't want to show <Sidebar /> for layouts pages and maximized pages.
*/}
<Route path='/layouts/*' component={null} />
<Route exact path='/layouts/:name' component={null} />
Copy link
Member Author

Choose a reason for hiding this comment

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

Because /layouts because same the same prefix, we had match there and sidebar was hidden 💥

@codecov-io
Copy link

codecov-io commented Jun 9, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@bcc1d06). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #3652   +/-   ##
=========================================
  Coverage          ?   99.81%           
=========================================
  Files             ?      174           
  Lines             ?     2749           
  Branches          ?        0           
=========================================
  Hits              ?     2744           
  Misses            ?        5           
  Partials          ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bcc1d06...36d5513. Read the comment docs.

@layershifter layershifter changed the title [DO NOT MERGE] docs(mixed): improve perf & bundle size, fix issue with /layouts docs(mixed): improve perf & bundle size, fix issue with /layouts Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants