Skip to content

Commit

Permalink
PR suggestion fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Corina committed Apr 29, 2019
1 parent 04262a4 commit 834143f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix [#1789](https://github.com/Microsoft/BotFramework-WebChat/issues/1789). Focus send box after message is being sent, by [@corinagum](https://github.com/corinagum) in PR [#1915](https://github.com/Microsoft/BotFramework-WebChat/pull/1915)
- Fix [#1920](https://github.com/Microsoft/BotFramework-WebChat/issues/1920). Added disabled property to send button, by [@tdurnford](https://github.com/tdurnford) in PR [#1922](https://github.com/Microsoft/BotFramework-WebChat/pull/1922)
- Fix [#1525](https://github.com/Microsoft/BotFramework-WebChat/issues/1525). Add JavaScript error Offline UI, by [@corinagum](https://github.com/corinagum) in PR [#1927](https://github.com/Microsoft/BotFramework-WebChat/pull/1927)
- Fix [#1934](https://github.com/Microsoft/BotFramework-WebChat/issues/1934). Fix spacing of empty ConnectivityStatus component, by [@corinagum](https://github.com/corinagum) in PR [#XXX](https://github.com/Microsoft/BotFramework-WebChat/pull/XXX)
- Fix [#1934](https://github.com/Microsoft/BotFramework-WebChat/issues/1934). Fix spacing of empty ConnectivityStatus component, by [@corinagum](https://github.com/corinagum) in PR [#1939](https://github.com/Microsoft/BotFramework-WebChat/pull/1939)

### Changed
- Deployment: Bumps to [`[email protected]`](https://github.com/azure/blobxfer/), by [@compulim](https://github.com/compulim), in PR [#1897](https://github.com/Microsoft/BotFramework-WebChat/pull/1897)
Expand Down
2 changes: 1 addition & 1 deletion packages/component/src/SendBox/ConnectivityStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default connectConnectivityStatus(
{ localize('RENDER_ERROR_NOTIFICATION', language) }
</div>
: connectivityStatus === 'reconnected' || connectivityStatus === 'connected' &&
<div className={ styleSet.connectivityNotificationEmpty } />
false
}
</DebouncedConnectivityStatus>
</div>
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions packages/component/src/Styles/createStyleSet.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import createBubbleStyle from './StyleSet/Bubble';
import createCarouselFilmStrip from './StyleSet/CarouselFilmStrip';
import createCarouselFlipper from './StyleSet/CarouselFlipper';
import createConnectivityNotification from './StyleSet/ConnectivityNotification';
import createConnectivityNotificationEmpty from './StyleSet/ConnectivityNotificationEmpty';
import createDictationInterimsStyle from './StyleSet/DictationInterims';
import createDownloadAttachmentStyle from './StyleSet/DownloadAttachment';
import createErrorBoxStyle from './StyleSet/ErrorBox';
Expand Down Expand Up @@ -60,7 +59,6 @@ export default function createStyleSet(options) {
carouselFilmStrip: createCarouselFilmStrip(options),
carouselFlipper: createCarouselFlipper(options),
connectivityNotification: createConnectivityNotification(options),
connectivityNotificationEmpty: createConnectivityNotificationEmpty(options),
dictationInterims: createDictationInterimsStyle(options),
downloadAttachment: createDownloadAttachmentStyle(options),
errorBox: createErrorBoxStyle(options),
Expand Down

0 comments on commit 834143f

Please sign in to comment.