enhance(frontend): クリップボタンをノートアクションに追加できるように
This commit is contained in:
parent
e438091113
commit
5f52b13325
13 changed files with 199 additions and 62 deletions
5
packages/frontend/src/cache.ts
Normal file
5
packages/frontend/src/cache.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import * as misskey from 'misskey-js';
|
||||
import { Cache } from '@/scripts/cache';
|
||||
|
||||
export const clipsCache = new Cache<misskey.entities.Clip[]>(Infinity);
|
||||
export const rolesCache = new Cache(Infinity);
|
||||
Loading…
Add table
Add a link
Reference in a new issue