mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-05 09:14:02 -04:00
show local and remote History (#128)
* added history toolbar functionality for local and remote history
This commit is contained in:
parent
23c854dc9a
commit
7b5b73a289
19 changed files with 336 additions and 130 deletions
37
public/api/v2/history
Normal file
37
public/api/v2/history
Normal file
|
@ -0,0 +1,37 @@
|
|||
[
|
||||
{
|
||||
"id": "29QLD0AmT-adevdOPECtqg",
|
||||
"title": "CodiMD community call 2020-04-26",
|
||||
"lastVisited": "2020-05-16T22:26:56.547Z",
|
||||
"tags": [
|
||||
"CodiMD",
|
||||
"Community Call"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "features",
|
||||
"title": "Features",
|
||||
"lastVisited": "2020-05-31T15:20:36.088Z",
|
||||
"tags": [
|
||||
"features",
|
||||
"cool",
|
||||
"updated"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ODakLc2MQkyyFc_Xmb53sg",
|
||||
"title": "CodiMD V2 API",
|
||||
"lastVisited": "2020-05-25T19:48:14.025Z",
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"id": "l8JuWxApTR6Fqa0LCrpnLg",
|
||||
"title": "Community call - Let’s meet! (2020-06-06 18:00 UTC / 20:00 CEST)",
|
||||
"lastVisited": "2020-05-24T16:04:36.433Z",
|
||||
"tags": [
|
||||
"agenda",
|
||||
"CodiMD community",
|
||||
"community call"
|
||||
]
|
||||
}
|
||||
]
|
|
@ -14,6 +14,20 @@
|
|||
"screenShotAltText": "CodiMD Screenshot"
|
||||
},
|
||||
"history": {
|
||||
"error": {
|
||||
"getHistory": {
|
||||
"title": "Load History Error",
|
||||
"text": "While trying to load the history form the server an error occurred"
|
||||
},
|
||||
"deleteHistory": {
|
||||
"title": "Delete History Error",
|
||||
"text": "While trying to delete the history on the server an error occurred"
|
||||
},
|
||||
"setHistory": {
|
||||
"title": "Upload History Error",
|
||||
"text": "While trying to upload the history to the server an error occurred"
|
||||
}
|
||||
},
|
||||
"noHistory": "No history",
|
||||
"localHistory": "Below is history from this browser",
|
||||
"toolbar": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue