project-booster-vue 9.18.2 → 9.18.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
- package/src/components/cards/__snapshots__/storyshots-puppeteer-test-puppeteer-ts-image-storyshots-project-booster-components-cards-pb-card-/360/237/247/254-features-degradations-1-snap.png +0 -0
- package/src/components/projects/project-hub/PbProjectHub.vue +5 -1
- package/src/components/projects/project-hub/__snapshots__/storyshots-puppeteer-test-puppeteer-ts-image-storyshots-project-booster-components-projects-pb-project-hub-/360/237/246/240-features-estimates-showcase-add-estimates-1-snap.png +0 -0
- package/src/components/projects/project-hub/__snapshots__/storyshots-puppeteer-test-puppeteer-ts-image-storyshots-project-booster-components-projects-pb-project-hub-/360/237/246/240-features-estimates-showcase-empty-state-1-snap.png +0 -0
package/README.md
CHANGED
|
@@ -115,8 +115,8 @@ yarn storybook:deploy
|
|
|
115
115
|
|
|
116
116
|
To improve your development experience, integrate linting features to your IDE:
|
|
117
117
|
|
|
118
|
-
- **IntelliJ** code quality tool configuration for [eslint](https://www.jetbrains.com/help/idea/eslint.html) and [stylelint](https://www.jetbrains.com/help/idea/using-stylelint-code-quality-tool.html);
|
|
119
|
-
- **VSCode** extension for [eslint](https://github.com/microsoft/vscode-eslint) and [stylelint](https://github.com/shinnn/vscode-stylelint);
|
|
118
|
+
- **IntelliJ** code quality tool configuration for [eslint](https://www.jetbrains.com/help/idea/eslint.html), [prettier](https://www.jetbrains.com/help/idea/prettier.html) and [stylelint](https://www.jetbrains.com/help/idea/using-stylelint-code-quality-tool.html);
|
|
119
|
+
- **VSCode** extension for [eslint](https://github.com/microsoft/vscode-eslint), [prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) and [stylelint](https://github.com/shinnn/vscode-stylelint);
|
|
120
120
|
|
|
121
121
|
### Automating linting during dev limitations
|
|
122
122
|
|
package/package.json
CHANGED
|
@@ -136,7 +136,11 @@
|
|
|
136
136
|
</m-container>
|
|
137
137
|
<pb-empty-state
|
|
138
138
|
v-else
|
|
139
|
-
:title="
|
|
139
|
+
:title="
|
|
140
|
+
!readOnly
|
|
141
|
+
? 'Partager vos documents (plan, photo) pour votre RDV de conception avec un conseiller'
|
|
142
|
+
: ''
|
|
143
|
+
"
|
|
140
144
|
:subtitle="!readOnly ? '' : 'Aucune information renseignée'"
|
|
141
145
|
image="https://storage.googleapis.com/project-booster-media/media/empty-media.png"
|
|
142
146
|
:button-label="!readOnly ? 'Ajouter des documents' : ''"
|