这是indexloc提供的服务,不要输入任何密码
Skip to content

hotfix: broken blank layout and fix shared models implementation #363

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

Merged
merged 6 commits into from
May 31, 2024

Conversation

muzanella11
Copy link
Contributor

@muzanella11 muzanella11 commented May 30, 2024

What's new:

  • Fix broken blank layout
  • Fix configuration path alias for shared models between backend and frontend

Blank Layout Broken

Before After
Screen Shot 2024-05-30 at 14 38 43 Screen Shot 2024-05-30 at 15 58 01

Build Error

Before After
Screen Shot 2024-05-30 at 14 47 23 Screen Shot 2024-05-30 at 16 00 51

@muzanella11 muzanella11 self-assigned this May 30, 2024
Copy link

github-actions bot commented May 30, 2024

Visit the preview URL for this PR (updated for commit f93a0b0):

https://tanam-testing--pr363-hotfix-broken-layout-1e68jm8y.web.app

(expires Fri, 07 Jun 2024 00:21:51 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 5bbe8a1a68d9684d656bffba10008fe532204561

@@ -1,6 +1,6 @@
"use client";
import "@/assets/scss/layout-authentication.scss";
import {useEffect} from "react";
import React, {useEffect} from "react";
Copy link
Contributor

@detautama detautama May 30, 2024

Choose a reason for hiding this comment

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

We can remove import React from "react" since the release of React v17..

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done ✅
Thanks for the feedback

@DennisAlund DennisAlund merged commit 89c0756 into next May 31, 2024
@DennisAlund DennisAlund deleted the hotfix/broken-layout branch May 31, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants