Commit Graph

6 Commits

Author SHA1 Message Date
87c990c164 Version 1.0 Release
Icon on main page changed to one provided by AlphaX

CategoryList.tsx can now show label based on selected category for greater clarity on what it means.

specific Q-Apps are no longer categories. Instead, an autocomplete textfield lets the user select a specific Q-App. That Q-App/Website's name is stored in the metadescription when published.

Max comment length changed from 200 to 10,000. Comment Textfields are wider. Edit Comment modal is a lot wider.

Choosing a Q-App automatically selects the Q-Apps category in Home.tsx

Byte length of files published in IssueList.tsx and IssueListComponentLevel.tsx only show if a file was published.

Icons for each category show in IssueList.tsx, IssueListComponentLevel.tsx, and IssueContent.tsx

Added fee library, fees are requested when publishing issues. When editing an issue, it can be changed from unpaid to paid.

added modal that shows fee history, used to confirm prices are appropriate.
2024-06-14 15:32:51 -06:00
QuickMythril
48ce1f8068 Q-Support 1.0 2024-05-20 19:34:10 -04:00
31d4ebbdae Small Bugfixes:
IssueContent.tsx:
1. Images maintain aspect ratios and have a max height
2. Description field works in light mode

Publish modal resets properly after publish is complete

Deleted Issues no longer show on the Home Page
2024-04-17 14:47:26 -06:00
661b554a98 Lightmode support 2024-04-16 17:35:28 -06:00
92f5c236b6 Fixed Bug that allowed publishing issue with non-unique title if the title consisted only of characters that are filtered out when sanitized.
More references to Q-Share removed. Issue page has its routing change from /share to /issue

Consent modal changed app name from Q-Share to Q-Support

User can no longer block themselves

Edit and Block buttons in IssueList.tsx no longer have tooltips. Instead, a description is in text visible when the button is loaded to make it easier to see both the button as a whole as well as what it does.
2024-04-16 16:01:03 -06:00
da9bc5ab59 First Commit
Q-Support is forked from Q-Share and has the following changes from it:

Changed Q-Share Categories and Identifiers to Q-Support Categories and Identifiers.

Theme updated with main colors being the same as Qortal logo.

Added Support Icon

StatsData component only displays if published posts

Full Publish form shown before choosing file

User doesn't input Issue State Category in Publish Form because it is always open by default

Publishing File is Optional in publish form

User can add multiple images in PublishFile.tsx
2024-04-15 16:15:07 -06:00