Skip to content
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

Design UI to manage tournament description and rules #68

Open
L-Mario564 opened this issue Jun 17, 2024 · 0 comments
Open

Design UI to manage tournament description and rules #68

L-Mario564 opened this issue Jun 17, 2024 · 0 comments
Labels
priority: intermediate size: md ui UI & design (frontend) related issues

Comments

@L-Mario564
Copy link
Contributor

In the tournament settings page, the user must be able to write the tournament's description and rules, both supporting markdown syntax.

A toolbar should be provided for standard markdown shortcuts (headings, bold, italic, quote, inline code, block of code, link) and also be able to provide the ability to set the color of the text to primary-500 or any 500 shade of the Tailwind colors, which could be done by wrapping the selected text like so: <span class="{color}">{text}</span> (and limit the classes that can be passed to the class attribute to avoid possibly issues with other classes).

The user must be able to toggle between the markdown being written and the markdown once it's parsed (a preview of what's being written).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: intermediate size: md ui UI & design (frontend) related issues
Projects
Development

No branches or pull requests

1 participant