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

dev-to-prod #2203

Merged
merged 7 commits into from
Jun 20, 2024
Merged

dev-to-prod #2203

merged 7 commits into from
Jun 20, 2024

Conversation

Izobov
Copy link
Collaborator

@Izobov Izobov commented Jun 19, 2024

A lot of icons, thats why it contains 537 files changes

Please click on the (^) Preview tab and select the appropriate sub-template:

* dev: hide intercom (#2190)

* [dev] Move logout to ProfilePage

* dev: logout translations
* dev: hide intercom (#2190)

* Feature/header redesign/draft/1 (#2191)

* fix: Content section header border

* fix: competition modal

* dev: hide breadcrumbs in PWA

* dev revert unnessery changes

* dev: reemove debugger

* dev: Footer

* dev: Redesigned footer
* dev: hide intercom (#2190)

* Feature/header redesign/draft/1 (#2191)

* fix: Content section header border

* fix: competition modal

* dev: hide breadcrumbs in PWA

* dev revert unnessery changes

* dev: reemove debugger

* fix: IsPwa ssr (#2194)

* remove console.log

* dev: Articles mobile styles
* dev: stiicky header

* dev: article mobile padding
* dev add images

* dev: change images sources
@Izobov Izobov added the semver:minor semver bump of type :|: minor label Jun 19, 2024
Copy link

Important

Please set a versioning label of either semver:patch, semver:minor, or semver:major to THIS Pull-Request.

@migbash migbash changed the title Dev dev-to-ptod Jun 19, 2024
@migbash migbash changed the title dev-to-ptod dev-to-prod Jun 19, 2024
Copy link
Collaborator

@migbash migbash left a comment

Choose a reason for hiding this comment

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

@Izobov

Unecessary folder commit for /static/flags/_MACOSX/flags/...

[1] ────
Removal of unecessary redundant assets for MACOSX that are used no where in the project.
@migbash migbash temporarily deployed to betarena-scores-platform June 19, 2024 23:51 Inactive
@@ -50,24 +51,46 @@
tablet && !mobile
? ["changelog", "about", "roadmap", "status", "terms", "privacy"]
: ["changelog", "status", "about", "terms", "roadmap", "privacy"];
$: isDesktop = $sessionStore.viewportType === "desktop";
Copy link
Collaborator

@migbash migbash Jun 19, 2024

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"} 😁

@migbash migbash merged commit d9cd5ba into main Jun 20, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor semver bump of type :|: minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants