-
Notifications
You must be signed in to change notification settings - Fork 7
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
Chainmail fixes and maintenance #939
Conversation
brandonfancher
commented
Dec 2, 2024
•
edited
Loading
edited
- Update login to work with latest account-related changes
- Fix broken link control in markdown editor after recent dependency updates
- Dark mode style/color fixes in editor
- Investigate and resolve issues querying messages: Awaiting merge of Make C++ accept the rust schema for TimePointSec. #942
- CSS overflow issue for editor text/contents in modal
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.
just the one minor comment
@@ -33,6 +26,11 @@ import { | |||
|
|||
// import { MathBlock, MermaidDiagram } from "./editor"; | |||
// import { MathBlock } from "./editor"; |
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.
I assume all these commented imported can be deleted? Couple commented lines below as well
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.
They can be, but I'm keeping them around now for reimplementation of future editor features/markdown stuff.