-
Notifications
You must be signed in to change notification settings - Fork 87
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
5-14-2024: Layout & Sample Created #691
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
6e91a4a
boiler plate additions & modifications
zdodson21 0bd6ff3
basic html structure
zdodson21 28cf54b
all elements in place
zdodson21 087acfa
Merge branch 'elmsln:master' into master
zdodson21 35c43cd
elements in proper location at 100% zoom level
zdodson21 ef10b26
minor sizing changes
zdodson21 97b90d2
resolved numerous pull request feedback comments, commented code for …
zdodson21 94e44da
Merge branch 'elmsln:master' into master
zdodson21 97a3ad9
resolved conditional rendering and slot vs variable PR feedback
zdodson21 f1c14ac
Merge branch 'elmsln:master' into master
zdodson21 4268246
--ddd-theme-primary support, need to add accent color / contrasting c…
zdodson21 2f3fae9
quote text color contrast support
zdodson21 126b1a4
changed default figcaption text color
zdodson21 d01d55c
started @container query, will need to fix later
zdodson21 36c5351
trying to fix git issue
zdodson21 d00ccb5
container query working
zdodson21 71ece00
Merge branch 'elmsln:master' into master
zdodson21 80da794
removed old comments; formatting
zdodson21 0da7318
added support for an opening and closing caption box, a few bugs known
zdodson21 6d32552
fixed bugs
zdodson21 d249857
fixed caption text overlapping with border on small screens
zdodson21 3f6176c
refactoring code
zdodson21 3d118a4
small refactoring
zdodson21 599a101
small description change
zdodson21 3286a91
changed dropdown to utilize <details> and <summary> tags
zdodson21 e5dbba4
Merge branch 'elmsln:master' into master
zdodson21 33ec9db
added back up variables to constructor for component elements
zdodson21 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
div
all the things since span is inline for slot elements here. I'd also make a default one that doesn't require being marked up like the quote one just being any generaldiv
content. The others look good