Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F162774
bookmark_folders.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
473 B
Referenced Files
None
Subscribers
None
bookmark_folders.js
View Options
import
BookmarkFolderCard
from
'../bookmark_folder_card/bookmark_folder_card.vue'
const
BookmarkFolders
=
{
data
()
{
return
{
isNew
:
false
}
},
components
:
{
BookmarkFolderCard
},
computed
:
{
bookmarkFolders
()
{
return
this
.
$store
.
state
.
bookmarkFolders
.
allFolders
}
},
methods
:
{
cancelNewFolder
()
{
this
.
isNew
=
false
},
newFolder
()
{
this
.
isNew
=
true
}
}
}
export
default
BookmarkFolders
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 21, 6:07 PM (13 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
66851
Default Alt Text
bookmark_folders.js (473 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment