-
Notifications
You must be signed in to change notification settings - Fork 19
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
LaTeX text formatter fixes #87
Conversation
The "close" button is no longer needed. Previously, after the user clicked Confirm, there was no way to change what tiers were used, so we provided a Close button that would let them start over from a new page load. Now if the user decides to change what buttons are selected and clicks Confirm again, the result will change accordingly. It would still be nice to be able to collapse the format window, but we shouldn't do that via a page refresh.
Change the button text, and refactor file names and class names.
to differentiate it visually from all the input tier names / radio buttons below it
I think this all looks great! Doing the refactoring for the TranslatableText definitely makes sense. |
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.
A few places I missed in the "format" -> "latex" refactor
} | ||
|
||
.formatResultSection { | ||
background : rgb(215, 233, 252); | ||
.latexResultContainer { | ||
overflow-x: scroll; |
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.
Replace scroll
-> auto
. That way, the scroll bar only shows up when it's needed. (Too late to make this change now that we've already merged, but I'll keep it in mind for future PRs)
Some updates to the text format feature (PR #84, issue #81).
<TranslatableText>
for all user-facing text<TranslatableText>
a lot easier)