Tweak UI
This commit is contained in:
parent
b5c8dc0fe3
commit
e825d3be83
8 changed files with 186 additions and 271 deletions
|
|
@ -10,7 +10,7 @@ export async function lookupUser() {
|
|||
if (canceled) return;
|
||||
|
||||
const show = (user) => {
|
||||
os.pageWindow(`/instance/user/${user.id}`);
|
||||
os.pageWindow(`/user-info/${user.id}`);
|
||||
};
|
||||
|
||||
const usernamePromise = os.api('users/show', parseAcct(result));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue