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

chore(web): adjust url-builder and add tests; make sure workspace tab tooltip is always at the bottom #6187

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

gribnoysup
Copy link
Collaborator

Two small adjustments relevant for compass-web:

  • When adding exportable url builder helpers I kinda forgot that url in mms is not mapped the same was as in the sandbox, so had to adjust that. Also moved all the url unit tests from mms to compass
  • Workspace tab tooltip in mms was not visible because mms top navigation was overlapping it, so I'm adding align and justify here to make sure that it's displayed the same way as in compass and will not get under mms ui

@gribnoysup gribnoysup force-pushed the misc-compass-web-fixes-2 branch from d1fa65b to 86c98fa Compare September 2, 2024 16:15
}
});

describe('getRouteFromWorkspaceTab', function () {
Copy link
Contributor

Choose a reason for hiding this comment

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

is it allowed to have multiple describe blocks with same title 🤔 ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Haha, apparently 🙈

image

Thanks for spotting, I'll update

@gribnoysup gribnoysup merged commit 40feb53 into main Sep 3, 2024
4 of 5 checks passed
@gribnoysup gribnoysup deleted the misc-compass-web-fixes-2 branch September 3, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants