Commit Graph

135 Commits

Author SHA1 Message Date
18481c8dc9 Display delta for dates up to 96h (4d) ago 2025-06-16 17:52:02 +02:00
59b0dbbea4 Make sure to always update signatures regardless of % (update time) 2025-06-16 17:47:03 +02:00
8015979222 Add total count 2025-06-16 17:06:42 +02:00
78765d76de Move clean left of refresh to free up some space 2025-06-16 17:01:55 +02:00
4108ad80d4 Refactor a bit more shit and make gas sites GLOW 2025-06-16 16:49:32 +02:00
0fa035601f Fix the icon meta disaster 2025-06-16 16:36:04 +02:00
28c5ef540a Update and refactor icons and colors 2025-06-16 15:21:39 +02:00
gpt-engineer-app[bot]
6934833771 Refactor signature list item styling
Implement shiny background for signatures and revert gas icon.
2025-06-16 13:11:38 +00:00
gpt-engineer-app[bot]
367581cd54 Fix: Consistent icons and gas site styling
Ensured consistent icons for gas sites and implemented special styling (glow, gold background) to make them visually distinct.
2025-06-16 13:09:14 +00:00
gpt-engineer-app[bot]
df652807ac Fix: Improve readability of signature items
Increase font sizes and spacing in signature categories and list items to improve readability.
2025-06-16 13:01:02 +00:00
gpt-engineer-app[bot]
e7a502cfb2 Refactor: Improve system view compactness
Reduce vertical spacing in signature categories and sites.
2025-06-16 12:58:13 +00:00
gpt-engineer-app[bot]
ea7e0003c3 feat: Categorize and toggle signatures
Refactor SystemView to display signatures in categorized, collapsible sections. Implement user preference persistence for category visibility using local storage.
2025-06-16 12:51:32 +00:00
f787b84058 Dummy 2025-06-15 18:44:03 +02:00
767296ab4d Make the region map a square 2025-06-15 18:35:09 +02:00
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
16bfd1d9a6 Squash merge feature/wormholes into master 2025-06-15 17:48:03 +02:00
1c6128cd85 Remove some logs 2025-06-15 12:05:12 +02:00
6264e042d9 Add "region" prefix to region map 2025-06-15 12:02:05 +02:00
44e97d4aea Remove the fucking background 2025-06-15 11:57:54 +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
5784149dd2 Fix reference 2025-06-14 22:20:13 +02: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
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
8db6c9830e Fetch 1000 systems not only 30 2025-06-14 20:21:42 +02:00
gpt-engineer-app[bot]
b64573decd Revert real-time API and use polling
Reverted the real-time API implementation in favor of periodic polling for signature updates due to instability.
2025-06-14 18:21:12 +00:00
gpt-engineer-app[bot]
e037385078 Fix: Realtime API connection issues
Investigate and resolve issues with the real-time API, including connection timeouts and CORS errors.
2025-06-14 18:10:19 +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
02fda206a1 Only render signatures if there are > 0 2025-06-14 19:45:00 +02: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
082792f4dc Update favicon 2025-06-14 18:57:43 +02:00
b3d68cf2c4 Clean up references to lovable
Who cares
2025-06-14 18:44:06 +02:00
dd5e9609d5 Fix up version 2025-06-14 18:41:55 +02:00
e7b8fe337a Add deployment scripts 2025-06-14 18:37:24 +02:00
031b139657 Get rid of duplicate system text 2025-06-14 18:25:33 +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
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