-
- Downloads
Merge remote-tracking branch 'origin/react-userlist' into react-user-list
* origin/react-userlist: (60 commits) Fix user-list fade-in animation on mobile Fix an issue with the emoji status resulted from the last merge Adds emoji status icons to the react user list component Set Grunt to rerun the syntax check on any JS/JSX file change. Cleaning up. Updated the instructions on running Grunt. Got rid of unused Grunt plugins. Got the old start script back to allow the way to run Meteor outside the build process. Removed unused configuration files left by Meteor and Meteorite, as well as the old start script. Autofixed most of the linter warnings related to the Airbnb JavaScript Style Guide. Added an option to autofix linter warnings (where possible) on build. Incorporated linting into the build process. Added lint checking to the HTML5 client. Combined two npm configuration files together and put it into the root directory of HTML5 client (required by Meteor to recognize the location of packages installed). Change how proptype is imported in react components Remove .jshintrc file Update README.md Move user-list's data fetching and actions to a separate file Change user-list to import and export rather than having everything global Upgraded to Meteor 1.3 Beta and replaced the Atmosphere's Classnames package with its npm analogue. ...
Showing
- bigbluebutton-html5/.jscsrc 6 additions, 0 deletionsbigbluebutton-html5/.jscsrc
- bigbluebutton-html5/.meteor/.finished-upgraders 0 additions, 0 deletionsbigbluebutton-html5/.meteor/.finished-upgraders
- bigbluebutton-html5/.meteor/.gitignore 0 additions, 0 deletionsbigbluebutton-html5/.meteor/.gitignore
- bigbluebutton-html5/.meteor/.id 0 additions, 0 deletionsbigbluebutton-html5/.meteor/.id
- bigbluebutton-html5/.meteor/cordova-plugins 0 additions, 0 deletionsbigbluebutton-html5/.meteor/cordova-plugins
- bigbluebutton-html5/.meteor/packages 2 additions, 0 deletionsbigbluebutton-html5/.meteor/packages
- bigbluebutton-html5/.meteor/platforms 0 additions, 0 deletionsbigbluebutton-html5/.meteor/platforms
- bigbluebutton-html5/.meteor/release 1 addition, 0 deletionsbigbluebutton-html5/.meteor/release
- bigbluebutton-html5/.meteor/versions 127 additions, 0 deletionsbigbluebutton-html5/.meteor/versions
- bigbluebutton-html5/Gruntfile.js 58 additions, 22 deletionsbigbluebutton-html5/Gruntfile.js
- bigbluebutton-html5/app/.meteor/release 0 additions, 1 deletionbigbluebutton-html5/app/.meteor/release
- bigbluebutton-html5/app/collections/collections.js 0 additions, 17 deletionsbigbluebutton-html5/app/collections/collections.js
- bigbluebutton-html5/app/packages.json 0 additions, 3 deletionsbigbluebutton-html5/app/packages.json
- bigbluebutton-html5/app/smart.json 0 additions, 7 deletionsbigbluebutton-html5/app/smart.json
- bigbluebutton-html5/app/smart.lock 0 additions, 18 deletionsbigbluebutton-html5/app/smart.lock
- bigbluebutton-html5/client/NotificationControl.js 134 additions, 0 deletionsbigbluebutton-html5/client/NotificationControl.js
- bigbluebutton-html5/client/globals.js 240 additions, 215 deletionsbigbluebutton-html5/client/globals.js
- bigbluebutton-html5/client/imports/react/components/Button.jsx 65 additions, 0 deletions...uebutton-html5/client/imports/react/components/Button.jsx
- bigbluebutton-html5/client/imports/react/components/EmojiIcon.jsx 76 additions, 0 deletions...utton-html5/client/imports/react/components/EmojiIcon.jsx
- bigbluebutton-html5/client/imports/react/components/Icon.jsx 34 additions, 0 deletionsbigbluebutton-html5/client/imports/react/components/Icon.jsx
Loading
Please register or sign in to comment