-
Notifications
You must be signed in to change notification settings - Fork 24
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
(4) feat: Add title to HathorList and refactor Settings page #338
Conversation
@@ -101,7 +101,7 @@ export class Settings extends React.Component { | |||
) | |||
)} | |||
|
|||
<HathorList infinity> | |||
<HathorList title={t`General Settings`}> |
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.
What was this infinity
doing?
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.
It applies an "infinity style". In practice it prolongs the list frame to appear as it goes beyond the screen. But we don't want this style in the settings section anymore, because we will have 2 settings lists.
35d685f
to
ea5ecd8
Compare
f360464
to
f6572ee
Compare
70858d2
to
f7fd7ae
Compare
f7fd7ae
to
f1da4af
Compare
f6572ee
to
ebb8580
Compare
The following change is related to this "Settings page" topic in the design.
Acceptance Criteria
Security Checklist