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

Feat/mobile article comment #4201

Merged
merged 17 commits into from
Feb 28, 2024
Merged

Conversation

wlliaml
Copy link
Contributor

@wlliaml wlliaml commented Feb 27, 2024

No description provided.

@wlliaml wlliaml requested a review from robertu7 February 27, 2024 08:06
@wlliaml wlliaml requested a review from a team as a code owner February 27, 2024 08:06
Copy link

vercel bot commented Feb 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
matters-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 28, 2024 2:41am

@@ -2,13 +2,13 @@
display: flex;
flex-direction: column;
flex-shrink: 1;
max-height: calc(70vh - 4.25rem); /* 4.25rem is the height of header */
max-height: calc(90vh - 4.25rem); /* 4.25rem is the height of header */
Copy link
Contributor

Choose a reason for hiding this comment

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

90vh is not enough space for mobile browser, and it might break other dialogs with fixedHeight prop?

@@ -22,6 +22,7 @@ export const CLOSE_ACTIVE_DIALOG = 'closeActiveDialog'
export const OPEN_SUBSCRIBE_CIRCLE_DIALOG = 'openSubscribeCircleDialog'
export const OPEN_SET_USER_NAME_DIALOG = 'openSetUserNameDialog'
export const OPEN_SHOW_NOMAD_BADGE_DIALOG = 'openShowNomadBadgeDialog'
export const OPEN_ARTICLE_DETAIL_DIALOG = 'openArticleDetailDialog'
Copy link
Contributor

Choose a reason for hiding this comment

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

typo? OPEN_COMMENT_DETAIL_DIALOG?

@wlliaml wlliaml merged commit 3cdd8b4 into New-Article-Page Feb 28, 2024
5 of 6 checks passed
@delete-merged-branch delete-merged-branch bot deleted the feat/mobile-article-comment branch February 28, 2024 02:55
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.

2 participants