custom col widths

This commit is contained in:
pa
2026-01-10 15:48:31 +09:00
committed by Natsumi
parent 937294ebf7
commit e7cfc945da
15 changed files with 378 additions and 357 deletions

View File

@@ -178,10 +178,7 @@ export const useFeedStore = defineStore('Feed', () => {
if (!feedSearch(feed)) {
return;
}
feedTable.value.data.push({
...feed,
uid: crypto.randomUUID()
});
feedTable.value.data.push(feed);
sweepFeed();
UiStore.notifyMenu('feed');
}