-
Notifications
You must be signed in to change notification settings - Fork 28
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
move scripts to common top level folder #17
Comments
raviteja83
added a commit
that referenced
this issue
Dec 29, 2021
* chore: setting up learn + build * chore: change package name * chore: create docs in lerna * chore: create apps in lerna * Merge pull request #2 from 100mslive/icon-lib feat: setting up react-icons * Merge pull request #17 from 100mslive/husky-setup chore: setup husky + commitlint * Merge pull request #21 from 100mslive/buttons feat: icon + button styled * feat: build control-bar icons #19 * docs: showcase react-icons * fix: preserve viewbox #22 * Merge pull request #25 from 100mslive/dev-control-bar feat: replace control bar comps ui only * Merge pull request #31 from 100mslive/dev-preview feat: preview component * feat: add stitches utils #35 * feat: dialog component #12 + #36 * Merge pull request #41 from 100mslive/dev-participant-list Dev participant list * fix: outline in icon , button * docs: setup tailwind + mdx * Merge pull request #43 from 100mslive/develop develop * fix: build error and lint * Merge pull request #54 from 100mslive/feat-treeshaking Feat treeshaking * feat: chevron + exit icons * feat: setting next-app * feat: videotile + preview with exp * feat: useVideo + useAudioLevel * feat: VideoList & pagination * fix: icon btn + pagination * chore: release 0.0.2-alpha react-icons * Merge pull request #57 from 100mslive/feat/webrtc-stats feat: webrtc stats * fix: webrtc stats (#59) * fix: remove hmsInternals from context, HMSStore in props * fix: upgrade store version, rename stats * build: bump version * feat: move components libs to pkg level - fix formatting * fix: lint errors, add react as devDep * fix: lint script in react-icons * fix: lint error, add req devDeps * ci: add labels for new packages Co-authored-by: Deepankar Bhade <deep14bhade@gmail.com> Co-authored-by: Eswar Prasad Clinton. A <64120992+eswarclynn@users.noreply.github.com>
raviteja83
pushed a commit
that referenced
this issue
Dec 29, 2021
… to qa2 (#18) * feat: integrate hooks (#15) * chore:upgraded sdk for event handlers * chore(controls):added dummy functions * chore(header): timer added in header * chore(videoList): added padding to videoTiles * feat(controls):mute controls works * chore(controls): mute buttons works * fix: state manged by app * fix(controls): hot fix removed, cases handled properly * chore(appcontext): migrated to functional app context from class based context * feat: LogRocket integration * feat: Hooks integration * fix: Fixed useHMSRoom usage * fix: Add Hooks with JS * fix: Working hooks integration * fix: Working hooks integration from npm package * feat: Integrate hook for screenshare Co-authored-by: nikhilbghodke <nikhil.ghodke17@vit.edu> Co-authored-by: Aditya Kumar <k.aditya00@gmail.com> * Video mute fix (#16) * feat: Update sdk-components version * feat: Add ParticipantList component * feat: Splits audio and video tracks * feat: Integrates audio video separation into web app * chore: Improves log formatting Co-authored-by: Aditya Gupta <aditya.3356@gmail.com> * Component upgrade (#17) * feat: Adds screenshare * feat: Correct name and icon * feat: version upgrade and focus removal Co-authored-by: Aditya Gupta <53447181+aditya3356@users.noreply.github.com> Co-authored-by: nikhilbghodke <nikhil.ghodke17@vit.edu> Co-authored-by: Aditya Kumar <k.aditya00@gmail.com> Co-authored-by: Aditya Gupta <aditya.3356@gmail.com>
raviteja83
pushed a commit
that referenced
this issue
Jan 4, 2022
… to qa2 (#18) * feat: integrate hooks (#15) * chore:upgraded sdk for event handlers * chore(controls):added dummy functions * chore(header): timer added in header * chore(videoList): added padding to videoTiles * feat(controls):mute controls works * chore(controls): mute buttons works * fix: state manged by app * fix(controls): hot fix removed, cases handled properly * chore(appcontext): migrated to functional app context from class based context * feat: LogRocket integration * feat: Hooks integration * fix: Fixed useHMSRoom usage * fix: Add Hooks with JS * fix: Working hooks integration * fix: Working hooks integration from npm package * feat: Integrate hook for screenshare Co-authored-by: nikhilbghodke <nikhil.ghodke17@vit.edu> Co-authored-by: Aditya Kumar <k.aditya00@gmail.com> * Video mute fix (#16) * feat: Update sdk-components version * feat: Add ParticipantList component * feat: Splits audio and video tracks * feat: Integrates audio video separation into web app * chore: Improves log formatting Co-authored-by: Aditya Gupta <aditya.3356@gmail.com> * Component upgrade (#17) * feat: Adds screenshare * feat: Correct name and icon * feat: version upgrade and focus removal Co-authored-by: Aditya Gupta <53447181+aditya3356@users.noreply.github.com> Co-authored-by: nikhilbghodke <nikhil.ghodke17@vit.edu> Co-authored-by: Aditya Kumar <k.aditya00@gmail.com> Co-authored-by: Aditya Gupta <aditya.3356@gmail.com>
raviteja83
added a commit
that referenced
this issue
Jan 5, 2022
* chore: setting up learn + build * chore: change package name * chore: create docs in lerna * chore: create apps in lerna * Merge pull request #2 from 100mslive/icon-lib feat: setting up react-icons * Merge pull request #17 from 100mslive/husky-setup chore: setup husky + commitlint * Merge pull request #21 from 100mslive/buttons feat: icon + button styled * feat: build control-bar icons #19 * docs: showcase react-icons * fix: preserve viewbox #22 * Merge pull request #25 from 100mslive/dev-control-bar feat: replace control bar comps ui only * Merge pull request #31 from 100mslive/dev-preview feat: preview component * feat: add stitches utils #35 * feat: dialog component #12 + #36 * Merge pull request #41 from 100mslive/dev-participant-list Dev participant list * fix: outline in icon , button * docs: setup tailwind + mdx * Merge pull request #43 from 100mslive/develop develop * fix: build error and lint * Merge pull request #54 from 100mslive/feat-treeshaking Feat treeshaking * feat: chevron + exit icons * feat: setting next-app * feat: videotile + preview with exp * feat: useVideo + useAudioLevel * feat: VideoList & pagination * fix: icon btn + pagination * chore: release 0.0.2-alpha react-icons * Merge pull request #57 from 100mslive/feat/webrtc-stats feat: webrtc stats * fix: webrtc stats (#59) * fix: remove hmsInternals from context, HMSStore in props * fix: upgrade store version, rename stats * build: bump version * feat: move components libs to pkg level - fix formatting * fix: lint errors, add react as devDep * fix: lint script in react-icons * fix: lint error, add req devDeps * ci: add labels for new packages Co-authored-by: Deepankar Bhade <deep14bhade@gmail.com> Co-authored-by: Eswar Prasad Clinton. A <64120992+eswarclynn@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: