Commit Graph

24 Commits

Author SHA1 Message Date
8c0bb31bad Fix signature creating 2025-06-15 18:30:04 +02:00
6ba59430db Add pocketbase types 2025-06-15 18:22:52 +02:00
ec663fba55 Fix parsing and updating signatures 2025-06-15 17:55:06 +02:00
gpt-engineer-app[bot]
eb20817237 Fix: Consistent background across pages
Ensure all pages share the same background and make the map fullscreen.
2025-06-15 09:55:11 +00:00
233ffa0c76 Fix types and imports across the board 2025-06-15 11:53:26 +02:00
gpt-engineer-app[bot]
7e6d7df06e Fix: Background and import issues
- Ensure consistent background color across all pages.
- Address import errors by using named imports.
- Consider fullscreen map for better visual integration.
2025-06-15 09:46:37 +00:00
gpt-engineer-app[bot]
c6079c3543 Fix: Header size and refactor components
Ensure consistent header size across all pages and refactor `SystemView` and `RegionMap` components.
2025-06-14 20:27:11 +00:00
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]
9277f38377 feat: Add breadcrumb navigation to SystemView
Adds a breadcrumb navigation to the SystemView component, allowing users to navigate to the region and universe levels. The breadcrumb displays the path "Universe > $region > $system" with clickable links for each level.
2025-06-14 20:09:05 +00:00
gpt-engineer-app[bot]
af4435e638 feat: Implement "more scanned" signature update
Update signatures only if the scan percentage is higher than existing records in the database.
2025-06-14 17:58:29 +00:00
gpt-engineer-app[bot]
75efe45cd4 Fix: Remove unnecessary scrollbar on system page
Adjusted the layout to prevent the appearance of an unnecessary scrollbar on the system page by ensuring the body and root elements do not exceed the viewport height.

Fix: Resolve unnecessary scrollbar on system page

Adjusted layout to prevent the appearance of an unnecessary scrollbar and eliminate scrolling to empty space.

Fix:

Ensure the region map maintains its box dimensions on the system page, regardless of content height.
2025-06-14 19:06:20 +02:00
gpt-engineer-app[bot]
16012accc1 Fix: Untoggle clean mode after use
The clean mode toggle should be switched off after the clean procedure is complete, instead of being disabled.
2025-06-14 16:18:40 +00:00
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
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
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
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