2fa6dcc7ed
feat(webui): handle auth via websocket ( #2226 )
...
Build / build (push) Successful in 48s
Build Docker image / docker-amd64 (push) Successful in 1m19s
Build Docker image / docker-arm64 (push) Successful in 1m1s
Now when logging in and out of the game, the webui is notified so it can refresh the nonce, removing the need for constant login requests to revalidate it.
Closes #2223
Reviewed-on: #2226
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-21 07:26:43 -07:00
f84cc54c97
chore: use build & start process for development as well ( #2222 )
...
Build / build (push) Successful in 48s
Build Docker image / docker-amd64 (push) Successful in 54s
Build Docker image / docker-arm64 (push) Successful in 58s
Reviewed-on: #2222
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-20 18:30:52 -07:00
4cb0f8b167
feat(webui): initial websocket integration to be more responsive ( #2221 )
...
Build / build (push) Successful in 1m22s
Build Docker image / docker-arm64 (push) Successful in 1m1s
Build Docker image / docker-amd64 (push) Successful in 54s
For now just handles changes to config.json but in the future might keep the inventory tabs up-to-date with in-game actions.
Reviewed-on: #2221
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-20 14:00:55 -07:00
eadc9c4ecb
feat(webui): max rank plexus ( #2219 )
...
Build / build (push) Has been cancelled
Build Docker image / docker-arm64 (push) Has been cancelled
Build Docker image / docker-amd64 (push) Has been cancelled
Closes #1740
Reviewed-on: #2219
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-20 14:00:39 -07:00
d78ca91d6c
fix(webui): properly handle renaming of pets ( #2204 )
...
Build / build (push) Successful in 56s
Build Docker image / docker (push) Successful in 4m26s
Reviewed-on: #2204
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-19 04:23:33 -07:00
dabca46e88
feat(webui): automatically commit toggle changes ( #2198 )
...
Build Docker image / docker (push) Successful in 44s
Build / build (push) Successful in 1m46s
Closes #2197
Reviewed-on: #2198
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-18 11:05:07 -07:00
4e832d3b2c
chore(webui): add login/register error messages to translation system ( #2179 )
...
Build / build (push) Successful in 47s
Build Docker image / docker (push) Successful in 13s
Closes #2178
Reviewed-on: #2179
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-16 15:05:26 -07:00
8b27fcf459
chore(webui): add archon crystal upgrades to translation system ( #2154 )
...
Build / build (push) Successful in 43s
Build Docker image / docker (push) Successful in 33s
Reviewed-on: #2154
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-13 19:57:19 -07:00
62d4b9f6cb
feat(webui): boosters ( #2140 )
...
Build Docker image / docker (push) Waiting to run
Build / build (push) Has been cancelled
Co-authored-by: ny <64143453+nyaoouo@users.noreply.github.com>
Co-authored-by: nyaoouo <64143453+nyaoouo@users.noreply.github.com>
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Reviewed-on: #2140
Co-authored-by: nyaoouo <nyaoouo@noreply.localhost>
Co-committed-by: nyaoouo <nyaoouo@noreply.localhost>
2025-06-12 04:54:17 -07:00
65387ccdea
feat(webui): disambiguate gear and resource with the same name for add items ( #2127 )
...
Build / build (push) Successful in 45s
Build Docker image / docker (push) Successful in 1m11s
Closes #2097
Reviewed-on: #2127
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-07 02:17:27 -07:00
d43e39d7b5
fix(webui): error when an unknown suit is max rank ( #2109 )
...
Build / build (push) Successful in 48s
Build Docker image / docker (push) Successful in 1m7s
Reviewed-on: #2109
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-02 01:44:10 -07:00
42c63ecbe8
chore(webui): use name for zanuka from datalist instead of webui loc ( #2012 )
...
Build Docker image / docker (push) Successful in 44s
Build / build (push) Successful in 1m41s
Reviewed-on: #2012
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-05-07 20:15:19 -07:00
de1e2a25f2
fix(webui): ensure that all requests using authz revalidate it ( #1911 )
...
Build Docker image / docker (push) Waiting to run
Build / build (push) Has been cancelled
Closes #1907
Reviewed-on: #1911
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-29 12:27:38 -07:00
ac37702468
feat(webui): add missing max rank mods ( #1863 )
...
Build / build (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Closes #916
Reviewed-on: #1863
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-26 11:56:16 -07:00
f3e56480e5
fix(webui): error for inventory without EvolutionProgress ( #1861 )
...
Build / build (push) Successful in 1m25s
Build Docker image / docker (push) Successful in 1m4s
Reviewed-on: #1861
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-25 21:26:58 -07:00
6f46ace40c
fix(webui): revalidate authz for rename & delete account actions ( #1860 )
...
Build / build (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Reviewed-on: #1860
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-25 21:26:52 -07:00
3f6734ac1c
feat(webui): EvolutionProgress support ( #1818 )
...
Build Docker image / docker (push) Successful in 47s
Build / build (push) Successful in 1m32s
Closes #1815
Reviewed-on: #1818
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-04-25 12:00:38 -07:00
948104a9a6
fix: "logged in elsewhere" when logging in on account created via webui ( #1800 )
...
Build Docker image / docker (push) Has been cancelled
Build / build (push) Has been cancelled
Reviewed-on: #1800
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-23 11:37:31 -07:00
3aa853f953
feat(webui): register ( #1779 )
...
Build / build (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Closes #740
Reviewed-on: #1779
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-22 10:00:26 -07:00
409f41d3bf
feat(webui): remove unranked mods ( #1778 )
...
Build / build (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Reviewed-on: #1778
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-22 10:00:10 -07:00
c4b8a71c5a
chore(webui): provide "max rank" option when only exalted needs it ( #1776 )
...
Build / build (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Reviewed-on: #1776
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-22 10:00:04 -07:00
a49edefbd1
fix(webui): don't halve required R30 XP for MoaPets & KubrowPets ( #1771 )
...
Build Docker image / docker (push) Successful in 1m1s
Build / build (push) Successful in 12m6s
Reviewed-on: #1771
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-21 15:21:40 -07:00
98975edca1
feat(webui): KubrowPets support ( #1752 )
...
Build Docker image / docker (push) Has been cancelled
Build / build (push) Has been cancelled
also using `/api/modularWeaponCrafting.php` instead of `/custom/addModularEquipment` for modular equipment
Reviewed-on: #1752
Reviewed-by: Sainan <sainan@calamity.inc>
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-04-21 10:42:48 -07:00
26f37f58e5
chore(webui): make add mods behave more like adding items ( #1732 )
...
Build / build (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Reviewed-on: #1732
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-19 09:05:55 -07:00
e59bdcdfbc
chore(webui): assume deleting items will always succeed ( #1731 )
...
Build Docker image / docker (push) Has been cancelled
Build / build (push) Has been cancelled
instead of waiting for a response + then refreshing inventory, we can just delete the element right away and hope it works out
Reviewed-on: #1731
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-19 09:05:43 -07:00
6394adb0f0
fix(webui): handle config get request failing due to expired authz ( #1716 )
...
Build / build (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Reviewed-on: #1716
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-18 11:17:55 -07:00
20326fdaa0
chore(webui): strip <SHARD_BLUE_SIMPLE> etc from item name
Build Docker image / docker (push) Successful in 56s
Build / build (push) Successful in 1m0s
2025-04-13 05:08:14 +02:00
f0ee1e8aad
feat(webui): Spanish translation
Build Docker image / docker (push) Successful in 45s
Build / build (push) Has been cancelled
2025-04-12 23:37:08 +02:00
c0947b8822
chore(webui): use select for "supported syndicate" ( #1539 )
...
Build Docker image / docker (push) Successful in 50s
Build / build (push) Successful in 1m26s
Reviewed-on: #1539
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-10 07:17:40 -07:00
540961ff9e
chore(webui): use gildWeaponController ( #1518 )
...
Build / build (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
also use `TEquipmentKey` instead `WeaponTypeInternal | "Hoverboards"`
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-04-10 07:14:53 -07:00
ef4973e694
chrore(webui): don't add duplicates to datalists ( #1510 )
...
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Browsers will show all options, even if this makes no sense, causing some confusion for users.
Reviewed-on: #1510
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-08 03:06:19 -07:00
dcdeb0cd34
feat(webui): add pigment ( #1507 )
...
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Reviewed-on: #1507
Reviewed-by: Sainan <sainan@calamity.inc>
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-04-08 03:05:53 -07:00
710470ca2d
feat(webui): quests support ( #1411 )
...
Build Docker image / docker (push) Waiting to run
Build / build (22) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Reviewed-on: #1411
Reviewed-by: Sainan <sainan@calamity.inc>
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-04-03 10:40:22 -07:00
158310bda2
fix(webui): blacklist modular weapons from add missing ( #1425 )
...
Build / build (20) (push) Successful in 1m10s
Build / build (18) (push) Successful in 1m7s
Build Docker image / docker (push) Successful in 33s
Build / build (22) (push) Successful in 39s
Reviewed-on: #1425
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-04-02 04:43:03 -07:00
7d5ea680e4
chore(webui): remove "<ARCHWING> " from item name ( #1414 )
...
Build Docker image / docker (push) Successful in 34s
Build / build (20) (push) Successful in 1m17s
Build / build (22) (push) Successful in 37s
Build / build (18) (push) Successful in 1m14s
Reviewed-on: #1414
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-03-31 13:59:18 -07:00
d033c2bc12
feat(webui): MoaPets support ( #1402 )
...
Build / build (20) (push) Successful in 42s
Build / build (18) (push) Successful in 1m19s
Build Docker image / docker (push) Successful in 32s
Build / build (22) (push) Successful in 1m17s
Translations were taken from the game
Reviewed-on: #1402
Reviewed-by: Sainan <sainan@calamity.inc>
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-03-31 09:18:41 -07:00
779bc34082
feat(webui): adding kitgun ( #1382 )
...
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Reviewed-on: #1382
Reviewed-by: Sainan <sainan@calamity.inc>
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-03-30 08:12:46 -07:00
f34e1615e2
fix(webui): show 0 rerolls instead NaN in Rivens ( #1385 )
...
Build / build (20) (push) Successful in 42s
Build / build (18) (push) Successful in 1m15s
Build / build (22) (push) Successful in 1m14s
Build Docker image / docker (push) Successful in 34s
Co-authored-by: Sainan <sainan@calamity.inc>
Reviewed-on: #1385
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-03-30 06:54:58 -07:00
d3819c25c5
feat(webui): gild action for modular equipment ( #1375 )
...
Build / build (22) (push) Successful in 41s
Build / build (18) (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Reviewed-on: #1375
Reviewed-by: Sainan <sainan@calamity.inc>
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-03-30 05:10:32 -07:00
4cb883dabf
feat(webui): adding modular K-Drives, Amps and Zaw ( #1374 )
...
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Reviewed-on: #1374
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-03-30 05:10:24 -07:00
212b7b1ce9
chore(webui): kDrive typo ( #1357 )
...
Build Docker image / docker (push) Waiting to run
Build / build (22) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Reviewed-on: #1357
Reviewed-by: Sainan <sainan@calamity.inc>
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-03-28 06:49:19 -07:00
0fc1326255
fix(webui): refresh inventory after changing server cheats ( #1331 )
...
Build / build (20) (push) Successful in 44s
Build / build (18) (push) Successful in 1m14s
Build Docker image / docker (push) Successful in 41s
Build / build (22) (push) Successful in 1m24s
Reviewed-on: #1331
2025-03-25 15:12:31 -07:00
beb02bffb0
chore(webui): say "successfully removed" when using a negative quantity ( #1271 )
...
Build / build (18) (push) Successful in 1m9s
Build / build (20) (push) Successful in 41s
Build Docker image / docker (push) Successful in 32s
Build / build (22) (push) Successful in 1m12s
Reviewed-on: #1271
2025-03-22 03:37:06 -07:00
aa95074ee0
chore(webui): give feedback via toasts instead of alerts ( #1269 )
...
Build / build (20) (push) Successful in 1m8s
Build / build (18) (push) Successful in 1m13s
Build / build (22) (push) Successful in 1m8s
Build Docker image / docker (push) Successful in 38s
Reviewed-on: #1269
2025-03-22 01:10:41 -07:00
5038095c13
fix(webui): hide unapplicable server settings elements ( #1266 )
...
Build Docker image / docker (push) Successful in 31s
Build / build (22) (push) Successful in 1m19s
Build / build (18) (push) Successful in 44s
Build / build (20) (push) Successful in 1m9s
Reviewed-on: #1266
2025-03-21 05:20:01 -07:00
2334e76453
feat(webui): max rank all intrinsics ( #1230 )
...
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Reviewed-on: #1230
2025-03-20 05:36:29 -07:00
8728cf3abf
fix(webui): add riven placeholder text
Build / build (22) (push) Successful in 42s
Build / build (18) (push) Successful in 1m12s
Build / build (20) (push) Successful in 1m6s
Build Docker image / docker (push) Successful in 35s
2025-03-18 10:00:12 +01:00
7b866a2f71
fix(webui): unable to add relics ( #1222 )
...
Build / build (22) (push) Successful in 41s
Build / build (18) (push) Successful in 1m9s
Build / build (20) (push) Successful in 59s
Build Docker image / docker (push) Successful in 32s
Reviewed-on: #1222
2025-03-17 10:06:25 -07:00
3eb5c366df
fix(webui): ignore empty archon shard slots
Build / build (22) (push) Successful in 42s
Build / build (18) (push) Successful in 1m9s
Build / build (20) (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
2025-03-17 18:05:27 +01:00
8daf0c9eda
fix(webui): add mods regression
Build / build (20) (push) Successful in 41s
Build / build (22) (push) Successful in 1m1s
Build / build (18) (push) Successful in 1m4s
Build Docker image / docker (push) Successful in 33s
2025-03-12 12:41:45 +01:00