add pattern filter behaves like sounds tab
This commit is contained in:
parent
b45fd5ce3a
commit
9dca7eb878
4 changed files with 104 additions and 86 deletions
|
|
@ -16,6 +16,11 @@ export const collectionName = {
|
|||
featured: 'Featured',
|
||||
};
|
||||
|
||||
export const patternFilterName = {
|
||||
community: 'community',
|
||||
user: 'user',
|
||||
};
|
||||
|
||||
export let $viewingPatternData = persistentAtom(
|
||||
'viewingPatternData',
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue