Dmitry Popov
683fde7be4
fix(Signatures): Fixed EOL indication for un-splashed and signatures list
2025-10-15 11:59:14 +02:00
Dmitry Popov
986b997a6a
fix(Signatures): Rework for lazy signatures deletion
...
- if lazy delete enabled, linked connection deleted after signature only
now
- added sort by signature name for info column
- show signature temporary name if set on link signature to system &
signatures widget
2025-10-14 00:46:04 +02:00
DanSylvest
c789b69b54
fix(Map): Update lifetime design and buttons
2025-09-13 19:17:00 +03:00
Dmitry Popov
0b0967830b
Revert "fix: default signature types not being shown"
2025-08-20 11:52:34 +04:00
guarzo
236f803427
fix: default signature types not being shown
2025-08-15 23:03:22 +00:00
Dmitry Popov
c7138a41ee
feat(Signatures): Sync signature temporary name with system on link signature to system
2025-08-12 13:20:03 +02:00
guarzo
48eb7552a9
fix: remove bug with lazy delete
2025-07-27 08:12:59 -04:00
guarzo
1310d75012
Merge main into develop
...
Resolved merge conflicts in multiple files:
- lib/wanderer_app/application.ex: merged kills service config logic
- lib/wanderer_app/map/map_audit.ex: kept security audit functionality
- lib/wanderer_app/map/operations/connections.ex: preserved time_status support
- lib/wanderer_app/map/operations/owner.ex: kept type guard for map_id
- lib/wanderer_app/map/operations/structures.ex: preserved structure type handling
- lib/wanderer_app/map/operations/systems.ex: unified system creation approach
- lib/wanderer_app_web/controllers/map_connection_api_controller.ex: kept time_status in allowed fields
- lib/wanderer_app_web/controllers/map_system_api_controller.ex: unified delete approach
- lib/wanderer_app_web/controllers/plugs/check_map_api_key.ex: kept owner character fetching
- test/unit/kills_storage_test.exs: unified test approach for killmail handling
- test/unit/character_api_controller_test.exs: removed as intended
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-17 23:19:18 +00:00
Dmitry Popov
63f13711cc
Merge pull request #406 from DmitryPopov/feat/jest-test-setup-getState
...
Build Test / 🚀 Deploy to test env (fly.io) (push) Has been cancelled
Build Test / 🛠 Build (1.17, 18.x, 27) (push) Has been cancelled
chore: Add Jest testing for getState util
2025-07-11 14:41:20 +04:00
DanSylvest
fe7a98098f
fix(Map): Unified settings. Second part: Import/Export
2025-07-07 16:57:06 +03:00
DanSylvest
df49939990
fix(Map): Unified settings. First part: add one place for storing settings
2025-07-06 18:59:40 +03:00
Guarzo
30b90cd4be
fix: remove bugs with signature deletion
2025-06-05 10:15:52 -04:00
Guarzo
fcdab79802
fix: remove callbacks from effect dependencies
2025-06-04 13:04:00 -04:00
Guarzo
6ffc25448d
feat: show deleted signatures during undo timer
2025-06-03 21:57:04 -04:00
google-labs-jules[bot]
064a36fcbb
feat: Add Jest testing for getState util
2025-05-24 20:57:40 +00:00
Dmitry Popov
94c89e0325
fix(Signature): Force signature update even if there are no any changes
2025-05-24 19:18:50 +02:00
Dmitry Popov
af2bfd4d59
fix(Signature): Fixed signature updates
2025-05-23 17:24:30 +02:00
Dmitry Popov
3ba8f51a2f
fix(Signature): Fixed signatures updates
2025-05-21 11:52:15 +02:00
Guarzo
1364779f81
feat: support german and french signatures
2025-05-14 10:38:18 -04:00
Guarzo
da2605ee03
feat: improve signature undo process
2025-05-09 18:59:33 -04:00
Dmitry Popov
75edb91825
fix(Signatures): avoid signatures delete on wrong buffer
2025-04-12 11:23:46 +02:00
Aleksei Chichenkov
d8222d83f0
Refactoring and fixing problems ( #317 )
...
* fix(Map): fix design of kills widget, fix design of signatures widget - refactor a lot of code, fixed problem with tooltip blinking
* fix(Map): refactor Tracking dialog, refactor Activity tracker, refactor codebase and some styles
* fix(Core): don't count character passage on manual add connection
* refactor(Core): improved characters tracking API
* fix(Core): fixed link signature to system on 'leads to' set
* fix(Map): Refactor map settings and prepared it to easier using
* fix(Map): Add support new command for following update
* fix(Map): Add support new command for main update
* refactor(Core): Reduce map init data by using cached system static data
* refactor(Core): Reduce map init data by extract signatures loading to a separate event
* fix(Core): adjusted IP rate limits
* fix(Map): Update design of tracking characters. Added icons for following and main. Added ability to see that character on the station or structure
---------
Co-authored-by: achichenkov <aleksei.chichenkov@telleqt.ai >
Co-authored-by: Dmitry Popov <dmitriypopovsamara@gmail.com >
2025-04-11 23:17:53 +04:00
Dmitry Popov
3b9aee1eb9
fix: show signature tooltip on top
2025-03-18 17:33:18 +01:00
Dmitry Popov
cadfb59b8d
fix(Core): fixed lazy delete reset state
2025-03-16 20:49:58 +01:00
Dmitry Popov
8db46113f4
fix(Core): fixed lazy delete timeouts
2025-03-16 13:32:39 +01:00
Dmitry Popov
e9b4e39061
fix(Core): fixed lazy delete settings
2025-03-15 23:44:57 +01:00
Dmitry Popov
b4a1cbbf55
chore: fix yarn deps
2025-03-14 13:05:31 +01:00
Aleksei Chichenkov
b2ae5a33ae
System comments & refactoring ( #253 )
...
* feat(Map): Add widget for comments. Refactor design of Signatures widget. Refactor a lot of code. Add Transition component in ui-kit. Sync versions of react.
---------
Co-authored-by: Dmitry Popov <dmitriypopovsamara@gmail.com >
Co-authored-by: achichenkov <aleksei.chichenkov@telleqt.ai >
2025-03-14 15:34:12 +04:00
guarzo
6c22e6554d
feat: add selectable sig deletion timing, and color options ( #208 )
Build / 🚀 Deploy to test env (fly.io) (push) Waiting to run
Build / Manual Approval (push) Blocked by required conditions
Build / 🛠 Build (1.17, 18.x, 27) (push) Blocked by required conditions
Build / 🛠 Build Docker Images (linux/amd64) (push) Blocked by required conditions
Build / 🛠 Build Docker Images (linux/arm64) (push) Blocked by required conditions
Build / merge (push) Blocked by required conditions
Build / 🏷 Create Release (push) Blocked by required conditions
2025-03-04 23:51:10 +04:00
Dmitry Popov
82f6a7f701
fix(Map): Fixed delete system on signature deletion
2025-02-22 09:10:12 +01:00
Dmitry Popov
2d92dfbafa
fix(Map): Fixed delete system on signature deletion
2025-02-22 08:39:50 +01:00
Dmitry Popov
54c7b44d69
fix: signature paste for russian lang
2025-02-21 12:25:35 +01:00
guarzo
a90bf9762a
fix: remove signature expiration ( #196 )
2025-02-21 11:15:06 +04:00
guarzo
85cb9ccfa8
fix: prevent constant full signature widget rerender ( #195 )
2025-02-21 10:54:20 +04:00
guarzo
3dd7633194
fix: restore delete key functionality for nodes ( #191 )
2025-02-20 11:19:20 +04:00
guarzo
7cdfb87853
fix issue with deselection and linked sig splash filters ( #187 )
2025-02-19 12:23:22 +04:00
guarzo
3d54783a3e
fix: pending deletion working again ( #185 )
Build / 🚀 Deploy to test env (fly.io) (push) Waiting to run
Build / Manual Approval (push) Blocked by required conditions
Build / 🛠 Build (1.17, 18.x, 27) (push) Blocked by required conditions
Build / 🛠 Build Docker Images (linux/amd64) (push) Blocked by required conditions
Build / 🛠 Build Docker Images (linux/arm64) (push) Blocked by required conditions
Build / merge (push) Blocked by required conditions
Build / 🏷 Create Release (push) Blocked by required conditions
2025-02-19 02:24:15 +04:00
Dmitry Popov
6d67f87d4b
Sigs character name ( #182 )
...
* feat(Signatures): Added character names
2025-02-18 21:12:46 +04:00
guarzo
24bb902bb9
feat: add undo deletion for signatures ( #155 )
...
* feat: add undo for signature deletion and addition
2025-02-18 02:29:40 +04:00
Dmitry Popov
e8e4aed6d5
Signature EOL status support ( #136 )
...
* feat(Map): Added an ability to mark signature as EOL
* chore: release version v1.39.1
* fix(Map): Add correct styles for switch
* fix(Map): Refactor signatures code. Add ability to set EOL for signature marked as EOL
* feat(Map): Added EOL status for unsplashed signatures. Show precise time for connection passages on hover.
---------
Co-authored-by: achichenkov <aleksei.chichenkov@telleqt.ai >
2025-01-26 20:12:07 +04:00
achichenkov
e670f3bf03
fix(Map): Removed unnecessary comment
2025-01-08 19:39:33 +03:00
achichenkov
c26a9404c5
fix(Map): Add support RU signatures and fix filtering
2025-01-08 12:46:56 +03:00
achichenkov
86adcfe4d7
fix(Map): Little rework Signatures header: change System Signatures to Signatures, and show selected system name instead.
2024-12-17 14:32:35 +03:00
achichenkov
8505fcb6b7
feat(Map): Fixed incorrect wrapping labels of checkboxes in System Signatures, Local and Routes. Also changed dotlan links for k-spacem now it leads to region map before, for wh all stay as it was. Added ability to chane to softer background and remove dots on background of map. Also some small design issues.
2024-12-16 12:42:03 +03:00
Dmitry Popov
bdcde168aa
feat(Signatures): Show 'Unsplashed' signatures on the map (optionally)
2024-12-05 09:52:07 +01:00
Dmitry Popov
73ef6dae73
fix(Signatures): Fix error on splash wh
2024-12-03 21:04:26 +01:00
Dmitry Popov
6d7727a32d
feat(Signatures): Keep 'Lazy delete' enabled setting
2024-12-03 17:54:13 +01:00
Dmitry Popov
209e2bf0a5
fix(Signatures): Fix lazy delete on system switch
2024-12-01 08:25:10 +01:00
Dmitry Popov
c73481fd58
fix(Signatures): Fix colors & add 'Backspace' hotkey to delete signatures
2024-11-29 00:19:26 +01:00
Dmitry Popov
100f0be86a
fix(Signatures): Fix paste signatures
2024-11-28 00:41:01 +01:00