Commit Graph

47 Commits

Author SHA1 Message Date
Steve White e0f7af5e88 GUI improvements 2024-11-01 23:47:37 -05:00
Steve White 74502b1077 Added tagging to the UI and fixed the back end. 2024-10-31 11:57:33 -05:00
Steve White c400ccc400 Merge pull request 'error-handling' (#1) from error-handling into main
Reviewed-on: #1
2024-10-30 15:19:48 +00:00
Steve White efa24c3f84 Added errorboundary, memoized items for performance. 2024-10-30 10:17:52 -05:00
Steve White 2e598968ac refactored error-handling application-wide. Also improved itemdetails display somehow, accidentally. 2024-10-30 09:36:32 -05:00
Steve White 165e4965df refactored to use consistent api access via api.js 2024-10-30 08:57:41 -05:00
Steve White bd32bfaae5 Fixing build system 2024-10-29 19:41:34 -05:00
Steve White 31eb7c0439 attempting to reload /index with any user-generated reload 2024-10-29 13:20:42 -05:00
Steve White 158d52dab4 Changes app name to Boxes instead of React App 2024-10-24 15:51:36 -05:00
Steve White ca301c3108 Updated README.md with Docker instrauciotns 2024-10-23 13:03:34 -05:00
Steve White 5f3b592724 Added a bunch of Docker crap but I think Dockerfile.build is all that matters 2024-10-23 12:49:43 -05:00
Steve White 3f33d5fda4 Changed api endpoints to include /api/v1 2024-10-21 11:27:57 -05:00
Steve White 67a1b82442 Merge branch 'ChatGPT' of gitea.r8z.us:stwhite/boxes-fe into ChatGPT 2024-10-21 11:03:17 -05:00
Steve White 7b1184c81d made the boxes table smaller 2024-10-19 12:44:36 -05:00
Steve White a48f96f143 made changes at both ends.
Merge branch 'ChatGPT' of gitea.r8z.us:stwhite/boxes-fe into ChatGPT
2024-10-19 12:43:51 -05:00
Steve White aae9a189a8 moved .env and added code to print REACT_APP_API_URL 2024-10-18 12:30:31 -05:00
Steve White 45932d4af2 fixed delete boxes 2024-10-17 20:53:09 -05:00
Steve White a7e89a8f2b added dockerfile 2024-10-17 10:45:32 -05:00
Steve White 4998f3a2d5 Fixing MaterialUI stuff 2024-10-17 10:43:58 -05:00
Steve White 578d38f187 More UI fixes to Admin.js 2024-10-17 09:04:28 -05:00
Steve White 88a90e39b7 UI cleanup with tables and chairs and tooltips :D 2024-10-17 08:47:27 -05:00
Steve White cd394ca1ee Admin page added - create/delete users, backup and restore database 2024-10-17 08:11:58 -05:00
Steve White 487aa5154e User and database administration 2024-10-17 00:08:41 -05:00
Steve White ff6b9be749 added some verbose comments 2024-10-15 17:04:04 -05:00
Steve White ea690d14c6 added type-down search 2024-10-15 16:27:11 -05:00
Steve White 8424579dcb fixed item box selection 2024-10-14 23:55:43 -05:00
Steve White 02aca14e95 Trying to get the box update code to work. 2024-10-14 09:41:46 -05:00
Steve White cdda97eef8 working on assigning a box to an item 2024-10-14 08:19:38 -05:00
Steve White b9a2accd80 Changed background to medium gray 2024-10-13 12:00:36 -05:00
Steve White ee411cdc30 Set many console.log messages to work only if DEBUG_API environment variable is set. Fixed "all items" 2024-10-13 11:51:53 -05:00
Steve White ba57c40471 Added logout button 2024-10-12 11:27:42 -05:00
Steve White 75456baef5 send user to /login if they don't have a token 2024-10-12 11:08:19 -05:00
Steve White ab5ccac8e3 cleaning up errors 2024-10-11 20:23:46 -05:00
Steve White c5640b54fd Image zoom works, save image works in both places. 2024-10-11 17:10:06 -05:00
Steve White b3a966e834 Updated to have item details and image zoom 2024-10-11 12:40:27 -05:00
Steve White 0fbc5721b9 Successful image upload now 2024-10-10 21:17:21 -05:00
Steve White 3a54c5da58 added default.jpg and fixed image display code 2024-10-10 17:15:06 -05:00
Steve White 88ad1e7e1b updated avatar 2024-10-10 14:47:04 -05:00
Steve White 63649750d3 Working on adding images 2024-10-10 10:23:19 -05:00
Steve White 88f41c41f0 Update README.md 2024-10-09 05:01:50 +00:00
Steve White 047871d9d2 Update README.md 2024-10-09 05:01:13 +00:00
Steve White 6671a02d65 Added login failed alert 2024-10-08 17:26:13 -05:00
Steve White 4333cd5a71 Modded to display box name instead of "Box Number"; also item details. 2024-10-08 17:10:48 -05:00
Steve White 46fb973203 Fixed item creation and display 2024-10-08 16:06:18 -05:00
Steve White a618a3d602 after login, redirect to /boxes 2024-10-08 08:50:10 -05:00
Steve White a9e976ecd3 Updated after fixing box.id. 2024-10-08 08:02:52 -05:00
Steve White 8258b6a1cc Initialize project using Create React App 2024-10-07 12:42:07 -05:00