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: redesign join conversation page #15584

Merged
merged 5 commits into from
Aug 21, 2023
Merged

feat: redesign join conversation page #15584

merged 5 commits into from
Aug 21, 2023

Conversation

aweiss-dev
Copy link
Member

@aweiss-dev aweiss-dev commented Aug 11, 2023

@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Merging #15584 (4ef50c6) into dev (259dfb9) will decrease coverage by 0.15%.
Report is 44 commits behind head on dev.
The diff coverage is 12.50%.

@@            Coverage Diff             @@
##              dev   #15584      +/-   ##
==========================================
- Coverage   43.56%   43.41%   -0.15%     
==========================================
  Files         652      655       +3     
  Lines       22238    22303      +65     
  Branches     5086     5099      +13     
==========================================
- Hits         9687     9682       -5     
- Misses      11306    11381      +75     
+ Partials     1245     1240       -5     

@tlebon tlebon marked this pull request as draft August 15, 2023 11:37
@tlebon tlebon marked this pull request as ready for review August 15, 2023 14:14
Comment on lines 85 to 92
style={{
display: 'flex',
alignItems: 'center',
maxWidth: `${!isMobile ? '4rem' : '100%'}`,
justifyContent: 'center',
transform: `rotate(${!isMobile ? '90' : '0'}deg)`,
marginLeft: `${!isMobile ? '' : '16px'}`,
}}
Copy link
Contributor

Choose a reason for hiding this comment

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

let's extract that to a style file and put it in the css property (not style)

Comment on lines 75 to 80
style={{
flex: 1,
height: '1px',
backgroundColor: '#696c6e',
minWidth: '24rem',
}}
Copy link
Contributor

Choose a reason for hiding this comment

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

let's extract that to a style file and put it in the css property (not style)

Copy link
Contributor

Choose a reason for hiding this comment

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

probably a question i will regret asking:
the rest of the file has all inline styling. it doesnt make sense to just move one style to a separate file.

Copy link
Contributor

Choose a reason for hiding this comment

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

shall i leave all of them inline, or change all of them to a separate file 😨

Copy link
Contributor

Choose a reason for hiding this comment

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

for some reason css is being parsed differently than style, breaking the page. as such i am leaving it as is for now.

@tlebon tlebon marked this pull request as draft August 15, 2023 14:23
@tlebon tlebon marked this pull request as ready for review August 17, 2023 15:09
onClick={checkNameValidity}
data-uie-name="do-next"
<AppAlreadyOpen />
<div style={{display: 'flex', alignItems: 'center', flexDirection: 'column', marginBottom: '2rem'}}>
Copy link
Contributor

Choose a reason for hiding this comment

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

would probably be beneficial to split that huge jsx part into mutliple smaller components

@tlebon tlebon merged commit 4b69628 into dev Aug 21, 2023
13 checks passed
@tlebon tlebon deleted the feat/WPB-172 branch August 21, 2023 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants