-
Notifications
You must be signed in to change notification settings - Fork 35
merging fork back to main #49
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
Open
goodidea-kp
wants to merge
71
commits into
thedodd:master
Choose a base branch
from
goodidea-kp:master
base: master
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.
Open
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
Migration 0.21
the added calendar use an example, fix minor warnings, add accordion example
fix defect and add step
Update progress bar functionality
Added a new interactive textarea with a ChatGPT icon in the form section. The updated textarea reflects user input and updates parent component with the new value. The changes also include the addition of ChatGPT icon in the form section and style changes to support the new icon placement.
Add interactive textarea and ChatGPT icon
…isplay attributes
Migration 0.21
organize and deduplicate imports in components
…d autocomplete components Introduce several example pages demonstrating various YBC components. These include: - Panel example with refreshable content and active tab handling. - Card example showcasing an image loader overlay. - Form example covering inputs, checkboxes, radios, and calendar integration. - Table example with styled rows. - Columns example displaying column layout variations. - Calendar component example with date and time format support. - Autocomplete example with tag selection and removal. Examples serve as a reference for usage and integration.
…bc::Container` components
Introduced a new example page for the calendar component powered by `bulma-calendar`. Updated routes and catalog documentation to support the new example. Adjusted the YAML configuration and component module references accordingly.
- Adjust initialization formatting for `navbar`, `modal`, and other components. - Consolidate formatting options in `rustfmt.toml` and replace deprecated fields. - Simplify inlined closures and external function signatures for readability.
Feature/catalog
- Prefix unused variables with `_` in `modal`, `autocomplete`, and other components. - Correct module reference path in `calendar` example.
Refactor unused variable bindings and update module reference paths
- Introduce `docs-pages` workflow for publishing documentation to GitHub Pages. - Update Cargo.toml with `documentation` link and `docs.rs` metadata. - Enable `doc_cfg` and `doc_auto_cfg` features for enhanced doc generation. - Adjust CI workflow to build documentation with all features. - Update `release.yaml` to use the latest checkout and
Add GitHub Pages workflow and enhance documentation configuration
* Remove `docs-pages` GitHub Pages workflow * Add `bread_crumbs` component example page * Rename `bread_crumbs_example` module to `bread_crumbs_example_page` for consistency with other example pages * Rename `bread_crumbs_example` module to `bread_crumbs_example_page` for consistency with other example pages
…he catalog and comments for clarification (#18)
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.
No description provided.