James Lyne
3ca7a72703
Fix player image not updating on follow target change
2022-01-22 12:03:40 +00:00
James Lyne
91739d513a
Markers sidebar section
2022-01-17 15:15:00 +00:00
James Lyne
9265f8a02a
Scroll to top of list when searching players
2022-01-17 12:21:23 +00:00
James Lyne
14e67571b2
Use class for styling player search
2022-01-17 12:20:33 +00:00
James Lyne
846f894502
Follow UI improvements
...
- Stick to bottom of screen
- Prevent layout shift when player visibility changes
- Increase image size
2022-01-16 00:50:10 +00:00
James Lyne
4e8780b3a4
Sidebar cleanup and fixes
...
- Merge functions handling sidebar section events, focusing and toggling
- Use hidden attribute instead of v-show for sidebar sections
- Ignore hidden sidebar sections when navigating with the keyboard
- Allow focusing an already visible section via down arrow on its button
2022-01-14 13:16:04 +00:00
James Lyne
1d1fa0abc8
Slightly increase sidebar width and player icon padding
2022-01-14 00:36:19 +00:00
James Lyne
9bed746ccc
Move player search into PlayerList
2022-01-13 11:51:06 +00:00
James Lyne
763b4d907e
Make player search sticky
2022-01-13 01:52:22 +00:00
James Lyne
97c6916194
Prevent sidebar section heading wrapping
2022-01-13 01:52:09 +00:00
James Lyne
cc39b3c0c9
Make sidebar section headers sticky
2022-01-13 01:35:44 +00:00
James Lyne
4b834aa0b0
Split lists into their own components
2022-01-12 13:27:16 +00:00
James Lyne
6717cab096
FollowTarget improvements
...
- Show current world/location when follow target is visible
- Add ellipsis overflow
- Add copy location on click
2022-01-10 22:16:05 +00:00
James Lyne
6d49021220
Refactor sidebar sections
...
- Rename CollapsibleSection to SidebarSection with a collapsible prop
- Move section__content element to SidebarSection
- Move sidebar section styling to SidebarSection
2022-01-10 20:24:22 +00:00
James Lyne
450a5ee46c
Refactor sidebar sections
...
- Rename CollapsibleSection to SidebarSection with a collapsible prop
- Move section__content element to SidebarSection
- Move sidebar section styling to SidebarSection
2022-01-10 19:56:23 +00:00
James Lyne
fc4916565b
Fix LogoControl image size
2021-09-30 22:37:00 +01:00
James Lyne
8f794d044f
Support Pl3xmap custom world icons
2021-09-30 15:04:01 +01:00
James Lyne
dc479ca6e8
Support disabling player images in player list
...
- showplayerfacesinmenu in Dynmap
- Player image is removed entirely rather than mirroring Dynmap behaviour of showing a Steve head, to be consistent with player markers and chat.
- Images are also disabled in FollowTarget
2021-09-29 21:16:31 +01:00
James Lyne
5ce922505b
Fix getMinecraftHead calls
2021-09-29 14:39:56 +01:00
James Lyne
770c9242a8
Player marker improvements
...
- Use <meter> for health/armor
- Condense small/body image properties into single image size option
- Remove image-size dependant margins
- Add circle alongside label for indicating player position
2021-09-29 01:30:35 +01:00
James Lyne
0e57a50e0c
Cleanup redundant useStore calls
2021-09-08 15:21:27 +01:00
James Lyne
56470790de
Convert more components to composition api
2021-09-08 15:20:04 +01:00
James Lyne
ca9b3ce1f4
Quick fix for world with many maps defined
...
Need a better long term solution for this
2021-09-01 17:53:08 +01:00
James Lyne
1e4c8a080f
Revert "Drop :active styles"
...
This reverts commit 146aadb9
2021-08-31 19:56:42 +01:00
James Lyne
116c9efa0d
Use cross icon for unfollow button
2021-08-27 02:26:04 +01:00
James Lyne
146aadb963
Drop :active styles
2021-08-26 00:54:40 +01:00
James Lyne
b143fc1561
Player list heading fixes
2021-07-29 19:16:37 +01:00
James Lyne
02c705de36
Fix build errors
2021-07-29 03:39:28 +01:00
James Lyne
b3f186a197
Move grayHiddenPlayers to playerMarkers component
2021-07-28 23:52:03 +01:00
James Lyne
7bff12b729
Move maxPlayers to separate field in store, add mutation
2021-07-28 23:50:59 +01:00
James Lyne
4feb46c641
Move player count/max into playersHeading
2021-07-28 22:27:43 +01:00
James Lyne
5cf353cd8a
Update license headers
2021-07-26 01:05:08 +01:00
James Lyne
ad9af04e9e
Rename world/map title to displayName
2021-07-26 01:05:05 +01:00
James Lyne
0c1ca36be1
Fix build
2021-07-26 01:04:18 +01:00
James Lyne
1d27e05f7c
Rename DynmapPlayer to LiveAtlasPlayer, rename some fields, add uuid field
2021-07-26 01:04:18 +01:00
James Lyne
ef26d78c19
Refactor map handling
...
- Map definitions now have their own class
- A map's projection is now a private property of the instance. Coordinates are converted via map instance methods.
- Moved map icon handling to instance getter
- Removed currentProjection and related mutations from store
- Changed currentProjection watchers to currentMap
2021-07-26 01:04:13 +01:00
James Lyne
2f107b2126
Add world dimension property
2021-07-21 17:27:24 +01:00
James Lyne
028cb4e1af
Player list search
2021-07-21 16:19:18 +01:00
James Lyne
2598f1794e
Hidden player fixes
...
- Don't apply other-world class for hidden players
- Use opacity instead of grayscale for player name to preserve colours (Fixes #40 )
2021-07-20 16:32:10 +01:00
James Lyne
9bea4519c6
Rename some types
2021-07-19 16:40:30 +01:00
James Lyne
0081dcfa3a
Override player name colours when hovering etc
2021-06-23 22:59:48 +01:00
James Lyne
006a536a89
Sort player list by dynmap sort value, then alphabetically ( Fixes #37 )
2021-06-23 17:40:56 +01:00
James Lyne
ae9358bdbe
Fix build
2021-06-13 01:09:33 +01:00
James Lyne
bd8fe7ba5e
Update PlayerListItem.vue
2021-06-13 01:06:58 +01:00
James Lyne
a623179039
Respect dynmap append_to_world setting ( Fixes #28 )
2021-06-13 00:52:56 +01:00
James Lyne
c65da2ad03
Use surface icon for maps named "surface" in nether/end worlds
2021-06-13 00:40:03 +01:00
James Lyne
34bacc044f
Fix skeletons not collapsing
2021-05-29 00:09:00 +01:00
James Lyne
3cf9a01184
Fix WorldListItem check state again
2021-05-28 19:13:25 +01:00
James Lyne
74ccafefbc
Fix build
2021-05-28 15:06:28 +01:00
James Lyne
af843cb536
Label radiogroups
2021-05-28 14:41:24 +01:00