-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Needs a proper icon #33
Comments
Nope, tried 1-2 ideas. Wasn't satisfied, yet. But we'll finish it at the conference ;) |
Ah :) Thanks :) |
It seems that I didn't really get what the app does, as I thought it was something to do with getting users to fill out a survey, which seems to be inaccurate. I'd be interested in revisiting this if someone could just provide a 1-2 sentence description of what the app actually does. :) |
The app actually does send usage stats (PHP version, used configuration like enabled apps, enabled config switches, etc., available shares count by type, available files count, user count, ...) to a server that is on our side. So we have a rough overview of what is actually used and what not. It's called survey because it is a kind of automated survey from the instances itself and is opt-in. So the admin gets a notification and needs to accept that those information are send ;) |
Ah, Ok. So it's more an automated usage stats app. Cool. Thanks @MorrisJobke |
ping @jancborchardt |
@eppfel or do you have any news here? |
I like this one most. |
mh, something like this? I feel the border is too thin... <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
<path d="M10.506,1.654l1.873,0c0.609,0 1.103,0.494 1.103,1.103l0,10.702c0,0.608 -0.494,1.103 -1.103,1.103l-8.758,0c-0.609,0 -1.103,-0.495 -1.103,-1.103l0,-10.702c0,-0.609 0.494,-1.103 1.103,-1.103l1.873,0" style="fill:none;stroke:#000;stroke-width:0.8px;" />
<path d="M10.506,0.895l-5.012,0l0,1.522c0,0.28 0.227,0.507 0.507,0.507l3.998,0c0.28,0 0.507,-0.227 0.507,-0.507l0,-1.522Z" style="fill:none;stroke:#000;stroke-width:0.8px;stroke-linejoin:miter;" />
<g>
<rect x="7" y="8.998" width="1.999" height="4" />
<rect x="9.999" y="6.982" width="1.999" height="6.016" />
<rect x="4.001" y="10.989" width="1.999" height="2.009" />
</g>
</svg> |
Looks good |
Looks really nice: I optimized the code a bit and it now looks like this: <?xml version="1.0" encoding="UTF-8"?>
<svg width="16" height="16" clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" version="1.1" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="m10.506 1.654h1.873c0.609 0 1.103 0.494 1.103 1.103v10.702c0 0.608-0.494 1.103-1.103 1.103h-8.758c-0.609 0-1.103-0.495-1.103-1.103v-10.702c0-0.609 0.494-1.103 1.103-1.103h1.873" fill="none" stroke="#fff" stroke-width=".8px"/>
<path d="m10.506 0.895h-5.012v1.522c0 0.28 0.227 0.507 0.507 0.507h3.998c0.28 0 0.507-0.227 0.507-0.507v-1.522z" fill="none" stroke="#fff" stroke-linejoin="miter" stroke-width=".8px"/>
<rect x="7" y="8.998" width="1.999" height="4" fill="#fff" />
<rect x="9.999" y="6.982" width="1.999" height="6.016" fill="#fff" />
<rect x="4.001" y="10.989" width="1.999" height="2.009" fill="#fff" />
</svg> |
* was done by Felix (https://github.com/eppfel) * I inverted it and ran an SVG optimizer * see #33 (comment) * fixed #33 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This was already discussed heavily in nextcloud/server#856
@Bugsbane and @eppfel had already nice ideas.
@eppfel Did you finished the icon already?
The text was updated successfully, but these errors were encountered: