Skip to content

Conversation

@hongbinyu413
Copy link
Contributor

No description provided.

@hongbinyu413 hongbinyu413 temporarily deployed to github-ci August 24, 2023 19:37 — with GitHub Actions Inactive
@hongbinyu413 hongbinyu413 temporarily deployed to github-ci August 24, 2023 19:41 — with GitHub Actions Inactive
@duboisp duboisp added the Query: Project item Part of a github project label Sep 21, 2023
Copy link
Member

@duboisp duboisp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some additional change required

"fr": "Les éléments HTML utilisé tel quel."
},
"modified": "2023-02-21",
"componentName": "Utilities",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"componentName": "Utilities",
"componentName": "utilities",

{
"title": "Forms",
"language": "en",
"path": "forms.html"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"path": "forms.html"
"path": "helpers/forms.html"

{
"title": "Formulaires",
"language": "fr",
"path": "formulaires.html"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"path": "formulaires.html"
"path": "helpers/formulaires.html"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This index.json-ld need to be one level up, Here: common/utilities/

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing the following modifier as a static example and a few more. Check the project card for all the CSS that need to be demoed:

  • has-success

Copy link
Member

@duboisp duboisp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Remove the merge commit
  • Fix the content structure as commented inline
  • Fix the lint spacing issue

Comment on lines 172 to 179
<code class="language-html" data-lang="html">
&lt;input class="form-control input-lg" type="datetime" placeholder=".form-control .input-lg" />
&lt;input class="form-control" type="datetime-local" placeholder="Default input" />
&lt;input class="form-control input-sm" type="date" placeholder=".form-control .input-sm" />
&lt;input class="form-control input-lg" type="month" placeholder=".form-control .input-lg" />
&lt;input class="form-control" type="datetime-time" placeholder="Default input" />
&lt;input class="form-control input-sm" type="week" placeholder=".form-control .input-sm" />
</code>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<code class="language-html" data-lang="html">
&lt;input class="form-control input-lg" type="datetime" placeholder=".form-control .input-lg" />
&lt;input class="form-control" type="datetime-local" placeholder="Default input" />
&lt;input class="form-control input-sm" type="date" placeholder=".form-control .input-sm" />
&lt;input class="form-control input-lg" type="month" placeholder=".form-control .input-lg" />
&lt;input class="form-control" type="datetime-time" placeholder="Default input" />
&lt;input class="form-control input-sm" type="week" placeholder=".form-control .input-sm" />
</code>
<pre><code class="language-html" data-lang="html">
&lt;input class="form-control input-lg" type="datetime" placeholder=".form-control .input-lg" />
&lt;input class="form-control" type="datetime-local" placeholder="Default input" />
&lt;input class="form-control input-sm" type="date" placeholder=".form-control .input-sm" />
&lt;input class="form-control input-lg" type="month" placeholder=".form-control .input-lg" />
&lt;input class="form-control" type="datetime-time" placeholder="Default input" />
&lt;input class="form-control input-sm" type="week" placeholder=".form-control .input-sm" />
</code></pre>

<input class="form-control input-sm" type="week" placeholder=".form-control .input-sm" />
</div>

<br/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<br/>

<br/>


<strong>input type: datetime</strong>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<strong>input type: datetime</strong>
<h4>input type: datetime</h4>

</label>
</div>

<div class="prettyprint prettyprinted"><pre><code class="language-html" data-lang="html">&lt;div class="checkbox"&gt;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<div class="prettyprint prettyprinted"><pre><code class="language-html" data-lang="html">&lt;div class="checkbox"&gt;
<pre class="prettyprint prettyprinted"><code class="language-html" data-lang="html">&lt;div class="checkbox"&gt;

Copy link
Member

@duboisp duboisp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Query: Project item Part of a github project

Projects

Status: For Review

Development

Successfully merging this pull request may close these issues.

3 participants