diff --git a/assets/static/css/main.css b/assets/static/css/main.css index 66ea6c4..9360fbc 100644 --- a/assets/static/css/main.css +++ b/assets/static/css/main.css @@ -1353,7 +1353,7 @@ dialog .content h5 { height: calc(100vh - var(--quickbox-footer-height) - var(--quickbox-footer-height) - 42px); } - .home-card-summary { + .item-card .row { height: 250px; overflow: auto; } diff --git a/assets/static/img/icons/list-bullets.png b/assets/static/img/icons/list-bullets.png new file mode 100644 index 0000000..4dd98ec Binary files /dev/null and b/assets/static/img/icons/list-bullets.png differ diff --git a/assets/static/img/icons/list-bullets.svg b/assets/static/img/icons/list-bullets.svg new file mode 100644 index 0000000..30a4668 --- /dev/null +++ b/assets/static/img/icons/list-bullets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/manifest.json b/assets/static/manifest.json index 5c1d715..6411944 100644 --- a/assets/static/manifest.json +++ b/assets/static/manifest.json @@ -85,5 +85,20 @@ "form_factor": "narrow", "label": "Menu opened in BrainMinder on mobile" } - ] + ], + "shortcuts": [ + { + "name": "All items", + "short_name": "All items", + "description": "Show all items", + "url": "/items", + "icons": [ + { + "src": "/static/img/icons/list-bullets.png", + "type": "image/svg+xml", + "sizes": "96x96" + } + ] + } + ] } \ No newline at end of file diff --git a/assets/templates/items/share.tmpl b/assets/templates/items/share.tmpl index b0ffb9f..266d683 100644 --- a/assets/templates/items/share.tmpl +++ b/assets/templates/items/share.tmpl @@ -21,9 +21,8 @@

-
+
-

{{ .publicBaseUrl }}/item/shared/ @@ -36,7 +35,6 @@
-

@@ -51,7 +49,7 @@

{{ widget_checkbox "Permission_edit" "Allow editing" "1" "" }}

diff --git a/assets/templates/items/share_edit.tmpl b/assets/templates/items/share_edit.tmpl index c3f8544..8ab7c46 100644 --- a/assets/templates/items/share_edit.tmpl +++ b/assets/templates/items/share_edit.tmpl @@ -51,7 +51,7 @@

{{ widget_checkbox "Permission_edit" "Allow editing" "1" "" }}