Feature: add compass widget/north arrow indicator (which resets rotation when clicking), small UI tweaks

This commit is contained in:
Pieter Vander Vennet 2025-07-31 20:24:36 +02:00
parent 46b75b877b
commit eea659da7c
17 changed files with 271 additions and 21 deletions

View file

@ -28,7 +28,7 @@
{#if $username !== undefined}
<div style="width: max-content" class="flex items-center">
{#if $userdetails.img}
<img src={$userdetails.img} alt="avatar" class="mr-4 h-8 w-8 rounded-full" />
<img src={$userdetails.img} alt="avatar" class="mr-4 h-10 w-10 rounded-full" />
{/if}
<div>
<div>Welcome back</div>