Skip to content

Commit

Permalink
Sample: Minimize mode sample (#1290)
Browse files Browse the repository at this point in the history
* Add minimize mode sample

* Cosmetics
  • Loading branch information
compulim committed Nov 2, 2018
1 parent e4d3134 commit a62b627
Show file tree
Hide file tree
Showing 25 changed files with 16,202 additions and 16 deletions.
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"packages": [
"packages/*",
"samples/breakaway-speech-button",
"samples/minimize-mode",
"samples/redux-activity-middleware"
],
"version": "0.0.0"
Expand Down
13 changes: 9 additions & 4 deletions packages/bundle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 30 additions & 11 deletions packages/component/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ On your web site, instead of connecting to your backend thru REST/Web Socket API

If you want to deep-customize Web Chat, you can break Web Chat into multiple breakaway components and join them back together.

- [Minimize mode](https://microsoft.github.io/BotFramework-WebChat/minimize-mode) [(source)](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/minimize-mode)
- [Speech button](https://microsoft.github.io/BotFramework-WebChat/breakaway-speech-button) [(source)](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/breakaway-speech-button)

## Timestamps
Expand Down
23 changes: 23 additions & 0 deletions samples/minimize-mode/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Empty file added samples/minimize-mode/README.md
Empty file.
Loading

0 comments on commit a62b627

Please sign in to comment.