mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-28 00:50:46 +08:00
feat: implement theme transition animations and dark mode improvements
- Add view transition API for theme switching - Update cycleTheme to handle animation circle - Refactor CSS with consistent quoting and indentation - Improve theme variable handling and no-op optimizations - Pass event to cycleTheme in MenuComponent
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="menu-footer">
|
||||
<div class="menu-footer-btn" @click="cycleTheme">
|
||||
<div class="menu-footer-btn" @click="(e) => cycleTheme(e)">
|
||||
<i :class="iconClass"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user