Commit Graph

98 Commits

Author SHA1 Message Date
c999a500f8 Add note to signatures v3.0.3 2025-06-25 14:19:32 +02:00
c668bb83f5 Create a release v3.0.2 2025-06-23 17:26:19 +02:00
e140fe0a00 Update v3.0.1 2025-06-23 17:24:12 +02:00
a3cf8bf388 Cram Everything into wails v3.0.0 2025-06-23 17:11:44 +02:00
890b77ec2d Implement manually editing signatures 2025-06-22 17:13:46 +02:00
6bc13eb55f Add delete button 2025-06-22 17:07:29 +02:00
2406169bbe Fix issue where names are not being submit 2025-06-17 14:29:27 +02:00
7af1ced1a7 Improve signature parsing and updating logic 2025-06-17 14:27:46 +02:00
927eae06c3 Rework signatures to be a map and not a list
Because they ARE unique by identifier WITHIN A SYSTEM
2025-06-16 21:24:26 +02:00
b13635eb69 Recognize homefront operations as combat sites 2025-06-16 19:47:27 +02:00
110cefd15a Implement pasting into wormholes by maintaining a legit system along with a wormhole system 2025-06-16 19:34:23 +02:00
4ac6155c24 Improve the signature updating logic
So that types are inserted even forsignatures which are less scanned
than existing
2025-06-16 19:27:02 +02:00
739f8fea3a Implement an export button for debugging 2025-06-16 18:10:32 +02:00
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