style: Major visual overhaul with various improvements and fixes

This commit is contained in:
Aleksi Lassila
2024-04-15 17:17:01 +03:00
parent d3a47555fd
commit f519fb7447
24 changed files with 853 additions and 599 deletions

View File

@@ -6,7 +6,7 @@
on:navigate={({ detail }) => {
if (
detail.direction === 'left' &&
detail.options.willLeaveContainer &&
detail.willLeaveContainer &&
detail.selectable === detail.options.target
) {
history.back();