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

feat(toggle): add toggle component #1304

Merged
merged 36 commits into from
Aug 9, 2019
Merged

feat(toggle): add toggle component #1304

merged 36 commits into from
Aug 9, 2019

Conversation

zankevich
Copy link
Contributor

@zankevich zankevich commented Mar 15, 2019

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

Toggle component added. Closes #778

@codecov
Copy link

codecov bot commented Mar 15, 2019

Codecov Report

Merging #1304 into master will increase coverage by 0.08%.
The diff coverage is 91.13%.

@@            Coverage Diff             @@
##           master    #1304      +/-   ##
==========================================
+ Coverage   83.88%   83.97%   +0.08%     
==========================================
  Files         232      234       +2     
  Lines        7595     7674      +79     
  Branches      670      672       +2     
==========================================
+ Hits         6371     6444      +73     
- Misses       1027     1032       +5     
- Partials      197      198       +1
Impacted Files Coverage Δ
...rk/theme/components/checkbox/checkbox.component.ts 96.55% <ø> (ø) ⬆️
src/framework/theme/public_api.ts 100% <100%> (ø) ⬆️
...framework/theme/components/toggle/toggle.module.ts 100% <100%> (ø)
...mework/theme/components/toggle/toggle.component.ts 90.27% <90.27%> (ø)
src/framework/theme/services/direction.service.ts 95.65% <0%> (+4.34%) ⬆️

@zankevich zankevich changed the title Add toggle component feat(toggle): add toggle component Mar 15, 2019
@nnixaa
Copy link
Collaborator

nnixaa commented Jun 4, 2019

#778

nnixaa
nnixaa previously requested changes Jun 6, 2019
src/framework/theme/components/toggle/toggle.component.ts Outdated Show resolved Hide resolved
docs/structure.ts Show resolved Hide resolved
docs/app/@theme/theme.module.ts Outdated Show resolved Hide resolved
docs/app/app.module.ts Outdated Show resolved Hide resolved
src/framework/theme/components/toggle/toggle.component.ts Outdated Show resolved Hide resolved
src/framework/theme/components/toggle/toggle.component.ts Outdated Show resolved Hide resolved
src/framework/theme/components/toggle/toggle.spec.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@yggg yggg left a comment

Choose a reason for hiding this comment

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

Also, please remove src/framework/theme/index.ts file.
And disabled checked toggle has no checkmark.

docs/app/@theme/theme.module.ts Outdated Show resolved Hide resolved
docs/app/app.module.ts Outdated Show resolved Hide resolved
docs/assets/images/components/toggle.svg Outdated Show resolved Hide resolved
package-lock.json Outdated Show resolved Hide resolved
DEV_DOCS.md Show resolved Hide resolved
src/framework/theme/styles/themes/_mapping.scss Outdated Show resolved Hide resolved
src/framework/theme/styles/themes/_mapping.scss Outdated Show resolved Hide resolved
src/framework/theme/components/toggle/toggle.spec.ts Outdated Show resolved Hide resolved
src/framework/theme/components/toggle/toggle.component.ts Outdated Show resolved Hide resolved
@yggg yggg merged commit d86edce into akveo:master Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Toggle]: new component
4 participants