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

Replace org breadcrumbs #3348

Merged
merged 2 commits into from
Aug 1, 2023
Merged

Replace org breadcrumbs #3348

merged 2 commits into from
Aug 1, 2023

Conversation

ghickman
Copy link
Contributor

This drops the Organisation breadcrumb from all pages.

This related to #2827 which is turning out to be somewhat onerous, and this is the first of probably a few chunks to make reviewing the changes manageable.

@@ -36,6 +35,11 @@ <h1 class="text-3xl tracking-tight break-words font-bold text-slate-900 sm:text-
Job request: {{ job_request.pk }}
</h1>
<dl class="flex flex-col gap-2 text-sm text-slate-600 items-center sm:flex-row sm:gap-x-6 sm:justify-center lg:justify-start">
Copy link
Member

Choose a reason for hiding this comment

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

Tiny styling tweak:

  • Add class leading-snug to the h1
  • Add class mt-1 to the dl

Copy link
Contributor Author

Choose a reason for hiding this comment

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

leading-snug is overridden by sm:text-4xl at all widths, is that expected?

Copy link
Member

@tomodwyer tomodwyer left a comment

Choose a reason for hiding this comment

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

One styling tweak, otherwise good to go

@ghickman ghickman force-pushed the replace-org-breadcrumbs branch from b58ac51 to 52c4f57 Compare July 31, 2023 10:16
They're no longer part of the URL structure so organising information
under them doesn't make much sense here.

This also adds the Org icon to the JobRequest page alongside the other
icons.
@ghickman ghickman force-pushed the replace-org-breadcrumbs branch from 52c4f57 to aac725f Compare August 1, 2023 14:32
@ghickman ghickman enabled auto-merge August 1, 2023 14:33
@ghickman ghickman merged commit bc98d79 into main Aug 1, 2023
@ghickman ghickman deleted the replace-org-breadcrumbs branch August 1, 2023 14:40
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