This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Codecov Report
@@ Coverage Diff @@
## main #472 +/- ##
=======================================
Coverage 91.78% 91.78%
=======================================
Files 25 25
Lines 280 280
Branches 35 35
=======================================
Hits 257 257
Misses 14 14
Partials 9 9 Continue to review full report at Codecov.
|
matthprost
approved these changes
Sep 7, 2022
QuiiBz
approved these changes
Sep 9, 2022
philibea
approved these changes
Sep 9, 2022
baptisteArno
force-pushed
the
docs/improve-dx
branch
from
September 12, 2022 08:02
2a5ff5d
to
87f7d17
Compare
baptisteArno
force-pushed
the
docs/improve-dx
branch
from
September 12, 2022 11:50
87f7d17
to
a069d42
Compare
Couldn't solve initial page load, issue is tracked here: #483 |
scaleway-bot
pushed a commit
that referenced
this pull request
Sep 14, 2022
## [1.29.2](v1.29.1...v1.29.2) (2022-09-14) ### 📝 Documentation * improve documentation DX ([#472](#472)) ([e1a4c20](e1a4c20)) ### 📦 Chore * **deps:** add require-from-string ([#496](#496)) ([95af3e5](95af3e5)) * **devdeps:** update dependency rollup-plugin-visualizer to v5.8.1 ([#492](#492)) ([4519c49](4519c49)) * **devdeps:** update dependency typescript to v4.8.3 ([#493](#493)) ([a733466](a733466)) * **pnpm:** update version ([#489](#489)) ([48bcf07](48bcf07))
🎉 This PR is included in version 1.29.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Type
Description
This is my attempt on improving documentation DX. Here is what changed:
Form
,Fields
,SubmitErrorAlert
,Submit
(instead of alphabetical)Form
decorator anymoreForm
story shows a fully-fledge form instead of "I'm inside a Form"Relevant logs and/or screenshots