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

Wmwragg/mention state indicator #1823

Merged
merged 7 commits into from
Jul 19, 2016
Merged

Conversation

wmwragg
Copy link
Contributor

@wmwragg wmwragg commented Jul 18, 2016

This closes #1760.

Signed-off-by: William Wragg wm.wragg@gmail.com

@matrixbot
Copy link

Can one of the admins verify this patch?

position: absolute;
display: block;
width: 0;
height: 0;
Copy link
Member

Choose a reason for hiding this comment

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

slightly wonky whitespace here - please no \t's!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry about that, not sure how that crept in, I have my editor set to 4 spaces. Fixed

@ara4n
Copy link
Member

ara4n commented Jul 19, 2016

hm, am i missing the matrix-react-sdk half of this one?

@wmwragg
Copy link
Contributor Author

wmwragg commented Jul 19, 2016

There is no matrix-react-sdk part for this, it's purely CSS restyling

@wmwragg
Copy link
Contributor Author

wmwragg commented Jul 19, 2016

No scratch that, I'll dig into why that isn't pushed.

@wmwragg
Copy link
Contributor Author

wmwragg commented Jul 19, 2016

Yeah sorry, I created both branches, as I thought I'd need to make changes for both sides when I did my initial investigation. But turns out I didn't, but I must have still had it in my head when I made the above comment, sorry. So just to be clear, there is no matrix-react-sdk branch for this, it only required CSS restyle work.

width: 0;
height: 0;
margin-left: 7px;
border-top: 8px solid #ff0064;
Copy link
Member

Choose a reason for hiding this comment

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

this still looks to be \t characters - please can we use 4 spaces everywhere for tabulation?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is weird, I'm going to search the code base for tabs, as I'm definitely not putting then in, this code was copied from another section.

@ara4n
Copy link
Member

ara4n commented Jul 19, 2016

otherwise lgtm

@wmwragg
Copy link
Contributor Author

wmwragg commented Jul 19, 2016

The linked matrix-sdk-branch, is weird. After further investigation, it is requited, and does exist, but says there are no diffs against develop, so I'm not sure whats going on. I'll get back to you.

@wmwragg
Copy link
Contributor Author

wmwragg commented Jul 19, 2016

OK White space issues fixed. There are a few else where esp. json files. But I'll fix those later. The changes in the matrix-sdk-branch, already seem to be merged into the develop branch. So there is nothing to do there.

@ara4n ara4n merged commit d8d9912 into develop Jul 19, 2016
@t3chguy t3chguy deleted the wmwragg/mention-state-indicator branch May 12, 2022 08:54
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.

Chat modal: restyle as per new modal design
3 participants