-
Notifications
You must be signed in to change notification settings - Fork 5
feat: manon sass #842
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
Draft
HeleenSG
wants to merge
223
commits into
main
Choose a base branch
from
feat/manon-sass
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat: manon sass #842
+45,896
−90,679
Conversation
This file contains hidden or 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
Refactor manon-sass file structure
This reverts commit 80c7222.
* build: ignore empty fragment URLs * build: don't ignore missing IDs * chore: update placeholder fragment URLs
* chore(deps): add Testing Library * feat: interactive tabs component * chore: add description to initTab's jsdoc Co-authored-by: JP Bruins Slot <[email protected]> * refactor: initTab Co-authored-by: JP Bruins Slot <[email protected]> * chore: add description to handleClick's jsdoc Co-authored-by: JP Bruins Slot <[email protected]> * chore: add description to handleKeyDown's jsdoc Co-authored-by: JP Bruins Slot <[email protected]> * chore: add description to setActiveTab's jsdoc Co-authored-by: JP Bruins Slot <[email protected]> * chore: make jest-dom matcher types available to typescript * fix: support tabs with inner element * fix: perform DOM setup in connectedCallback instead of constructor * chore: run formatter * docs: update tabs documentation * chore: move JS tests to manon/tests/ alongside sass tests * chore: add dev dependency @types/node * fix: docs js import syntax error --------- Co-authored-by: JP Bruins Slot <[email protected]>
# Conflicts: # examples/sass-cli/package.json # pnpm-lock.yaml
…#1065) * docs: remove {base} from the markdown files in `docs` * docs: add `remarkLinks` plugin to rewrite `<a>` tags in markdown files * docs: replace `{base}` placeholder with absolute paths in markdown files * docs: update comments in `remarkLinks` * docs: fix indentation in navigation component example code
* Fixes sticky table header and dolor set to dolor sit * fixing overcorrection * style: remove trailing whitespace in `table-sticky-header.scss` * style: fix indentation in navigation component example code --------- Co-authored-by: Randhir Gulraj <[email protected]>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Implements a version where we use sass variables instead of css custom properties.
Todo (before merging to main
#996
Iconen
Todo:
Tabs
<manon-tabs activation="manual">
)window.location
awareness (update when switching, initially selected tab on load)Button
Knoppen (basisweergave)
Call to action button
Breadcrumbs
"Breadcrumb-navigatie verteld de gebruiker waar hij zich bevind binnen de applicatie. Hiermee kan de gebruiker de weg terugvinden en sneller navigeren."
Designvragen
Destructief
Description list
Card
Logo
Terug naar hoofdmenu knop
Overkoepelend
Icoonknoppen
Breaking changes
Layout
Components
Renamed
Removed "base" from component names such as "button-base" simplified now to "button".
form-base
toform
form-required-base
toform-required
button-base
tobutton
application-base
tobase
list-base
tolist
Message-counter-base
tomessage-counter
Removed
Colors:
Merged
Merged content wrapper styling options in with their parent component. And added the class content-wrapper to the target element. This to prevent too many separate files to include.
article-content-wrapper
merged witharticle
main-content-wrapper
merged witmain
section-content-wrapper
merged withsection
breadcrumb-bar-content-wrapper
merged withbreadcrumb-bar
Solves
#421 (for footer)
#186