-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feat: added isVisible toggle #1285
Commits on Apr 30, 2024
-
Merge pull request CodeCrowCorp#1199 from CodeCrowCorp/dev
Feat: changed platform icons to svg icons from endpoint
Configuration menu - View commit details
-
Copy full SHA for 0fdea2f - Browse repository at this point
Copy the full SHA 0fdea2fView commit details -
Merge pull request CodeCrowCorp#1201 from CodeCrowCorp/dev
Merge pull request CodeCrowCorp#1200 from gagansuie/dev
Configuration menu - View commit details
-
Copy full SHA for 4ddf388 - Browse repository at this point
Copy the full SHA 4ddf388View commit details -
Merge pull request CodeCrowCorp#1203 from CodeCrowCorp/dev
Fix: deleting channel thumbnail issues
Configuration menu - View commit details
-
Copy full SHA for edefc16 - Browse repository at this point
Copy the full SHA edefc16View commit details -
Merge pull request CodeCrowCorp#1205 from CodeCrowCorp/dev
Fix: profile not showing on message username click
Configuration menu - View commit details
-
Copy full SHA for 67b1cef - Browse repository at this point
Copy the full SHA 67b1cefView commit details
Commits on May 1, 2024
-
Merge pull request CodeCrowCorp#1208 from CodeCrowCorp/dev
Fix: url page.params.channelId not changing on navigation
Configuration menu - View commit details
-
Copy full SHA for 6c8baef - Browse repository at this point
Copy the full SHA 6c8baefView commit details
Commits on May 2, 2024
-
Merge pull request CodeCrowCorp#1210 from CodeCrowCorp/dev
Fix: channelId param issues causing websocket 1006
Configuration menu - View commit details
-
Copy full SHA for a45e7df - Browse repository at this point
Copy the full SHA a45e7dfView commit details
Commits on May 5, 2024
-
Merge pull request CodeCrowCorp#1224 from CodeCrowCorp/dev
Feat: switched to Sentry again for testing
Configuration menu - View commit details
-
Copy full SHA for 69b0a25 - Browse repository at this point
Copy the full SHA 69b0a25View commit details -
Merge pull request CodeCrowCorp#1229 from CodeCrowCorp/dev
Fix: removed readyState check
Configuration menu - View commit details
-
Copy full SHA for 349ff71 - Browse repository at this point
Copy the full SHA 349ff71View commit details
Commits on May 6, 2024
-
Build(deps): Bump codecov/codecov-action from 4.3.0 to 4.3.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 07de921 - Browse repository at this point
Copy the full SHA 07de921View commit details -
Build(deps): Bump cloudflare/wrangler-action from 3.4.1 to 3.5.0
Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](cloudflare/wrangler-action@v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 706575c - Browse repository at this point
Copy the full SHA 706575cView commit details -
Merge pull request CodeCrowCorp#1234 from CodeCrowCorp/dependabot/git…
…hub_actions/codecov/codecov-action-4.3.1 Build(deps): Bump codecov/codecov-action from 4.3.0 to 4.3.1
Configuration menu - View commit details
-
Copy full SHA for 59d2329 - Browse repository at this point
Copy the full SHA 59d2329View commit details -
Merge pull request CodeCrowCorp#1235 from CodeCrowCorp/dependabot/git…
…hub_actions/cloudflare/wrangler-action-3.5.0 Build(deps): Bump cloudflare/wrangler-action from 3.4.1 to 3.5.0
Configuration menu - View commit details
-
Copy full SHA for 7894a8d - Browse repository at this point
Copy the full SHA 7894a8dView commit details
Commits on May 7, 2024
-
Build(deps-dev): Bump @playwright/test from 1.43.1 to 1.44.0
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.43.1 to 1.44.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.43.1...v1.44.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f63aab - Browse repository at this point
Copy the full SHA 0f63aabView commit details -
Merge pull request CodeCrowCorp#1240 from CodeCrowCorp/dependabot/npm…
…_and_yarn/playwright/test-1.44.0 Build(deps-dev): Bump @playwright/test from 1.43.1 to 1.44.0
Configuration menu - View commit details
-
Copy full SHA for 9112194 - Browse repository at this point
Copy the full SHA 9112194View commit details
Commits on May 15, 2024
-
Merge pull request CodeCrowCorp#1247 from CodeCrowCorp/dev
Fix: profile user issue and duplicate history code
Configuration menu - View commit details
-
Copy full SHA for 89f0e13 - Browse repository at this point
Copy the full SHA 89f0e13View commit details -
Merge pull request CodeCrowCorp#1249 from CodeCrowCorp/dev
Fix: moved websocket listener above emits
Configuration menu - View commit details
-
Copy full SHA for bbd8055 - Browse repository at this point
Copy the full SHA bbd8055View commit details -
Merge pull request CodeCrowCorp#1251 from CodeCrowCorp/dev
Fix: testing null video elements
Configuration menu - View commit details
-
Copy full SHA for 2b25b89 - Browse repository at this point
Copy the full SHA 2b25b89View commit details
Commits on May 20, 2024
-
Build(deps): Bump codecov/codecov-action from 4.3.1 to 4.4.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e76d5e5 - Browse repository at this point
Copy the full SHA e76d5e5View commit details -
Merge pull request CodeCrowCorp#1257 from CodeCrowCorp/dependabot/git…
…hub_actions/codecov/codecov-action-4.4.0 Build(deps): Bump codecov/codecov-action from 4.3.1 to 4.4.0
Configuration menu - View commit details
-
Copy full SHA for 7fe3360 - Browse repository at this point
Copy the full SHA 7fe3360View commit details
Commits on May 21, 2024
-
Merge pull request CodeCrowCorp#1259 from CodeCrowCorp/dev
Feat: send messages to Twitch and YouTube
Configuration menu - View commit details
-
Copy full SHA for 335d1ea - Browse repository at this point
Copy the full SHA 335d1eaView commit details
Commits on May 23, 2024
-
Merge pull request CodeCrowCorp#1263 from CodeCrowCorp/dev
Feat: updated channel and profile SEO
Configuration menu - View commit details
-
Copy full SHA for 2281c3b - Browse repository at this point
Copy the full SHA 2281c3bView commit details -
Merge pull request CodeCrowCorp#1266 from CodeCrowCorp/dev
Fix: prevent thumbnail screenshot if not live
Configuration menu - View commit details
-
Copy full SHA for 3cd3703 - Browse repository at this point
Copy the full SHA 3cd3703View commit details
Commits on May 24, 2024
-
Build(deps): Bump @event-calendar/time-grid from 2.7.2 to 3.0.0
Bumps [@event-calendar/time-grid](https://github.com/vkurko/calendar/tree/HEAD/packages/time-grid) from 2.7.2 to 3.0.0. - [Release notes](https://github.com/vkurko/calendar/releases) - [Changelog](https://github.com/vkurko/calendar/blob/master/CHANGELOG.md) - [Commits](https://github.com/vkurko/calendar/commits/v3.0.0/packages/time-grid) --- updated-dependencies: - dependency-name: "@event-calendar/time-grid" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 79b03ee - Browse repository at this point
Copy the full SHA 79b03eeView commit details -
Merge pull request CodeCrowCorp#1267 from CodeCrowCorp/dependabot/npm…
…_and_yarn/event-calendar/time-grid-3.0.0 Build(deps): Bump @event-calendar/time-grid from 2.7.2 to 3.0.0
Configuration menu - View commit details
-
Copy full SHA for bb86ea9 - Browse repository at this point
Copy the full SHA bb86ea9View commit details -
Build(deps-dev): Bump @playwright/test from 1.44.0 to 1.44.1
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.44.0 to 1.44.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.44.0...v1.44.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for adbf9eb - Browse repository at this point
Copy the full SHA adbf9ebView commit details -
Build(deps): Bump @event-calendar/core from 2.7.2 to 3.0.0
Bumps [@event-calendar/core](https://github.com/vkurko/calendar/tree/HEAD/packages/core) from 2.7.2 to 3.0.0. - [Release notes](https://github.com/vkurko/calendar/releases) - [Changelog](https://github.com/vkurko/calendar/blob/master/CHANGELOG.md) - [Commits](https://github.com/vkurko/calendar/commits/v3.0.0/packages/core) --- updated-dependencies: - dependency-name: "@event-calendar/core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 18ed4ba - Browse repository at this point
Copy the full SHA 18ed4baView commit details -
Merge pull request CodeCrowCorp#1269 from CodeCrowCorp/dependabot/npm…
…_and_yarn/playwright/test-1.44.1 Build(deps-dev): Bump @playwright/test from 1.44.0 to 1.44.1
Configuration menu - View commit details
-
Copy full SHA for 4a9a3a6 - Browse repository at this point
Copy the full SHA 4a9a3a6View commit details -
Merge pull request CodeCrowCorp#1268 from CodeCrowCorp/dependabot/npm…
…_and_yarn/event-calendar/core-3.0.0 Build(deps): Bump @event-calendar/core from 2.7.2 to 3.0.0
Configuration menu - View commit details
-
Copy full SHA for fb4e316 - Browse repository at this point
Copy the full SHA fb4e316View commit details
Commits on May 27, 2024
-
Build(deps): Bump codecov/codecov-action from 4.4.0 to 4.4.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 6a4562f - Browse repository at this point
Copy the full SHA 6a4562fView commit details -
Build(deps): Bump cloudflare/wrangler-action from 3.5.0 to 3.6.1
Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.5.0 to 3.6.1. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](cloudflare/wrangler-action@v3.5.0...v3.6.1) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for d3b1154 - Browse repository at this point
Copy the full SHA d3b1154View commit details -
Merge pull request CodeCrowCorp#1270 from CodeCrowCorp/dependabot/git…
…hub_actions/codecov/codecov-action-4.4.1 Build(deps): Bump codecov/codecov-action from 4.4.0 to 4.4.1
Configuration menu - View commit details
-
Copy full SHA for ffdee92 - Browse repository at this point
Copy the full SHA ffdee92View commit details -
Merge pull request CodeCrowCorp#1271 from CodeCrowCorp/dependabot/git…
…hub_actions/cloudflare/wrangler-action-3.6.1 Build(deps): Bump cloudflare/wrangler-action from 3.5.0 to 3.6.1
Configuration menu - View commit details
-
Copy full SHA for 95ff4a0 - Browse repository at this point
Copy the full SHA 95ff4a0View commit details
Commits on May 28, 2024
-
Merge pull request CodeCrowCorp#1275 from CodeCrowCorp/dev
Feat: added horizontal vods list to channel page
Configuration menu - View commit details
-
Copy full SHA for a948b7d - Browse repository at this point
Copy the full SHA a948b7dView commit details
Commits on Jun 3, 2024
-
Merge pull request CodeCrowCorp#1277 from CodeCrowCorp/dev
Fix: minor image optimizations
Configuration menu - View commit details
-
Copy full SHA for 43a3311 - Browse repository at this point
Copy the full SHA 43a3311View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4898823 - Browse repository at this point
Copy the full SHA 4898823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fa0b08 - Browse repository at this point
Copy the full SHA 1fa0b08View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56955db - Browse repository at this point
Copy the full SHA 56955dbView commit details