37 Commits

Author SHA1 Message Date
299b33e3e9 - fix error messages on password change
- clear password change fields when password change was successful
2024-07-13 18:13:49 +02:00
f78a9a4005 - remove Load Latest from save overviews (except under Controls)
- add actual latest save to Load Latest
- disable Controls and Load Mods from Save when no save is present
2024-07-11 22:21:14 +02:00
ff3cad0bb7 fix redirect after login failed #247 2021-01-30 17:50:09 +01:00
ec1fb466dc reconnect websocket, when connection fails 2021-01-19 04:46:51 +01:00
63186c61dc added change password for current user 2021-01-14 03:48:01 +01:00
54bc8bd354 reworked websocket connection 2020-12-06 17:08:53 +01:00
626dac2559 complete Mods Page except collapsable ModPacks 2020-11-13 22:49:18 +01:00
f92564b1a8 feature: create and list modpacks (name only) 2020-10-29 21:58:49 +01:00
82a8a8d6e5 refactoring save upload to match mod upload 2020-10-24 12:25:30 +02:00
a0952f7301 complete mod upload ui 2020-10-24 12:24:58 +02:00
32f52d1c33 completed mod installation ui and small adjustments 2020-10-16 13:06:05 +02:00
de79685197 wip 2020-10-11 21:28:59 +02:00
0540075cac add modal to choose mod version to install 2020-10-11 19:06:51 +02:00
9f0686a09e wip 2020-09-20 20:07:15 +02:00
908acd4cdc wip mods 2020-09-12 11:29:19 +02:00
2ba5a4ad7d Merge remote-tracking branch 'jannaahs/rework-ui' into rework-ui-cleanup-mod-portal
# Conflicts:
#	src/handlers.go
#	src/mods_handler.go
#	src/routes.go
#	ui/App/views/Controls.jsx
#	ui/App/views/Saves/Saves.jsx
2020-09-10 03:34:30 +02:00
b23d428c94 moved factorio credentials to its own file && tested all mods routes 2020-09-04 17:48:18 +02:00
94f47831f7 add axios interceptor and improve status code for Login 2020-09-03 21:39:55 +02:00
4ac6ae2b6c Made all routes use Statuscodes (instead of result.success) (#10)
* update routes to match new frontend

* cleaned user routes

* cleaned server settings routes

* cleaned game settings route handler

* cleaned factorio server handler (starting, stopping, killing, status, version)

* moved Stop and Kill to linux/windows specific files && run linux file on everything except windows

* removed unused functions on linux

* reworked saves routes

* cleared logs handler

* cleared mods and modpack handler

* removed wrong log line
2020-09-03 19:14:52 +02:00
e3a14920ff Merge remote-tracking branch 'jannaahs/rework-ui' into rework-ui 2020-08-25 04:54:19 +02:00
ec16db3983 cleared mods and modpack handler 2020-08-25 04:53:21 +02:00
be78db78f3 cleaned user routes 2020-08-24 00:41:53 +02:00
36265c05ee add "delete all mods" feature 2020-08-23 18:42:25 +02:00
9d8c5839f5 use websocket to sync server status 2020-08-22 19:28:22 +02:00
c88cd30db4 simple management of installed mods 2020-08-22 00:33:16 +02:00
b2dbe50230 Extracting input fields and finsih Game and Server Settings 2020-08-15 16:23:57 +02:00
738bdf4f99 wip 2020-08-02 20:22:53 +02:00
d6f7487bc8 small adjustments and bugfixes 2020-06-26 11:58:54 +02:00
774c40bfa5 wip 2020-06-20 23:31:05 +02:00
98ce8db942 add Logout 2020-06-13 17:03:14 +02:00
795e68ad9b add basic List of Saves 2020-06-13 04:24:00 +02:00
c59d72ed84 add Menu Items and Logs 2020-06-13 03:48:57 +02:00
7913dbb9d2 display Server Status in navigation 2020-06-13 01:47:01 +02:00
06a8db3003 wip 2020-06-10 22:38:27 +02:00
a0ab6ea39a wip 2020-06-10 21:44:02 +02:00
9aae0b84d3 wip 2020-06-10 15:15:00 +02:00
2b3886de6e wip 2020-06-09 23:41:08 +02:00