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

🎨 Reorganize the components and theme creation API #45

Open
wants to merge 51 commits into
base: main
Choose a base branch
from

Conversation

BattleCh1cken
Copy link
Contributor

@BattleCh1cken BattleCh1cken commented May 21, 2024

Summary

Closes #44 and #28.

Checklist

  • I have fully tested all of the added features
  • I have fully documented all of the relevant code
    • Document all of the components
    • Update the theme implementation docs
  • rules constructor
  • various component constructors
    • decision-matrix
    • admonitions
    • plot
    • pie-chart
  • finish porting radial and linear to the new constructors
  • unify theme's handling of the type parameter

Additional Notes

@BattleCh1cken BattleCh1cken mentioned this pull request May 21, 2024
4 tasks
@BattleCh1cken BattleCh1cken marked this pull request as ready for review May 23, 2024 18:24
docs/src/developer_documentation/custom_themes.md Outdated Show resolved Hide resolved
docs/src/reference.typ Show resolved Hide resolved
themes/default/components.typ Outdated Show resolved Hide resolved
themes/default/components.typ Outdated Show resolved Hide resolved
@BestUsernamEver BestUsernamEver self-requested a review June 1, 2024 00:53
justfile Show resolved Hide resolved
lib.typ Show resolved Hide resolved
lib.typ Show resolved Hide resolved
utils/components.typ Show resolved Hide resolved
utils/components.typ Show resolved Hide resolved
docs/src/developer_documentation/custom_themes.md Outdated Show resolved Hide resolved
docs/src/developer_documentation/custom_themes.md Outdated Show resolved Hide resolved
docs/src/developer_documentation/custom_themes.md Outdated Show resolved Hide resolved
docs/src/developer_documentation/custom_themes.md Outdated Show resolved Hide resolved
BattleCh1cken and others added 4 commits June 5, 2024 13:49
Co-authored-by: RubyflameWarrior <104446839+RubyflameWarrior@users.noreply.github.com>
Co-authored-by: RubyflameWarrior <104446839+RubyflameWarrior@users.noreply.github.com>
Co-authored-by: RubyflameWarrior <104446839+RubyflameWarrior@users.noreply.github.com>
BattleCh1cken and others added 10 commits June 6, 2024 20:16
Co-authored-by: RubyflameWarrior <104446839+RubyflameWarrior@users.noreply.github.com>
Co-authored-by: RubyflameWarrior <104446839+RubyflameWarrior@users.noreply.github.com>
Co-authored-by: RubyflameWarrior <104446839+RubyflameWarrior@users.noreply.github.com>
Co-authored-by: RubyflameWarrior <104446839+RubyflameWarrior@users.noreply.github.com>
Co-authored-by: RubyflameWarrior <104446839+RubyflameWarrior@users.noreply.github.com>
Co-authored-by: RubyflameWarrior <104446839+RubyflameWarrior@users.noreply.github.com>
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.

✨ Standardize the components and theme creation API
3 participants