Skip to content
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

[Embed] Starter pack embed embed #4935

Merged
merged 6 commits into from
Aug 14, 2024
Merged

[Embed] Starter pack embed embed #4935

merged 6 commits into from
Aug 14, 2024

Conversation

mozzius
Copy link
Member

@mozzius mozzius commented Aug 14, 2024

Copy link

render bot commented Aug 14, 2024

Copy link

Old size New size Diff
7.09 MB 7.09 MB 0 B (0.00%)

{content.record.description && (
<p className="text-sm mt-1">{content.record.description}</p>
)}
{!!content.joinedAllTimeCount && content.joinedAllTimeCount > 50 && (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we might want to always show this count for embeds. Or at least drop the count to something like 10 or 15?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since you're also here @estrattonbailey, thoughts?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm down to drop it to 10 or so. Should I do it for the in-app one too presumably?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, no strong opinions but i think leaving it alone in the app is fine. embeds feel more "immediately going to be seen" so think having the count show up there more easily is nice.

too bad we don't have like "joined in the last 24 hours" though.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imo it should be consistent, whichever way we do it. bare in mind the most popular one in this UK wave (the quiet riot one) has only 67 joins

@haileyok
Copy link
Contributor

looks good, same question as eric re: the comment but i think you're right to comment it out.

@mozzius mozzius merged commit b6fa0d2 into main Aug 14, 2024
6 checks passed
@mozzius mozzius deleted the starter-pack-embed branch August 14, 2024 20:02
estrattonbailey added a commit that referenced this pull request Aug 15, 2024
* origin/main: (28 commits)
  swap control files (#4936)
  [Embed] Starter pack embed embed (#4935)
  [Video] set audio category to ambient every time a new player is made (#4934)
  Add `/live/` to supported YouTube embed URLs (#4932)
  [Video] Try/catch video play/pause (#4930)
  Don't kick to login screen on network error (#4911)
  Remove .withProxy() calls (#4929)
  [Video] Audio duck off main thread (#4926)
  subclass agent to add setPersistSessionHandler (#4928)
  [Video] Fix crash when switching tabs (#4925)
  [Video] Invert usage of `setAudioActive` (#4924)
  Upgrade API, implement XRPC rework (#4857)
  rm from swift (#4923)
  Fix Android composer cursor bug by removing `setTimeout` from native composer `onChangeText` (#4922)
  Show handle in recent searches and fix truncation (#4917)
  Improve styles (#4916)
  Mark string for localization (#4920)
  Fix `occurred` typo (#4919)
  [Video] Resume background audio whenever muting video audio (#4915)
  [Videos] Add error boundary to native (#4914)
  ...
estrattonbailey added a commit that referenced this pull request Aug 21, 2024
* origin/main: (50 commits)
  Add `list hidden` screen (#4958)
  Expose more methods, support disabled items (#4954)
  Expose more props from button (#4953)
  Fix orphaned feed slices, handle blocks (#4944)
  Tweak `expo-modules-core` hack patch (#4955)
  [Experiment] Always show bottom bar (#4946)
  Revert "[Video] Download videos" (#4945)
  Move global "Sign out" out of the current account row (#4941)
  Hack patch for testing OTA update crash behavior (#4942)
  [Video] Download videos (#4886)
  swap control files (#4936)
  [Embed] Starter pack embed embed (#4935)
  [Video] set audio category to ambient every time a new player is made (#4934)
  Add `/live/` to supported YouTube embed URLs (#4932)
  [Video] Try/catch video play/pause (#4930)
  Don't kick to login screen on network error (#4911)
  Remove .withProxy() calls (#4929)
  [Video] Audio duck off main thread (#4926)
  subclass agent to add setPersistSessionHandler (#4928)
  [Video] Fix crash when switching tabs (#4925)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants