Commit Graph

18 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
1f311d5b1a Reverted to commit 638f8f4a93 2025-06-14 20:24:55 +00:00
gpt-engineer-app[bot]
2c91d01a47 Refactor: Create a shared header component
Move breadcrumb and title into a header component for consistent display across pages.
2025-06-14 20:16:27 +00:00
gpt-engineer-app[bot]
638f8f4a93 feat: Add breadcrumb to region map and remove back button
Adds breadcrumb navigation to the region map and removes the "Back to Galaxy" button for consistency.
2025-06-14 20:14:07 +00:00
8db6c9830e Fetch 1000 systems not only 30 2025-06-14 20:21:42 +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
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]
988e907c48 Refactor: Reuse RegionMap component
Use the existing RegionMap component in SystemView and remove the copy.
2025-06-14 15:36:53 +00:00
98e260977c Add number of signatures to display on region map 2025-06-14 17:26:49 +02:00
dcf50b3ade Hook up system signature tracker 2025-06-14 16:46:48 +02:00
b401b4784a Fix all the fucking connection coloring 2025-06-14 03:41:11 +02:00
a45de02105 Make sure all connections are drawn at most once 2025-06-14 03:33:23 +02:00
ae1081421b Make xy numbers instead of strings 2025-06-14 03:09:16 +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
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
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