Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Redesign main layout followup - #6228

Merged
kulmann merged 19 commits into
masterfrom
redesign-followup
Jan 13, 2022
Merged

Redesign main layout followup#6228
kulmann merged 19 commits into
masterfrom
redesign-followup

Conversation

@lookacat

@lookacat lookacat commented Jan 9, 2022

Copy link
Copy Markdown
Contributor

Description

See #6203

Things done with this PR:

  • Fix tooltip reactivity
  • Reimplement highlighting animation
  • Small UI fixes / tweaks

Related Issue

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

@update-docs

update-docs Bot commented Jan 9, 2022

Copy link
Copy Markdown

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@lookacat
lookacat force-pushed the redesign-followup branch 4 times, most recently from 7ee248a to 7f85dd1 Compare January 9, 2022 17:00
Comment thread packages/web-runtime/src/components/SidebarNav/SidebarNavItem.vue Outdated
@pascalwengerter pascalwengerter mentioned this pull request Jan 13, 2022
25 tasks
@kulmann
kulmann marked this pull request as ready for review January 13, 2022 21:40
@kulmann
kulmann requested a review from fschade as a code owner January 13, 2022 21:40

@pascalwengerter pascalwengerter left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Minor nitpick regarding compatibility/semver

:index="index"
:target="link.route.path"
:active="link.active"
:icon="link.icon || link.iconMaterial"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this (in theory) a breaking change for extension developer? Pretty sure we'll have to change iconMaterial from accounts&settings in oCIS, e.g.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, true, I'll revert it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nono it's good actually, the iconMaterial doesn't make sense to keep and we're doing breaking changes already 👌🏽

@pascalwengerter

Copy link
Copy Markdown
Contributor

I'll push fixed unit tests in a second and then squash-merge if CI turns green

@kulmann

kulmann commented Jan 13, 2022

Copy link
Copy Markdown
Contributor

Squash-merge is good, but I'll also have another ods update in a moment.

@kulmann

kulmann commented Jan 13, 2022

Copy link
Copy Markdown
Contributor

Ok, ready for merge (when CI turns green) from my side now.

@ownclouders

Copy link
Copy Markdown
Contributor

@ownclouders

Copy link
Copy Markdown
Contributor

@fschade fschade left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 once ci is Green

@kulmann

kulmann commented Jan 13, 2022

Copy link
Copy Markdown
Contributor

z-index on app switcher or sidebar nav is broken, app switcher lies behind sidebar nav... let me check

@ownclouders

Copy link
Copy Markdown
Contributor

Results for oCISSharingAndUpload https://drone.owncloud.com/owncloud/web/21884/63/1
💥 The acceptance tests pipeline failed. The build has been cancelled.

@ownclouders

Copy link
Copy Markdown
Contributor

Results for oC10SharingFilePerm https://drone.owncloud.com/owncloud/web/21884/25/1
💥 The acceptance tests pipeline failed. The build has been cancelled.

@sonarqubecloud

Copy link
Copy Markdown

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

32.7% 32.7% Coverage
0.0% 0.0% Duplication

@ownclouders

Copy link
Copy Markdown
Contributor

Results for oC10SharingExternalRoot https://drone.owncloud.com/owncloud/web/21885/41/1
The following scenarios passed on retry:

  • webUISharingExternalToRoot/federationSharing.feature:378

@kulmann
kulmann merged commit f9a2798 into master Jan 13, 2022
@delete-merged-branch
delete-merged-branch Bot deleted the redesign-followup branch January 13, 2022 23:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redesign finetuning: Icons + white bar Redesign Follow-up redesign main layout

5 participants