Pre-submission Checklist
Feature Area
User Interface (UI)
Problem or Use Case
- If a memo has no existing comments, the comment button on top right is not shown on it. Adding comment on such a memo requires user to copy the url and paste in a new tab. This is a cumbersome process, especially on mobile devices.
- On the memo page, the sorting of comments can include a chronological option (in addition to the current default of reverse chronological).
Proposed Solution
- Memos already have a comment button shown on hover if they have existing comments. The source code could be updated to have that button visible irrespective of the number of comments.
- Sorting could be implemented client side and should be fairly straightforward.
I'm proposing this solution based on my limited programming experience and I do not have knowledge of how Memos source code is structured.
Alternatives Considered
No response
Additional Context
No response
Contribution
Pre-submission Checklist
Feature Area
User Interface (UI)
Problem or Use Case
Proposed Solution
I'm proposing this solution based on my limited programming experience and I do not have knowledge of how Memos source code is structured.
Alternatives Considered
No response
Additional Context
No response
Contribution