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

Unglobalize node page styles #858

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Conversation

ptgolden
Copy link
Member

Related issues

Summary

Removes global style changes done in the process of creating the new node overview page.

Checks

  • All tests have passed (or issues created for failing tests)

There are certain places where headings are meant to be left aligned,
and certain ones where they are meant to be centered. Rather than
globally deciding one or the other, they should be wrapped in a
component like AppSection that decides how they should be aligned.
Instead, use `width="full"` in all AppSection components rendered by
PageNode.

Additionally, add special margin handling within PageNode.vue component
for adding margins for the table of contents. (Note, this part may be a
temporary fix; it may makes more sense to render the Table of contents
inline on the page).
@ptgolden ptgolden requested a review from kevinschaper October 22, 2024 16:18
Copy link

netlify bot commented Oct 22, 2024

Deploy Preview for monarch-app ready!

Name Link
🔨 Latest commit 60328df
🔍 Latest deploy log https://app.netlify.com/sites/monarch-app/deploys/6717d05f5b87b10008bd8a6a
😎 Deploy Preview https://deploy-preview-858--monarch-app.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.30%. Comparing base (793cd1c) to head (60328df).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #858   +/-   ##
=======================================
  Coverage   71.30%   71.30%           
=======================================
  Files          91       91           
  Lines        3136     3136           
=======================================
  Hits         2236     2236           
  Misses        900      900           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@kevinschaper kevinschaper left a comment

Choose a reason for hiding this comment

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

thank you thank you thank you!

@kevinschaper kevinschaper merged commit d0e380c into main Oct 22, 2024
11 checks passed
@kevinschaper kevinschaper deleted the unglobalize-node-page-styles branch October 22, 2024 16:28
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.

Formatting of Headings broken with new Tables
2 participants