10 Commits

Author SHA1 Message Date
2884996c79 Refactored Forum Modal to use custom hooks. 2024-10-04 14:06:02 -06:00
dd500a3ebb Publish Forum button changed to Manage Forums. It handles both publishing and editing forums. 2024-10-02 09:45:23 -06:00
0659433f03 Forums can now be published using the ForumModal.
Forums added to Home.tsx as forumData[], which is fetched when Home component initializes

Many functions moved from ForumModal to ForumModal-Data,

Most code in Home page deleted because it was from Q-Mail and not needed.

Minor changes to identifiers

App owner temporarily changed to Qortal Seth for easier testing.
2024-09-17 15:09:29 -06:00
11d5a46f0c New Forum Modal design implmented. Forum Submission in progress. 2024-09-06 16:49:57 -06:00
8c76029d0c Removed most code from Mail.tsx.
Mail.tsx renamed to Home.tsx and moved to its own directory. It shows a "New Forum" button if the user owns the app or Test Identifiers are being used.
2024-08-26 16:26:05 -06:00
c1d812a0e6 Removed most code from Mail.tsx.
Mail.tsx renamed to Home.tsx and moved to its own directory. It shows a "New Forum" button if the user owns the app or Test Identifiers are being used.
2024-08-26 16:20:21 -06:00
aaf9923103 Added test identifiers and created new base identifiers, so the old Q-Mail content will no longer appear.
App name and version updated in package.json
2024-08-26 10:10:49 -06:00
6ad071376b Identifiers.ts created, all identifiers used in app are located here.
Fixed warning involving messages in Thread.tsx not having a key prop.
2024-08-23 15:33:33 -06:00
8d54ec7d1c Updated dependencies in package.json. 2024-08-22 10:03:39 -06:00
73b1b49384 First Commit 2024-08-21 15:33:24 -06:00