pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "fix settings save confirmation not showing"

This reverts commit 21475315d21e6a540af014048cc52cdef99b4d8e.

Pas 7ea5f28b 54060568

+1 -1
+1 -1
src/pages/Settings.tsx
··· 692 692 </SettingsLayout> 693 693 <Transition 694 694 animation="fade" 695 - show={state.changed} 695 + show={state.changed && settingsLoaded} 696 696 className="bg-settings-saveBar-background border-t border-settings-card-border/50 py-4 transition-opacity w-full fixed bottom-0 flex justify-between flex-col md:flex-row px-8 items-start md:items-center gap-3 z-[999]" 697 697 > 698 698 <p className="text-type-danger">{t("settings.unsaved")}</p>