-
-
Notifications
You must be signed in to change notification settings - Fork 819
fix(ui): make messages layout responsive #960
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -115,6 +115,7 @@ const Messages = observer(() => { | |
| return ( | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Yes, we're open to that, but generally it's better to first create a ticket for proposed changes. I prefer good defaults instead of settings but for some things like: Date format, message layout, relative/absolute time a setting would be okay. The discussion about possible changes could result in just changing the behavior instead creating a toggle for the feature. When creating PRs please create separate PRs for each feature, so that we don't have a big changes, and can merge the subsets that don't require much discussion faster. |
||
| <DefaultPage | ||
| title={name} | ||
| maxWidth={1600} | ||
|
jmattheis marked this conversation as resolved.
|
||
| rightControl={ | ||
| <div> | ||
| {app && ( | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't seem to work sometimes. E.g. with this messages
Both messages should have 700px width. as the width is for better readability of text.