mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Add dashboard widget to show the latest notes. Issue #51
p.s: I would like to be able to select a particular tag to show, but none of the dashboard widgets are configurable. I hate increasing the app size from 300k to almost 3 mb for something so simple, but we must adapt to the majority and use vue here.
This commit is contained in:
@@ -11,6 +11,12 @@ return ['resources' =>
|
||||
'url' => '/',
|
||||
'verb' => 'GET'
|
||||
],
|
||||
// Dashboard
|
||||
[
|
||||
'name' => 'note#dashboard',
|
||||
'url' => '/notes/dashboard',
|
||||
'verb' => 'GET',
|
||||
],
|
||||
// Share
|
||||
[
|
||||
'name' => 'share#destroy',
|
||||
|
||||
Reference in New Issue
Block a user