implement memorial photo viewer (#119)

* commit current progress\

will prob work on my mac ltr

* more transferring to different device

* grammar

* [F] Fix warning inconsistency

* [O] Split status overlays

* [S] Better styling

* [+] i18n

* [+] Display photos tab conditionally

---------

Co-authored-by: Azalea <22280294+hykilpikonna@users.noreply.github.com>
This commit is contained in:
alix
2025-03-01 01:35:49 -05:00
committed by GitHub
parent 6c21afaa57
commit eef40e39d1
10 changed files with 210 additions and 106 deletions

View File

@@ -9,9 +9,9 @@
</script>
<div out:fade={FADE_OUT} in:fade={FADE_IN} class="fields">
<p class="warning">
<blockquote>
{ts("settings.gameNotice")}
</p>
</blockquote>
<GameSettingFields game="general"/>
<div class="field">
<div class="bool">
@@ -59,14 +59,4 @@
> input
flex: 1
.warning
background: #aa555510
padding: 10px
border-left: solid 2px vars.$c-error
&::before
color: vars.$c-error
font-weight: bold
content: ""
</style>