81 Commits

Author SHA1 Message Date
dudleycu
c856e793ec
Update README.md
added meme pic to readme
2021-08-05 22:22:10 +09:00
dudleycu
41a65cf154
updated readme
Sig told me not to waste time doing this so I had to
2021-08-05 22:19:12 +09:00
59bba64623 The notes
Co-authored-by: dudleycu <dudleyc.twitch@gmail.com>
2021-08-05 21:56:02 +09:00
4381fb0a3a Co-authored-by: dudleycu <dudleyc.twitch@gmail.com> 2021-08-05 21:55:49 +09:00
883d5f4da4 Photon Arts table and Enemy data tables added. And with notes. 2021-08-05 21:33:53 +09:00
88e0432afa Prevent ability to send multiple submits / adds at once by spamming Enter key. 2021-08-03 05:22:39 +00:00
2263242ba9 endpoint no longer sorts properly. Do the sort on the frontend. 2021-08-03 05:01:59 +00:00
65c51606bd Move dependency map resolution to after all promises are settled. 2021-08-02 19:28:11 +09:00
f6568e54a7 Don't display double name columns 2021-07-30 01:03:42 +00:00
32ed8d75ac Remove all warnings so app builds on production. 2021-07-29 05:52:18 +00:00
834688fa2e Remove invalid(?) css 2021-07-29 05:47:37 +00:00
9a4f7738b9 Include basic csv file parsing. 2021-07-29 05:43:40 +00:00
407f7cce41 Add Database Audit admin page 2021-07-29 04:16:56 +00:00
91454cb6b1 Complete a damage calculation section 2021-07-29 01:34:30 +09:00
c8ae66c390 Implemented part of a damage calculator. Minor style changes.
Co-authored-by: dudleycu <dudleycu@users.noreply.github.com>
2021-07-29 00:00:54 +09:00
3adea5c6a2 Implement adjustments to input system, added global 'Enter' key for submitting. 2021-07-28 06:26:42 +00:00
c736d3218e Included animated css styling. 2021-07-28 04:01:32 +00:00
50d6cbe67f Implement key selectors for id fields in admin panel 2021-07-28 03:55:29 +00:00
60f1bc6116 Update 'roles' and 'users' endpoint 2021-07-28 02:04:41 +00:00
a2abaad0c3 Remove unused report values. 2021-07-28 01:17:53 +00:00
cc138fd586 Modify all admin editing panels to standard input boxes. 2021-07-28 01:03:04 +00:00
766ac6a5b5 add in gitpod workspace URL (auto generated from test environment setup script) 2021-07-27 07:08:21 +00:00
16dc75ded8 Provide local backend testing compatibility (with gitpod) 2021-07-27 01:40:49 +00:00
07690dab7f Include dynamic choosing of BACKEND_URL based on environment variable setup. 2021-07-26 01:06:42 +00:00
43ac5da407 Include environment file in gitignore for local testing purposes. 2021-07-26 01:03:48 +00:00
ec7ed3aeb8 Implement basic modal styling 2021-07-26 00:19:32 +00:00
e097cab50d Remove reactjs-windows CSS file 2021-07-25 23:58:39 +00:00
edc589da1e Remove reactjs-windows package 2021-07-25 23:55:21 +00:00
a3702e88f7 Include a test modal 2021-07-25 23:54:41 +00:00
3f0e25588c Remove test link 2021-07-25 21:39:44 +09:00
367198a0d7 Fix catch-all path for react router 2021-07-25 21:36:42 +09:00
32c9025a16 Fix deploy location 2021-07-25 21:28:49 +09:00
9ce0e2737e Convert all URLs to correct public path 2021-07-25 21:19:00 +09:00
17b750da06 Test remote deploy admin link 2021-07-25 21:00:40 +09:00
7f028b2453 Fill out missing dependency array elements 2021-07-25 20:56:07 +09:00
66f97f4d84 Implement crude version of all CRUD endpoints 2021-07-25 20:48:18 +09:00
e0e5b81166 Probably nothing important 2021-07-23 23:25:23 +09:00
dudleycu
2bf77557ff Changes to App.js for TestPanel and TestHeader. Uploded more icons and fonts. 2021-07-23 13:58:58 +00:00
dudleycu
534dd8ba54 Added TestPanel (shoutouts to Futasuke) 2021-07-23 11:33:05 +00:00
dudleycu
51a2a0425f Uploaded UI design example thing (because sig told me to) 2021-07-23 10:58:26 +00:00
dudleycu
06eeb2ab56 Edited app.css for test purposes! 2021-07-23 10:43:15 +00:00
9cd0b164cc Display all backend values through frontend 2021-07-23 18:49:46 +09:00
ba914864d2 Editable Backend boxes 2021-07-23 18:20:19 +09:00
068c2f7945 Add react router and begin admin interface 2021-07-23 17:02:43 +09:00
8006c7c4bf Update public URLs to properly work during remote and local testing per https://create-react-app.dev/docs/using-the-public-folder 2021-07-23 04:02:20 +00:00
e9d38c36bd Create seed and schema files for backend 2021-07-12 21:10:19 +09:00
887e76ad7b Add backend HTTPS URL 2021-07-11 22:01:56 +09:00
02cfd9a5b7 Add axios / server backend connection 2021-07-11 20:17:18 +09:00
fbc21be857 Add non-functional share-save buttons 2021-07-11 19:20:25 +09:00
b291ae9e3b Fix invalid <table> DOM nesting 2021-07-11 19:03:00 +09:00