3
0
mirror of https://github.com/Qortal/q-support.git synced 2025-02-11 17:55:50 +00:00

18 Commits

Author SHA1 Message Date
3b7baf3c61
Merge pull request #2 from QortalSeth/main
Small bugfixes and QoL changes
2024-04-16 16:03:04 -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
7d700ccc74
Merge pull request #1 from QortalSeth/main
First Q-Support Commit
2024-04-15 17:14:56 -06:00
91ed56ebd4
Merge branch 'Qortal:main' into main 2024-04-15 17:13:28 -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
169d9eb026
Initial commit 2024-04-15 16:07:50 -06:00
a3bce74ad8
Merge pull request #2 from QortalSeth/main
Massive Category Overhaul
2024-03-14 09:03:59 -06:00
85da3cef4e Minor fixes to imports 2024-03-14 08:53:19 -06:00
9d483cf65d Massive Category overhaul.
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
2024-03-11 09:22:17 -06:00
fa0a1dc16a
Merge pull request #1 from QortalSeth/main
Publish Title TextField allows more characters are allowed than before
2024-01-31 08:51:27 -07:00
350d2ff052 Index.ts refactored into Identifiers.ts and Categories.ts for more clarity
Some references to Q-Tube in code replaced with Q-Share

Characters allowed in Publish Titles added to constants/Misc.ts, more characters are allowed than before

User Search Label now says "User's Exact Name" to communicate that users must be precise about what names they search for

Search and Name Search now can perform searches by hitting enter instead of clicking on Search Button

Phil's MultiplePublishAll.tsx component used

Added "Other" main Category

Categories are sorted by name, "Other" is always last
2024-01-15 14:53:32 -07:00
66b9fb8b6b Index.ts refactored into Identifiers.ts and Categories.ts for more clarity
Some references to Q-Tube in code replaced with Q-Share

Characters allowed in Publish Titles added to constants/Misc.ts, more characters are allowed than before

User Search Label now says "User's Exact Name" to communicate that users must be precise about what names they search for

Search and Name Search now can perform searches by hitting enter instead of clicking on Search Button
2024-01-03 10:01:20 -07:00
9ccd47b4d1 small change 2023-12-12 10:38:52 +02:00
2c0419d5c5 added icon and category to videocontent 2023-12-12 10:34:52 +02:00
a4dca30d11 fix when download gets stuck 2023-12-09 17:36:53 +02:00
5888fd7fff changes 2023-12-09 16:30:40 +02:00
2b43bef184 added icons for main categories 2023-12-09 16:21:03 +02:00
762fcf9a27 version 1 2023-12-09 15:59:45 +02:00