Commit graph

223 commits

Author SHA1 Message Date
3e311ab59c Remove path prefix that's not required 2025-12-07 00:32:30 -07:00
42697ea9d2 Re-render and focus the app only when it's rendered 2025-12-06 16:07:34 -07:00
812702097f Prevent requerying when the user is finished 2025-12-06 16:06:59 -07:00
70027409c3 Fix a bug where the promise wasn't being saved, so querying multiple times was behaving poorly 2025-12-05 22:26:21 -07:00
e782ff237f When the request is already pending, front/render the app if it exists 2025-12-05 22:25:47 -07:00
8f63529932 Prevent redundant variable recreation 2025-11-28 22:38:09 -07:00
493337bf82 Remove addResponse and userActivity from the public API 2025-11-28 21:59:47 -07:00
03b3b9fb0f Prevent the valueAttribute from being assigned to non-input types and clean up the branching 2025-11-28 19:54:14 -07:00
17a4f9343c Remove action file that I'm not doing any more 2025-11-28 13:17:06 -07:00
be168b6be0 Add a comment into the release body with the Forgejo manifest URL for the version 2025-11-28 13:16:37 -07:00
703dc83681 Merge pull request 'Make the DialogManager more ESM-y' (#15) from chore/esmify-DialogManager into main
Reviewed-on: #15
2025-11-22 03:56:58 +00:00
41034854eb Make the DialogManager more ESM-y 2025-11-21 19:56:07 -07:00
382ca50bb5 Merge pull request 'Data Request API helper' (#10) from feat/data-requests into main
Reviewed-on: #10
2025-11-22 02:51:15 +00:00
e99016e433 Add a title to the QueryStatus app 2025-11-21 19:50:36 -07:00
361a2004d8 Update loading spinner to use CSS variables depending on theme 2025-11-21 19:49:02 -07:00
44977c95cc Make it so requesting data from offline users shows disconnected initially 2025-11-21 19:48:43 -07:00
c6f14b3c21 Remove unused status value 2025-11-21 19:30:31 -07:00
022b6c5b31 Remove / tweak error messages 2025-11-21 19:30:01 -07:00
cb334f41de Add safety check to ensure the response we got was for one of our requests. 2025-11-21 19:28:33 -07:00
cab29d9cd6 Add localization for a bunch of stuff that I initially missed 2025-11-21 19:25:58 -07:00
6997c736dc Implement the localizer helper API 2025-11-21 19:23:58 -07:00
b428eb3bf6 Finish styling the QueryStatus application 2025-11-20 23:37:46 -07:00
c014e17da2 Implement the request cancellation 2025-11-20 22:43:14 -07:00
9ea417ddc1 Add region comments 2025-11-20 22:42:56 -07:00
804c4b3984 Disable the eslint brace-style rule because sometimes inconsistency is better than consistency 2025-11-20 22:42:42 -07:00
c113c326c6 Move the query event handlers into a subfolder and name them in a consistent way 2025-11-20 22:14:43 -07:00
6a2cc1170d Add actions for finishing early and cancelling the request entirely 2025-11-20 17:12:55 -07:00
d60448640f Add methods to handle the finishing and cancellation of requests to the API 2025-11-20 17:12:03 -07:00
860c8b619a Make requestID readonly on the application 2025-11-20 17:11:31 -07:00
df0c69c731 Update the way the QueryManager exports are structured to be more esm-y rather than Java-y 2025-11-19 21:18:42 -07:00
bb095a9b4e Get user re-querying working when they disconnect and improve the user status 2025-11-19 21:02:49 -07:00
1bf6cbbd45 Remove github workflow entirely 2025-11-19 19:36:42 -07:00
c6598ac5fa Add the unlisted releases to the README for manual installation 2025-11-19 19:19:38 -07:00
fd10ba402d Remove github step since we aren't releasing to Github at all 2025-11-18 23:54:23 -07:00
f500152ba7 Remove pnpm lock 2025-11-18 23:48:46 -07:00
bf579a3451 Give the CDN URL to the proper step of the action 2025-11-18 23:29:45 -07:00
5c1985c4ab Re-add the error printing 2025-11-18 23:28:02 -07:00
213996ab0a Correct error with CDN URL creation 2025-11-18 23:25:41 -07:00
53f35562ad Update error handling 2025-11-18 23:22:01 -07:00
d3f9c4c376 Actually commit the correct file this time 2025-11-18 23:18:39 -07:00
9e3bc775b4 Ensure the uploadScript gets the environment variables it requires and clean up asset adding error 2025-11-18 23:16:56 -07:00
7245e89c62 Update package.json for the AWS dependency I forgot to include 2025-11-18 23:06:28 -07:00
a4ae2aefca Remove the Github release shenanigans in favour of uploading to s3 2025-11-18 23:03:01 -07:00
6e5422e08b Try using the stream as the request payload 2025-11-18 17:06:11 -07:00
cd3b5998dd Apparently Github has a different URI for asset uploads 2025-11-18 01:12:09 -07:00
871c820f94 Make the response conform to Github's specification 2025-11-18 01:05:12 -07:00
2ddcda676e Begin work on testing the Github release portion of the action 2025-11-18 00:58:50 -07:00
45de56650a Add missing semicolon 2025-11-17 22:08:37 -07:00
d018aea4f1 Add some informational logs to the manifest preparation 2025-11-17 22:08:14 -07:00
d7db9cb2df Add success log 2025-11-17 22:06:25 -07:00