-
Notifications
You must be signed in to change notification settings - Fork 7
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
feature/issue 30 home page #57
Conversation
✅ Deploy Preview for super-tapioca-5987ce ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
0aee85a
to
57ad8b9
Compare
9fde187
to
206097f
Compare
fae241e
to
feb20bc
Compare
Some initial design feedback from the first draft review during our weekly meeting
|
Round two internal feedback
|
} | ||
|
||
/* https://codepen.io/katienelson/pen/KwXEzN */ | ||
@keyframes slide-up-fade-in { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call by @aholtzman , we should wrap this in a @prefers-reduced-motion
media query
Final internal feedback items
|
Related Issue
resolves #30
Summary of Changes
TODO
code editor layout / behavior / responsivenesswalk through icon active states (using<img>
and not<svg>
)fading animation for code snippets? (nice to have)scroll bar styling?improve technique for collapsing the footer (no extra whitespace)- N / A, moving away from the roundednessNice to Have / new issues
terminal aesthetic for capabilities snippets- will save treatment for components, real estate / effort / distraction is too much for the home page{ }
) as the icon for API Routes in the "capabilities" section of the home page #79Thoughts / Questions
<a>
) pseudo classes e.g.:active
,:visited
Upstreams
is breaking on components with hyphens in the file name - no longer reproducibleshould warn for undefined class name entries (see<app-run-anywhere>
)<script>
/<style>
/<link>
tags greenwood#1241var(--)
spacing bug - functions in CSS declarations (like CSSvar
) are being incorrectly optimized greenwood#1242@import
with adoptedStyleSheets since@import
is not allowed in a shadow root, however, because of our inlining ofCSSStyleSheet
, and so all that global CSS ends up coming back into the JS bundle anyway??? :/Misc (Markdown) Things (Greenwood discussion?) - ProjectEvergreen/greenwood#1267
<p>
tags?<app-latest-post link="/blog/release/v0.30.0/" title="We just launched v0.30.0"> </app-latest-post>
<template>
tag breaks parsing / highlighting