-
Notifications
You must be signed in to change notification settings - Fork 513
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
Documentation site update #1289
Merged
Merged
Conversation
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
… Transactions (#1195) * Initial implementation of Gas module * Working prototype * Add docs * Modify API * Add override poll example and comment * Remove gas module from demo * Update usage in core * Update gas API * Revert changes to fix types * Revert changes to types that are in another pr * Fix docs * Revert in favor of PR * Fix Configuration types * Initial styles * Style fixes * Modifies results to be an array rather than a map * Increments versions * Increments core version * Update yarn.lock for joi dep * Fix ledger error handling * Update demo * Add missing txStuck msg * Handle replacement txs * Remove test gas fee data * Add replacement option to docs * Fix docs * Code organisation, refactor, error handling * Adds txReplaceError message * Fixes error notification * Add more detail in docs * Additional documentation * Update packages/core/README.md Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com> Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>
Feature/with vuejs
…e-v2.1.6-alpha.2...]: Fix - Remove Terser from Rollup(minification) (#1206) * Remove terser from core and common rollup config * Bump package versions using minified core/common versions
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.4 to 3.49.0. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md) - [Commits](sveltejs/svelte@v3.46.4...v3.49.0) --- updated-dependencies: - dependency-name: svelte dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…lte-3.49.0 Bump svelte from 3.46.4 to 3.49.0
…1207) * Dynamically import notify and account center * Increment core version in vue and react pkg
* Move re-init check to top of init * Increment versions
Release 2.7.0
Release 2.7.0 (develop)
- fixed typo
- update powered by badge code - remove unused svgs
…ancement - Improved theme nomenclature (#1202) * Starting * Added more variables to AC but after speaking with Gustavo am thinking of a different approach * Added variables for Maximized * Added and cleanedup variables for notify * Added docs around changes * Config created for styling * Added styling abstract to root of internal demo * Notes about containerElement usage * Bump packages that use core * Fix spacing issues * Added background color * Added theme selector * Updates to color * Add styling output * Place styling config visible at top level * Image drop working * Added backdrop toggle * update display and add notifications to test area * Set iframe to window location * Yarn it * Refine mapping * Update packages/core/README.md
Release 2.11.1 (develop)
…es onboard and resets mapping (#1278)
- reduce having the same info on two places
- rework admonition types. - reduce the use of 'theming' in language. We don't really support themes. We support customizing some css properties via variables. - remove fonts and borders section. - update language to use css custom properties vs variables for clarity.
Update graphics, links, organization and addition of customization page and link
Update branch name for deploy trigger
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
techgangboss
approved these changes
Sep 22, 2022
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.
approving as same PR from docs-images branch
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.
Description
Checklist
package.json
is incremented following semantic versioningyarn check
&yarn build
to confirm there are not any associated errors