Commit Graph

29 Commits

Author SHA1 Message Date
James Lyne
2ab569c18f Refactor state.currentServer to contain the server config instead of just the ID. Abstract API away from actions. 2021-05-20 00:06:57 +01:00
James Lyne
ff7250f081 Fix hidden layers duplicating occasionally 2021-05-19 03:26:57 +01:00
James Lyne
6eec608eb1 Improve handling of component config updates 2021-05-18 22:01:07 +01:00
James Lyne
571534ca6e Reload config on hash change 2021-05-18 00:19:51 +01:00
James Lyne
f3913ef96b Improve server switch process 2021-05-17 20:28:33 +01:00
James Lyne
0facb446f5 Initial work for multiple servers 2021-05-17 03:39:25 +01:00
James Lyne
5eea0373ab Fix player list not showing when expandUI is true 2021-01-27 00:47:59 +00:00
James Lyne
f7b3c4d551 Lazily render PlayerList 2021-01-26 18:20:47 +00:00
James Lyne
8423a05b84 Get logged in state from config 2021-01-24 22:35:11 +00:00
James Lyne
095c0e1bf3 Respect sidebaropened dynmap config on larger screens 2021-01-24 15:46:34 +00:00
James Lyne
1615c3d902 Move message history limit handling to ChatBox 2021-01-06 16:17:20 +00:00
James Lyne
ae377b8a26 Rename chat component to ChatBox 2021-01-06 16:02:48 +00:00
James Lyne
7dfaf76501 Chat skeleton 2020-12-31 22:29:43 +00:00
James Lyne
53f5960e52 Move UI visibility handling to vuex 2020-12-31 13:02:49 +00:00
James Lyne
11fbc069be Handle marker set updates 2020-12-19 01:09:31 +00:00
James Lyne
da2c89730e Cleanup console logs 2020-12-18 16:12:14 +00:00
James Lyne
b92120e801 Handle hidden/offworld players
- Respect server config for greying out players in other worlds
- Always grey out players hidden due to other restrictions
- Allow following for hidden players, and show their hidden status on the follow popup
2020-12-18 16:04:06 +00:00
James Lyne
38476266b0 Fix panning to players across worlds 2020-12-18 14:53:06 +00:00
James Lyne
07d81e86ea Mutation documentation 2020-12-18 14:32:58 +00:00
James Lyne
618b705732 Remove useless returns from pop mutations 2020-12-18 14:32:37 +00:00
James Lyne
d1fff4e120 Start chat implementation 2020-12-17 14:52:05 +00:00
James Lyne
3acd40efd2 Pan to players on click 2020-12-17 00:13:28 +00:00
James Lyne
31b05613fb Add license 2020-12-16 16:54:41 +00:00
James Lyne
9e28e695ee Implement link copying and url handling 2020-12-13 02:50:17 +00:00
James Lyne
52bb6f5778 Implement update handling for map tiles 2020-12-11 18:51:23 +00:00
James Lyne
e77a777a66 Implement update handling for areas/lines/circles 2020-12-11 15:28:51 +00:00
James Lyne
5d0f26917d More progress 2020-12-01 23:20:48 +00:00
James Lyne
993b0fd971 Cleanup api, add player marker settings to vuex 2020-11-24 01:56:03 +00:00
James Lyne
91c78ecd68 Split store into smaller files 2020-11-23 16:16:26 +00:00