3
0
mirror of https://github.com/Qortal/q-support.git synced 2025-02-11 17:55:50 +00:00
q-support/.gitignore
Qortal Seth 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

26 lines
277 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
src/assets/icons/*
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.zip