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

TR-106: Get the paneling layout working right #271

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Conversation

binaryberserker
Copy link
Contributor

No description provided.

document.body.append(report);
report.className = "flex"
report.style = "height: calc(100svh - 5rem);"
mainContent.append(report);
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 combined with some of the layout cleanup fixed the scrolling issues

@justinbmeyer
Copy link
Member

@binaryberserker , the E2E tests are failing. Can you check out why?

<script src="https://connect-cdn.atl-paas.net/all${
env.NODE_ENV === "development" ? "-debug" : ""
}.js"></script>
<script src="https://connect-cdn.atl-paas.net/all${env.NODE_ENV === "development" ? "-debug" : ""
Copy link
Member

@justinbmeyer justinbmeyer Jan 11, 2025

Choose a reason for hiding this comment

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

We should not generally be checking "environments" for feature flags. This isn't 12factor. What is this for?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i didn't add it, the formatter got ahold of this, undo it

@justinbmeyer justinbmeyer merged commit d8b87ca into main Jan 21, 2025
2 checks passed
@justinbmeyer justinbmeyer deleted the dbrandon/TR-106 branch January 21, 2025 03:24
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.

3 participants