mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-14 05:59:29 +02:00
Refresh file list when there are queued snapshots (#697)
* add destroy hook * refresh details modal in interval * refactor to refresh assets list * disable create snapshot button when there is a pending snapshot
This commit is contained in:
@@ -26,6 +26,20 @@
|
||||
"required": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ld-select",
|
||||
"description": "The content element(s) to select from the fetched content, for example `#main-content`",
|
||||
"value": {
|
||||
"required": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ld-interval",
|
||||
"description": "Automatically fetches the content of the given URL at the given interval, in seconds",
|
||||
"value": {
|
||||
"required": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ld-fire",
|
||||
"description": "Fires one or more events once a behavior, such as ld-fetch or ld-form, is finished",
|
||||
|
Reference in New Issue
Block a user