Skip to content

Commit

Permalink
New first-run wizard
Browse files Browse the repository at this point in the history
Signed-off-by: Marco <[email protected]>
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
marcoambrosini authored and szaimen committed Nov 2, 2023
1 parent 7077ece commit 65fd174
Show file tree
Hide file tree
Showing 30 changed files with 132,679 additions and 1,641 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_modules/
/vendor
/.php-cs-fixer.cache
/tests/.phpunit.result.cache
.DS_Store
36 changes: 30 additions & 6 deletions css/personalsettings.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
* SPDX-License-Identifer: AGPL-3.0-or-later
*/

.settings-mobile-desktop {
display: contents;
}

.clientslinks {
display: flex;
gap: 1rem;
Expand All @@ -11,12 +15,7 @@
margin-bottom: 20px;
}

.clientslinks a.button {
display: inline-block;
padding: 0.7rem 1rem;
}

.clientslinks .button .appsmall {
.settings-mobile-desktop .button .appsmall {
vertical-align: sub;
margin-right: 0.2rem;
filter: var(--background-invert-if-dark);
Expand All @@ -31,3 +30,28 @@
#endpoint-url {
width: 250px;
}

.settings-mobile-desktop .button {
position: relative;
width: fit-content;
overflow: hidden;
border: 0;
font-weight: bold;
min-height: var(--clickable-area);
min-width: var(--clickable-area);
display: flex !important;
align-items: center;
justify-content: center;
color: var(--color-primary-element-light-text);
background-color: var(--color-primary-element-light);
padding: 0.7rem 1rem;
}

.settings-mobile-desktop .button:hover:not(:disabled) {
color: var(--color-primary-element-light-text);
background-color: var(--color-primary-element-light-hover);
}

.settings-mobile-desktop .button img {
width: 20px;
}
Binary file modified img/Nextcloud.mp4
Binary file not shown.
Binary file modified img/Nextcloud.webm
Binary file not shown.
Binary file added img/androidBadge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/appstore.png
Binary file not shown.
Binary file removed img/intro.png
Binary file not shown.
Binary file added img/iosBadge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions img/nextcloudLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion img/user.svg

This file was deleted.

130,591 changes: 130,588 additions & 3 deletions js/firstrunwizard-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/firstrunwizard-main.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 65fd174

Please sign in to comment.