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
Many new categories added, All categories have an "Other" field that is sorted last
Media category removed, its subcategories are now main categories. WARNING: This is a breaking change that will disrupt categories for some currently published files
Categories associated with Copyright Infringement have been removed.
Categories are sorted by name, "Other" is always last
The FileList component now only stores the file list. The rest of it was moved to Home.tsx
Category <select> components moved into a CategoryList.tsx component
Icons now load before file title in FileContent.tsx
Icons are an optional field of each category and loaded dynamically from Category Data to improve performance