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

Simplify application templating #367

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

jeffdaley
Copy link
Contributor

@jeffdaley jeffdaley commented Oct 12, 2023

Moves shared templating to authenticated.hbs and moves the Toolbar out of the Header. Basically reduces the number of times we're writing <div class="x-container"> and <Header />.

@jeffdaley jeffdaley changed the title Simplify template logic Simplify application templating Oct 12, 2023
@jeffdaley jeffdaley marked this pull request as ready for review October 12, 2023 00:51
@jeffdaley jeffdaley requested a review from a team as a code owner October 12, 2023 00:51
@@ -1,38 +1,34 @@
{{#unless (eq this.currentRouteName "authenticated.document")}}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This check is now in authenticated.ts

@jeffdaley jeffdaley merged commit dff7577 into main Oct 13, 2023
2 checks passed
@jeffdaley jeffdaley deleted the jeffdaley/application-container branch October 13, 2023 13:41
@jeffdaley jeffdaley mentioned this pull request Oct 13, 2023
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.

None yet

2 participants