mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
Woops
This commit is contained in:
parent
e270504503
commit
830d84dca7
@ -148,7 +148,7 @@ async function deleteList() {
|
|||||||
listId: list.id,
|
listId: list.id,
|
||||||
});
|
});
|
||||||
os.success();
|
os.success();
|
||||||
mainRouter.push("/my/lists");
|
mainRouter.push("/news");
|
||||||
}
|
}
|
||||||
|
|
||||||
async function hideFromHome() {
|
async function hideFromHome() {
|
||||||
|
@ -140,7 +140,7 @@ async function chooseList(ev: MouseEvent) {
|
|||||||
type: "link" as const,
|
type: "link" as const,
|
||||||
text: i18n.ts.manageLists,
|
text: i18n.ts.manageLists,
|
||||||
icon: "ph-faders-horizontal ph-bold ph-lg",
|
icon: "ph-faders-horizontal ph-bold ph-lg",
|
||||||
to: "/my/lists",
|
to: "/news",
|
||||||
},
|
},
|
||||||
].concat(
|
].concat(
|
||||||
res.map((list) => ({
|
res.map((list) => ({
|
||||||
@ -163,7 +163,7 @@ async function chooseAntenna(ev: MouseEvent) {
|
|||||||
indicate: false,
|
indicate: false,
|
||||||
text: i18n.ts.manageAntennas,
|
text: i18n.ts.manageAntennas,
|
||||||
icon: "ph-faders-horizontal ph-bold ph-lg",
|
icon: "ph-faders-horizontal ph-bold ph-lg",
|
||||||
to: "/my/antennas",
|
to: "/news",
|
||||||
},
|
},
|
||||||
].concat(
|
].concat(
|
||||||
res.map((antenna) => ({
|
res.map((antenna) => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user