-
Notifications
You must be signed in to change notification settings - Fork 9
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: provide embed build #290
Conversation
Bundle difference
|
…ssues, multi entry point output not working correctly without html plugin update, which breaks pwa plugin
f713cf1
to
b4203ae
Compare
Bundle difference
|
…arrow to be next to title
Co-authored-by: Restyled.io <[email protected]>
Bundle difference
|
Bundle difference
|
Bundle difference
|
Wenn dieser PR aber nur den technischen Grundstein legen soll ohne es direkt einsetzbar zu machen, habe ich keine anderen funktionalen Kommentare. |
paddingTop: "64px", | ||
[theme.breakpoints.down("xs")]: { | ||
// on mobile devices | ||
paddingTop: "0 !important", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!important can be removed. I added it for testing, but it also works without.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, mach ich nachher noch.
Es soll nur der technische Grundstein sein. Das sind gute Kommentare, so aehnlich hab ich mir das auch vorgestellt. Wuerde diese Issues dann einzeln in weiteren PRs abarbeiten. |
🎉 This PR is included in version 1.4.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
@kommander waren es viele Änderungen die du in den embed Dateien vorgenommen hast? Ich würde aufgrund der Übersichtlichtkeit fast sagen das wir es in die ganz normale App mit einbauen (und über build variablen steuern), da ich gerade bei den Error Handler merke das ich alles zweimal machen muss (und es wird in Zukunft sicherlich noch andere Dinge geben) |
* stash embed setup - broken because of webpack & html-plugin version issues, multi entry point output not working correctly without html plugin update, which breaks pwa plugin * make webpack pwa plugin work with html plugin >4 * incorporate: use full screen on mobile on menu pages and force title arrow to be next to title * remove console log * Restyled by prettier (#297) Co-authored-by: Restyled.io <[email protected]> * remove dev data leftovers Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <[email protected]>
Provides a second entry point and bundle at
embed.html
with a reduced interface, but same capabilities.