ux: render dialog-icon differently from buttons
Massimo Melina committed
Jan 31, 2023 at 23:26 UTC
5845af0379eb59e174cd87114998e0a9ce306880
2 files changed
+7
-1
frontend/src/dialog.css
+2
-1
@@ -41,7 +41,7 @@
41
border-radius: 0 0.8em;
42
right: 0;
43
padding: 0;
44
- background-color: #c99;
44
+ background-color: #c88;
45
}
46
.dialog-icon ~ .dialog-content {
47
margin-top: 2em;
@@ -51,6 +51,7 @@
51
top: 0;
52
overflow: hidden;
53
line-height: 1.7em;
54
+ opacity: .8; /* render the idea that's not a button */
55
}
56
.dialog-content {
57
overflow: auto;
todo.md
+5
@@ -1,4 +1,5 @@
1
# To do
2
+- upload via drag&drop
3
- admin/fs: check if source exist when set
4
- plugins: after installing, switch to installed (and perhaps highlight new one)
5
- plugins' log, accessible in admin
@@ -6,6 +7,10 @@
7
- admin/monitor: show user-agent
8
- admin: check + update
9
- frontend: hide closer button on login dialog accessing a protected resource, as it's no use
10
+- generation of links to give access to a file
11
+ - an admin page where you can pick a file or folder(zip), and a link is generated
12
+ - limits: expiration, number of downloads
13
+ - description, creation, delete
14
- easier nat life
15
- show public ip use, https://github.com/sindresorhus/public-ip
16
- configure router with upnp. If it fails, suggest a guide. https://github.com/indutny/node-nat-upnp