Skip to content
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

✨ Nextcloud 16 (alpha 1) polishing review #14639

Closed
39 of 62 tasks
jancborchardt opened this issue Mar 12, 2019 · 19 comments
Closed
39 of 62 tasks

✨ Nextcloud 16 (alpha 1) polishing review #14639

jancborchardt opened this issue Mar 12, 2019 · 19 comments
Labels
2. developing Work in progress bug design Design, UI, UX, etc. help wanted papercut Annoying recurring issue with possibly simple fix.

Comments

@jancborchardt
Copy link
Member

jancborchardt commented Mar 12, 2019

As usual, we test the daily zip file to find details for polishing. 🎉

Anyone is welcome to take over issues and help out! :)

👩‍🏭 Installation

🧙 First run wizard

  • Improve layout & design of "Principles" (page 2): maybe move icons to left and show as list
  • Improve layout & design of "Apps" (page 3): more zoomed app store screenshot so things are visible, reduce text
  • Settings section Mobile & desktop: Layout is broken, icon alignment in buttons Bring back tiny css file for the personal page firstrunwizard#175

📁 Files

🔮 Recommendations

🖼 Viewer

⚡ Activity

🔎 Search

  • In grid view, results from other folders overlap summary of current folder contents ("3 files match …")
  • No grid view for search results from other folders.

🔔 Notifications

  • Dismissing older notification also hides every newer notification (only until refresh)
  • Notifications window should have min-height (same as when it’s empty)
  • Needs short compress animation for dismissing for proper feedback
    Moved to ✨ Nextcloud 16 polishing notifications#300

⚙ Settings

🛠 Apps management

  • Loading takes long when network connection is slow. Should just already display local apps (to 17 requires major work)
  • Having detail sidebar open and scrolling all the way down in the app list moves the sidebar up
  • Not possible to open sidebar via tabbing, only "Disable" (or "Download and enable") buttons are tabbable
  • App bundles page shows "No apps found for your version" on the bottom (also in 15 stable)

👥 User management

❓ Help

  • Could use icons in the left navigation
  • If zoomed in, menu should be hidden behind hamburger menu

🎨 Theming #14885

  • Light theming color:
    • On error pages like "File not found"
    • "Forgot password?" on log in is light, should be dark
    • App name in header has boxy background
    • 3 dot icon in share link header is white, should be black
    • First run wizard "next" icon should be dark because the primary color is light Fix next arrow on light theming colors firstrunwizard#182
  • Dark theme: "File not found" screen has dark icon, should be white
  • Basically all the content of the .body-login-container should always be white because the container background is dark (#body-login p rule for footer overwrites this, should be more specific)
@jancborchardt jancborchardt added bug help wanted 2. developing Work in progress papercut Annoying recurring issue with possibly simple fix. labels Mar 12, 2019
@jancborchardt jancborchardt added this to the Nextcloud 16 milestone Mar 12, 2019
@nickvergessen
Copy link
Member

nickvergessen commented Mar 12, 2019

⚡ Activity

  • File previews are too big, and filetype icons way too small. (Regression)

I noticed this too lately, however the activity app was not modified in a long time, so it seems some global CSS is causing this?

  • Emptycontent icons and text should reflect the category

See nextcloud/activity#322 (comment) Maybe I can finish it in the contributor week.

🔔 Notifications

  • Dismissing older notification also hides every newer notification (only until refresh)

This should be fixed in master 🤔 But I will check again.

  • Notifications window should have min-height (same as when it’s empty)

okidoki

  • Needs short compress animation for dismissing for proper feedback

Can a designer do this or tell me how? I guess it goes here and fade is not enough? https://github.com/nextcloud/notifications/blob/master/src/components/notification.vue#L110

@icewind1991
Copy link
Member

icewind1991 commented Mar 12, 2019

  • Database toggle is completely broken
  • "Storage & database " has space at the end

#14643

@Valdnet
Copy link
Contributor

Valdnet commented Mar 12, 2019

🔔 Notifications

Dismissing older notification also hides every newer notification (only until refresh)
This should be fixed in master 🤔 But I will check again.

👏 finally, it will be fixed.

@MorrisJobke MorrisJobke added the design Design, UI, UX, etc. label Mar 15, 2019
rullzer added a commit to nextcloud/activity that referenced this issue Mar 16, 2019
For nextcloud/server#14639

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
rullzer added a commit that referenced this issue Mar 16, 2019
For #14639

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
rullzer added a commit that referenced this issue Mar 16, 2019
For #14639

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
@MorrisJobke
Copy link
Member

MorrisJobke commented Mar 18, 2019

Feedback from @karlitschek:

  • PDFs can't be opened (neither in the new viewer nor in the existing pdf viewer) -> Fix viewing of PDF documents files_pdfviewer#124
  • the layout of the First Run Wizard is broken - next buttons are outside the wizard
  • There are some errors in the log by default. We should make sure that there is nothing in there in a plain setup.
  • shouldn’t the new configuration profiles be in the clients page in the settings somewhere?
  • the layout/spacing on the Client page is broken. The icons in the buttons need alignment and a bit more space above the buttons.

Screen Shot 2019-03-18 at 09 32 07

@MorrisJobke
Copy link
Member

MorrisJobke commented Mar 18, 2019

  • the layout of the First Run Wizard is broken - next buttons are outside the wizard

@jancborchardt I would say, that the buttons should be either right next to the image border or towards the display edges as we thought during the hackweek already.

@jancborchardt
Copy link
Member Author

Right – the first run wizard is a bit different to the viewer. @skjnldsv how about for the "normal/medium" size (used by first run wizard) we put the controls closer to the modal, like it was before for the first run wizard?

@MorrisJobke
Copy link
Member

Right – the first run wizard is a bit different to the viewer. @skjnldsv how about for the "normal/medium" size (used by first run wizard) we put the controls closer to the modal, like it was before for the first run wizard?

Sounds also good 👍

@skjnldsv
Copy link
Member

@jancborchardt the firstrunwizard still uses the old primary layout.
I'll try to add something.

@ChristophWurst
Copy link
Member

Database password visibility toggle not toggleable via space (works for admin password)

This is caused by ReferenceError: zxcvbn is not defined. As far as I debugged, the strengthify lib does just add a new script tag to the head but doesn't wait for the script to actually load. Hence this might sometimes work, sometimes it will just fail. I'm a bit puzzled why this hasn't been reported earlier as I don't see anything changed for nc16.

@nickvergessen
Copy link
Member

Our JS is noe bundled and therefor continues faster?

@ChristophWurst
Copy link
Member

No, the setup and installation scripts are not bundled. I don't think the bundling makes a difference here.

@ChristophWurst
Copy link
Member

I get the exact same error on stable15.

@rcdailey
Copy link
Contributor

Above the file listing in 16 is a horizontal row of "recent files". Is there a way to hide this view for all users? I do not want recent files showing in the Files tab. I go to Activity for that.

@rullzer
Copy link
Member

rullzer commented Mar 27, 2019

Above the file listing in 16 is a horizontal row of "recent files". Is there a way to hide this view for all users? I do not want recent files showing in the Files tab. I go to Activity for that.

disable the recommendations app

@ChristophWurst
Copy link
Member

php occ app:disable recommendations is your friend :)

@rcdailey
Copy link
Contributor

rcdailey commented Mar 28, 2019

Thanks, I was assuming it would be a setting not an app. That fixed it.

Another issue I'm noticing is that the "Shares" view does not show a list of files with active public share links (list is empty). In version 15, this worked fine (I was previously running v15). When I click the share links in an incognito browser, however, I'm able to download the files.

So the files are still shared, but they don't show up in the Shares view. Is this a bug?

@violoncelloCH
Copy link
Member

something to add here: #15160

@violoncelloCH
Copy link
Member

  • Uploading a file, then changing to "Recent" and then changing to "All files" results in the cancel X of the upload progress to be next to the upload icon

uploading is not needed... just switching to any different view than "All files" and then back to it triggers this X to appear

@jancborchardt
Copy link
Member Author

Closing this in favor of the ✨ Nextcloud 17 polishing list! #16076 :)

If you find more issues, please open separate reports for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress bug design Design, UI, UX, etc. help wanted papercut Annoying recurring issue with possibly simple fix.
Projects
None yet
Development

No branches or pull requests

11 participants