mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
feat: ✨ Add settings page to configure account and preferences
This commit is contained in:
parent
633ff184e3
commit
1691daa000
21 changed files with 687 additions and 183 deletions
|
|
@ -174,6 +174,7 @@ useListen("composer:send-edit", (note) => {
|
|||
|
||||
const client = useClient();
|
||||
const identity = useCurrentIdentity();
|
||||
const settings = useSettings();
|
||||
const {
|
||||
loaded,
|
||||
note: outputtedNote,
|
||||
|
|
@ -185,7 +186,7 @@ const {
|
|||
reblog,
|
||||
isReply,
|
||||
reblogDisplayName,
|
||||
} = useNoteData(noteRef, client);
|
||||
} = useNoteData(noteRef, client, settings);
|
||||
|
||||
const openBlank = (url: string) => window.open(url, "_blank");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue