Skip to content
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

wet-366 Create Working Examples for Utilities/Helpers: Forms (GCWeb) #2234

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

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.

None yet

3 participants