mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-03 22:08:50 -04:00
add pattern filter behaves like sounds tab
This commit is contained in:
@@ -16,6 +16,11 @@ export const collectionName = {
|
||||
featured: 'Featured',
|
||||
};
|
||||
|
||||
export const patternFilterName = {
|
||||
community: 'community',
|
||||
user: 'user',
|
||||
};
|
||||
|
||||
export let $viewingPatternData = persistentAtom(
|
||||
'viewingPatternData',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user