Uh oh!
There was an error while loading. Please reload this page.
⚗️ Proof of concept: Redesign app-content - #33568
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
30d180c to
47a2534Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
013d926 to
fe5223dCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jancborchardt
commented
Aug 29, 2022
FYI @raimund-schluessler@jotoeri@tcitworld@tacruc@Rello since you are very active in the Vue components and/or in app development, it would be awesome if you can test this! :) Then we can make sure to adjust stuff that doesn’t work yet. |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Before it was checked if the new user form was visible, but it was not waited for it. It seems that it can happen that the new user form is in the DOM, and therefore found, but not visible yet when the tests run, which caused them to (randomly) fail. Due to that now it is explicitly waited until it is visible, rather than assuming that it is visible as soon as it appears in the DOM. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
By the default the browser window is not maximized, but opened with a size of 1050x978px. In the Files app, when the navigation bar and the side bar are both open, with the previous design that width caused the file name to be very very narrow, but still clickable. However, with the updated design the file name is too narrow and no longer clickable, which breaks several acceptance tests that descend into subfolders. To solve that now the browser window is maximized before running the tests, which makes the window wide enough (1360px) to show the file name and make it clickable. This commit also removes a step to close the sidebar that was recently added to address the problem mentioned above in a previous pull request. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
danxuliu
commented
Sep 1, 2022
|
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
f6e2e87 to
5219992CompareSigned-off-by: Julius Härtl <jus@bitgrid.net>
juliusknorr
commented
Sep 1, 2022
Seems one additional failure at features/app-files-sharing.feature:422 but passes locally. @danxuliu Shall we also consider that unrelated? |
danxuliu
commented
Sep 1, 2022
Yes, I guess that the problem is that sometimes the share menu is not properly opened and therefore the item can not be found (which is probably the same underlying issue as in |
juliusknorr
commented
Sep 1, 2022
Thanks for checking that. All other failures seem unrelated. |
juliusknorr
commented
Sep 1, 2022
Will take care of filing the reportings into follow up tickets. |
When opening a photo in Photos Sidebar.vue:464Uncaught(inpromise) TypeError: Cannotreadpropertiesofnull(reading'classList')ato.setFullScreenMode(Sidebar.vue:464)ata.beforeOpen(Viewer.vue:449)atViewer.vue:460atu(runtime.js:63)atGenerator._invoke(runtime.js:294)atGenerator.next(runtime.js:119)atjg(Pencil.vue?12b8:19)ata(Pencil.vue?12b8:19)atPencil.vue?12b8:19atnewPromise(<anonymous>)EDIT: FIX in #33814 |
juliusknorr
commented
Sep 1, 2022
Filed all inline reportings with the https://github.com/nextcloud/server/labels/ui-refresh-feedback |
ToDo
Issues with moving body scroll to a scrollable element for main content
Follow ups
BUG: Notification menu is missing arrow indicator(already present before the rework) Arrow missing from popover notifications#1267Test matrix for non-vue or server apps
Screenshots