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

System 360 master #354

Closed
wants to merge 41 commits into from
Closed
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
4a57a94
button update duo curve 100ms
Sep 27, 2017
853e7af
button curve+duration
Sep 27, 2017
c907123
feat(motion-generator): added system 360 motion generator function
Sep 28, 2017
1c855ed
style(Dropdown): added system 360 motion (curve and dynamic duration)
Sep 28, 2017
65c3b92
Merge pull request #1 from wonilsuh/button-motion
wonilsuh Sep 28, 2017
898e4c2
Merge branch 'wonil-master' of https://github.com/wonilsuh/carbon-com…
Sep 28, 2017
b1e2c17
Merge branch 'master' of github.com:wonilsuh/carbon-components
Sep 28, 2017
ead6aa8
style(dropdown): focus border fix
Sep 29, 2017
59bdd47
style(global): duo easing on button toggle
Sep 29, 2017
de36295
feat(motion): now uses @ibm/motion package
Oct 2, 2017
bb23d5f
style(motion): switch to @ibm/motion
Oct 3, 2017
7c0ee82
Merge pull request #2 from wonilsuh/easing-curves
wonilsuh Oct 3, 2017
ff89edd
Merge branch 'wonil-master' of github.com:wonilsuh/carbon-components …
Oct 3, 2017
3146a8a
style(overflow): wip for motion
Oct 3, 2017
2f73c1b
style(dropdown): motion is fully dynamic and more agnostic
Oct 3, 2017
417324e
Merge branch 'wonil-master' into overflow-updates
Oct 5, 2017
a086bc1
fix(floating-menu): focus blur issue fixed
Oct 5, 2017
53f106b
fix(floating-menu): height check now checks the computed height
Oct 5, 2017
47899a0
style(floating-menu): dynamic duration with size
Oct 5, 2017
d4df8f2
Merge remote-tracking branch 'upstream/master'
Oct 8, 2017
4687280
fix(dropdown): removed console log
Oct 8, 2017
a56b8fb
chore(merge): Merge branch 'master' into system-360-master
Oct 8, 2017
a296e94
fix(style): button easing fix
Oct 9, 2017
08d66b0
fix(style): added button active states
Oct 9, 2017
9476b66
Merge pull request #4 from wonilsuh/button-active-states
wonilsuh Oct 9, 2017
396a0e2
fix(dropdown): PR fixes in progress
Oct 10, 2017
2901d36
fix(dropdown): iteration based method works
Oct 10, 2017
7a26619
fix(style): added ease-in-out var
Oct 10, 2017
df7a8b9
fix(dropdown): passes test
Oct 11, 2017
2dce28d
fix(dropdown): lint and test fixes, also fixed forced synchronous lay…
Oct 11, 2017
1edd5a0
Merge branch 'system-360-master' of github.com:wonilsuh/carbon-compon…
Oct 11, 2017
c228df9
fix(floating-menu): asynchronous layout fix
Oct 11, 2017
2b2718b
fix(floating-menu): unit test fix
Oct 11, 2017
9df17b9
fix(floatingMenu): console commands removed
Oct 12, 2017
499a5b4
fix(floating-menu): optimized code
Oct 12, 2017
640b4b6
fix(floating-menu): addressing unit test issue
Oct 12, 2017
e5cc87c
fix(floating-menu): race condition resolved
Oct 12, 2017
f2a97a2
fix(floating-menu): using ._place for opening sync layout
Oct 12, 2017
6bc8357
fix(floating-menu): lint
Oct 12, 2017
0007943
fix(floating-menu): unit test address
Oct 12, 2017
dd74061
Merge branch 'master' into system-360-master
Oct 13, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ---system-360-motion-in-carbon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
applications:
- name: system-360-motion-in-carbon
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
disk_quota: 256MB
memory: 128MB
path: server.js
Loading