-
Notifications
You must be signed in to change notification settings - Fork 6
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
dev-to-prod #2203
dev-to-prod #2203
Conversation
* dev: hide intercom (#2190) * [dev] Move logout to ProfilePage * dev: logout translations
* dev: stiicky header * dev: article mobile padding
* dev add images * dev: change images sources
Important Please set a versioning label of either |
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.
Unecessary folder commit for /static/flags/_MACOSX/flags/..
.
[1] ──── Removal of unecessary redundant assets for MACOSX that are used no where in the project.
@@ -50,24 +51,46 @@ | |||
tablet && !mobile | |||
? ["changelog", "about", "roadmap", "status", "terms", "privacy"] | |||
: ["changelog", "status", "about", "terms", "roadmap", "privacy"]; | |||
$: isDesktop = $sessionStore.viewportType === "desktop"; |
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.
Unecessary line, project preference is to use:
$: ({ viewportType } = $sessionStore);
[..]
<footer
class:mobile
class:desktop={viewportType === 'desktop'}
class="dark-mode"
>
PS: You've already done it (almost) correctly in line: 60
:: {#if $sessionStore.viewportType !== "mobile"}
😁
A lot of icons, thats why it contains 537 files changes
Please
click on
the(^) Preview
tab and select the appropriate sub-template: