-
Notifications
You must be signed in to change notification settings - Fork 111
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
Suggest creating "Description:" heading in Event details modal. #307
Labels
Accessibility
Issues impacting the accessibility of the project
enhancement
New feature or request
Good 100Devs First Try
Great first issue for 100Devs Members
Comments
intelagense
added
enhancement
New feature or request
Accessibility
Issues impacting the accessibility of the project
labels
Jan 31, 2023
Closed
Caleb-Cohen
added
the
Good 100Devs First Try
Great first issue for 100Devs Members
label
Jul 25, 2023
Hi. This seems like an easy fix. I would like to be assigned this if possible. I already have a solved branch ready that will close this issue. |
vguzman812
added a commit
to vguzman812/Together
that referenced
this issue
Aug 19, 2023
…iption. Change margin classes of description div and the description heading to better reflect desired layout found in issue examples. Solves issue Together-100Devs#307.
Caleb-Cohen
pushed a commit
that referenced
this issue
Aug 21, 2023
* Move description of event modal into an h3 tag outside of modal description. Change margin classes of description div and the description heading to better reflect desired layout found in issue examples. Solves issue #307. * change span to h3 for modal description
This issue should be closed. It was resolved by PR #444 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Accessibility
Issues impacting the accessibility of the project
enhancement
New feature or request
Good 100Devs First Try
Great first issue for 100Devs Members
Please provide a summary of the feature
The event details modal inserts the word "Description: " as additional text before the actual description from the event creator. Semantically it would be better to include this in a heading tag, preferably above the text box area.
This would also improve the user experience when recreating events. Currently, when copying and pasting a previous event description in order to recreate a new event description the "Description:" can be copied and inadvertently duplicated as well.
Example:
Are there any potential issues you foresee with this feature
Aesthetics in regards to #17 👀
Is this feature related to any current or past issues? Please provide the
Additional context
Add any other context or screenshots about the feature request here.
Which Branch should this fix be Pulled into?
PR into [branchName]
If you're interested in working on this feature, please comment so you can be assigned
The text was updated successfully, but these errors were encountered: