Interface minor changes

This commit is contained in:
roberto 2025-04-18 18:20:33 +02:00
parent a5ad3665de
commit 3b28783c86
6 changed files with 21 additions and 7 deletions

View file

@ -1353,7 +1353,7 @@ dialog .content h5 {
height: calc(100vh - var(--quickbox-footer-height) - var(--quickbox-footer-height) - 42px); height: calc(100vh - var(--quickbox-footer-height) - var(--quickbox-footer-height) - 42px);
} }
.home-card-summary { .item-card .row {
height: 250px; height: 250px;
overflow: auto; overflow: auto;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#000000" viewBox="0 0 256 256"><path d="M80,64a8,8,0,0,1,8-8H216a8,8,0,0,1,0,16H88A8,8,0,0,1,80,64Zm136,56H88a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16Zm0,64H88a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16ZM44,52A12,12,0,1,0,56,64,12,12,0,0,0,44,52Zm0,64a12,12,0,1,0,12,12A12,12,0,0,0,44,116Zm0,64a12,12,0,1,0,12,12A12,12,0,0,0,44,180Z"></path></svg>

After

Width:  |  Height:  |  Size: 400 B

View file

@ -85,5 +85,20 @@
"form_factor": "narrow", "form_factor": "narrow",
"label": "Menu opened in BrainMinder on mobile" "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"
}
]
}
] ]
} }

View file

@ -21,9 +21,8 @@
</p> </p>
</div> </div>
</div> </div>
<div class="row"> <div class="row" style="margin-top: 10px;">
<div class="col l12"> <div class="col l12">
<p style="margin-right: 6px">
<label for="share-token">Share Url</label> <label for="share-token">Share Url</label>
<div class="input-container"> <div class="input-container">
<span class="prefix">{{ .publicBaseUrl }}/item/shared/</span> <span class="prefix">{{ .publicBaseUrl }}/item/shared/</span>
@ -36,7 +35,6 @@
</div> </div>
</div> </div>
</div> </div>
</p>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
@ -51,7 +49,7 @@
<div class="col l6"><p>{{ widget_checkbox "Permission_edit" "Allow editing" "1" "" }}</p></div> <div class="col l6"><p>{{ widget_checkbox "Permission_edit" "Allow editing" "1" "" }}</p></div>
</div> </div>
<div id="footer-navbar"> <div id="footer-navbar">
<button type="submit" class="main" title="Share"><i class='bi bi-share-fill'></i><span>Share</span></button> <button type="submit" class="main" title="Share"><i class='bi bi-floppy'></i><span>Save</span></button>
</div> </div>
</form> </form>
</div> </div>

View file

@ -51,7 +51,7 @@
<div class="col l6"><p>{{ widget_checkbox "Permission_edit" "Allow editing" "1" "" }}</p></div> <div class="col l6"><p>{{ widget_checkbox "Permission_edit" "Allow editing" "1" "" }}</p></div>
</div> </div>
<div id="footer-navbar"> <div id="footer-navbar">
<button type="submit" class="main" title="Share"><i class='bi bi-floppy'></i><span>Save</span></button> <button type="submit" class="main" title="Save"><i class='bi bi-floppy'></i><span>Save</span></button>
</div> </div>
</form> </form>
</div> </div>