Commit Graph

143 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
a6998f8249 Refactor clean mode toggle
- Improve the UI of the clean mode toggle by removing the text that shifts the layout.
- Disable the clean mode toggle after a successful signature post.
- Remove unnecessary text from the UI.
2025-06-14 16:17:14 +00:00
gpt-engineer-app[bot]
f230bd19a1 Add clean button and functionality
Implement a "clean" button to delete signatures not in the pasted list.
2025-06-14 16:14:56 +00:00
gpt-engineer-app[bot]
8f266459ad Fix: Signature POST to PocketBase
Use PocketBase SDK for signature creation and handle empty signature input.
2025-06-14 16:13:31 +00:00
gpt-engineer-app[bot]
dcb6daa77d Refactor: Implement clipboard paste for signatures
Implement direct clipboard paste functionality for signature ingestion, removing the need for a text box and submit button.
2025-06-14 16:09:51 +00:00
743823eae4 Fix some fuckups 2025-06-14 18:08:15 +02:00
gpt-engineer-app[bot]
1b9e7e2726 Implement signature ingestion and cleanup
- Add functionality to paste and parse signatures from text input.
- Implement a "clean" toggle to delete signatures not present in the pasted input.
- Update routing to use /regions/<region>/<system> format.
2025-06-14 16:06:15 +00:00
99ffba4f28 Tweak colors a little 2025-06-14 17:59:43 +02:00
gpt-engineer-app[bot]
f55c1e17dc Implement realtime signature updates
Integrate PocketBase Realtime API to fetch live signature updates in SystemTracker.
2025-06-14 15:50:48 +00:00
a2ad47427b Get rid of a tumor 2025-06-14 17:47:57 +02:00
gpt-engineer-app[bot]
ad19dbca53 Pass system and region to system mapping
Pass system and region to the system mapping function to avoid redundant API calls.
2025-06-14 15:46:57 +00:00
gpt-engineer-app[bot]
f7a1394cb1 Refactor: Use Pocketbase for region lookup
Replace the local `findSystemRegion` function with a Pocketbase API call to fetch region data.
2025-06-14 15:44:29 +00:00
gpt-engineer-app[bot]
988e907c48 Refactor: Reuse RegionMap component
Use the existing RegionMap component in SystemView and remove the copy.
2025-06-14 15:36:53 +00:00
gpt-engineer-app[bot]
87fe01e281 feat: Add system map to system view
Integrate a small, focused map of the system's region into the system view page, enabling navigation between systems.
2025-06-14 15:32:25 +00:00
98e260977c Add number of signatures to display on region map 2025-06-14 17:26:49 +02:00
7ee12606c1 Cook up systems ingest script for pocketbase 2025-06-14 17:06:06 +02:00
8aff6f06e7 Remove references to localhost (we are now a website!) 2025-06-14 16:48:55 +02:00
dcf50b3ade Hook up system signature tracker 2025-06-14 16:46:48 +02:00
0629557ea9 Fix up the solar system layout(s) 2025-06-14 13:39:28 +02:00
fed7400da1 Fuck with the colors a bit 2025-06-14 03:50:41 +02:00
028f43e320 Also write security next to system nodes 2025-06-14 03:45:13 +02:00
b401b4784a Fix all the fucking connection coloring 2025-06-14 03:41:11 +02:00
5143ba79a2 Spread out the regions a bit 2025-06-14 03:40:58 +02:00
a45de02105 Make sure all connections are drawn at most once 2025-06-14 03:33:23 +02:00
39961fe6e3 Get rid of gradients
They were broke (
2025-06-14 03:26:32 +02:00
ae1081421b Make xy numbers instead of strings 2025-06-14 03:09:16 +02:00
f62365d6a6 Make blue less blue more cyan 2025-06-14 03:04:07 +02:00
5b42b0b7fd Fix gradient 2025-06-14 03:02:33 +02:00
07753db509 Update data 2025-06-14 03:02:25 +02:00
gpt-engineer-app[bot]
dd1fe9532d Fix map display and zoom issues
-   Reduced region label size.
-   Restored connections.
-   Inverted zoom direction.
2025-06-14 00:50:43 +00:00
gpt-engineer-app[bot]
ce53ca5977 Fix visual issues and add features
-   Remove white boxes around system nodes.
-   Reverse zoom direction.
-   Reduce region node size.
-   Implement URL encoding for region names.
-   Color connections based on node security.
2025-06-14 00:47:12 +00:00
abe8de0566 Do not fuck with the file names 2025-06-14 02:44:24 +02:00
gpt-engineer-app[bot]
7d6cdf5b76 Fix map issues and add features
- Handle spaces and dashes in region names.
- Implement zoom and pan functionality.
- Disable node dragging.
- Draw connections between systems, including those in other regions.
- Adjust system name label position.
2025-06-14 00:37:55 +00:00
7c8d1c33f8 Update solar system data 2025-06-14 02:33:59 +02:00
0cf67d9b0d Move ingestion scripts to ingest 2025-06-14 02:33:49 +02:00
5a8581a8d5 Update 2025-06-14 02:18:04 +02:00
54bd0601fe Add all data for individual regions/solar systems 2025-06-14 02:15:49 +02:00
f657ca6990 Update universe json with real data 2025-06-14 02:15:10 +02:00
gpt-engineer-app[bot]
74c223d11b Fix: Data format for regions and systems
Ensure data is loaded as a single array of objects for regions and systems.
2025-06-13 23:54:12 +00:00
gpt-engineer-app[bot]
4fa2c3b106 Add region security and coloring
Add security field to region data and implement color-coding.
2025-06-13 23:50:02 +00:00
gpt-engineer-app[bot]
81bfc9f45a Fix: Implement connections and region styling
-   Added "connectsTo" to JSON data for connections.
-   Updated region nodes to be rounded oblongs.
-   Updated the GalaxyMap and RegionMap to render connections.
2025-06-13 23:48:04 +00:00
gpt-engineer-app[bot]
0264ac2f00 Load data from JSON files
Load region and system data from JSON files, and use the security parameter to color the systems.
2025-06-13 23:43:25 +00:00
gpt-engineer-app[bot]
1fdf39d60a feat: Implement interactive map views
Create interactive map views using SVG for nodes and connections. Implement navigation to region and system pages on click.
2025-06-13 23:32:09 +00:00
gpt-engineer-app[bot]
2320c73cc2 Use tech stack vite_react_shadcn_ts 2025-06-13 23:30:41 +00:00