Clients: now featuring tooltips and some general cleanup (#564)
* Clients: now featuring tooltips and some general cleanup * Clients: fade in tooltip over 0.25 seconds * Clients: reset slot and team when disconnecting * Clients: allow joining multiworld via link (TextClient only for now)
This commit is contained in:
		| @@ -20,7 +20,13 @@ | ||||
|         later, | ||||
|         you can simply refresh this page and the server will be started again.<br> | ||||
|         {% if room.last_port %} | ||||
|             You can connect to this room by using '/connect {{ config['PATCH_TARGET'] }}:{{ room.last_port }}' | ||||
|             You can connect to this room by using <span class="interactive" | ||||
|             data-tooltip="This means address/ip is {{ config['PATCH_TARGET'] }} and port is {{ room.last_port }}. | ||||
|             Clicking here opens the Text Client, if installed properly."> | ||||
|             <a href="archipelago://{{ config['PATCH_TARGET'] }}:{{ room.last_port }}"> | ||||
|                 '/connect {{ config['PATCH_TARGET'] }}:{{ room.last_port }}' | ||||
|             </a> | ||||
|             </span> | ||||
|             in the <a href="{{ url_for("tutorial_landing")}}">client</a>.<br>{% endif %} | ||||
|         {{ macros.list_patches_room(room) }} | ||||
|         {% if room.owner == session["_id"] %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Fabian Dill
					Fabian Dill