Conversation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
@jancborchardt Here is the adjusted version with a proper primary button: |
jancborchardt
left a comment
There was a problem hiding this comment.
Love the animation! 💥 Also, much better with the blue primary-styled next button. :)
Design-wise 👍, did not review the code.
|
@juliushaertl awesome! Does it still launch the first time on a new user? |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
| </template> | ||
| <style lang="scss"> | ||
|
|
||
| /* Page styling needs to be unscoped, since we load it separately from the server */ |
There was a problem hiding this comment.
This doesn't make sense to me. I do not see how the async loading affects this.. am I missing something or should it just work?
There was a problem hiding this comment.
There was a problem hiding this comment.
If you really want to scope it, you can still manually scope the full css like we do in the components :)
|
Is anything special required to build/make this or only the core pull request? Also, could you also test it on dark theme? I just did some fixes – at https://github.com/nextcloud/firstrunwizard/tree/darktheme-fixes cause I forgot this branch exists. ;) |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
@jancborchardt I also fixed the dark mode issues in here. 😉 |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
rullzer
left a comment
There was a problem hiding this comment.
Tested and works like a charm with current master. Lets get this in!
|
@juliushaertl nice work! :) Could you add the command to build it to the readme? |


Replaces #102 #100
Requires nextcloud/server#13407
On every page load 1 request 593B
On first page load / on click About in menu 1 request 97KB
Before 3 requests 39.7 KB
ToDo
maybe just use plain XMLHttpRequest instead of axios (would probably save another 10kb)