logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: f44ae0ce6b689c4dab7f6ae5105ea5b23a909de8
parent 666015c9fa2aaafbb602c449a1a2f7529f9bfb1b
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 23 Aug 2022 22:15:46 +0300

aria

Diffstat:

Msrc/components/nav_panel/nav_panel.vue2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue @@ -26,6 +26,7 @@ <button class="button-unstyled menu-item" @click="toggleTimelines" + :aria-expanded="showTimelines ? 'true' : 'false'" > <FAIcon fixed-width @@ -56,6 +57,7 @@ <button class="button-unstyled menu-item" @click="toggleLists" + :aria-expanded="showLists ? 'true' : 'false'" > <FAIcon fixed-width