Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

makeswift/vibes

migueloller created a review comment on a pull request on makeswift/vibes
You could do something like this: ```ts return ( <Suspense fallback={<Skeleton />}> {mapStreamable(streamableReview, reviews => reviews.length === 0 ? <EmptyState /> : <ReviewsList revi...

View on GitHub

migueloller created a review comment on a pull request on makeswift/vibes
If we're using `await` there's no need to use `mapStreamable` since we can just do this: ```ts const reviews = await streamableReviews ``` That being said, using `mapStreamable` should remo...

View on GitHub

migueloller created a review on a pull request on makeswift/vibes
Looks good 👍🏻 By the way, looks like you're still opening this PR from a fork instead of a branch from the repo, which is resulting in Vercel deployments not running automatically and asking fo...

View on GitHub

migueloller created a review on a pull request on makeswift/vibes
Looks good 👍🏻 By the way, looks like you're still opening this PR from a fork instead of a branch from the repo, which is resulting in Vercel deployments not running automatically and asking fo...

View on GitHub

jorgemoya created a review comment on a pull request on makeswift/vibes
I think exporting the Skeleton is still a great idea for those use cases when users want to stream in the entire data.

View on GitHub

jorgemoya created a review comment on a pull request on makeswift/vibes
This is only needed because I resolve reviews to know if I want to render empty component or not. See above.

View on GitHub

jorgemoya created a review comment on a pull request on makeswift/vibes
Not sure what is the naming convention for internal components.

View on GitHub

jorgemoya created a review comment on a pull request on makeswift/vibes
I tried to wrap this in a `<Suspense />`, but below we use this value to know if we should render the empty state, so unfortunately I need to resolve here. Any ideas?

View on GitHub

jorgemoya created a review on a pull request on makeswift/vibes

View on GitHub

vercel[bot] created a comment on a pull request on makeswift/vibes
[vc]: #TtXios4CfYbMH/sYm5WRJS774gb57BRpZAkR5nwD5Nw=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJ2aWJlcyIsInJvb3REaXJlY3RvcnkiOiJhcHBzL3dlYiIsImluc3BlY3RvclVybCI6Imh0d...

View on GitHub

jorgemoya opened a pull request on makeswift/vibes
feat: add streamable props in Reviews section
- Wraps `<Reviews />` in `Suspense` boundary and internally resolves Promises if passed. - Adds missing `reviewsLabel`.
vercel[bot] created a comment on a pull request on makeswift/vibes
@jorgemoya is attempting to deploy a commit to the **Makeswift** Team on [Vercel](https://vercel.com). A member of the Team first needs to [authorize it](https://vercel.com/git/authorize?team=Make...

View on GitHub

migueloller deleted a branch makeswift/vibes

miguel/eng-6852-vibes-uses-interface-instead-of-type

migueloller pushed 10 commits to main makeswift/vibes
  • fix: use appropriate ESLint parser and shared config 99296cc
  • lint: match Catalyst import order 9ada7f4
  • chore: remove Prettier sort order plugin 067a626
  • chore: run `prettier --write` and `eslint --fix` da7732f
  • fix: type mismatch in `getVariableCode` 18b9e7a
  • feat: clean up brand CSS vars style tag 6c91468
  • ci: add typecheck CI step 2dd6f95
  • fix: resolve all ESLint errors 9105a3c
  • feat: re-enable linting in CI and builds 21b18bb
  • chore: Prettier 3ab6483

View on GitHub

migueloller closed a pull request on makeswift/vibes
Match Prettier and ESLint to Catalyst
This PR configures a couple of things with Prettier and ESLint to better match Catalyst. - Removes Prettier import order plugin in favor of ESLint `import/order` rule - Fixed ESLint config by usi...
migueloller pushed 3 commits to miguel/eng-6852-vibes-uses-interface-instead-of-type makeswift/vibes
  • fix: resolve all ESLint errors c5b62f0
  • feat: re-enable linting in CI and builds b560f95
  • chore: Prettier 778e738

View on GitHub

migueloller pushed 1 commit to miguel/eng-6852-vibes-uses-interface-instead-of-type makeswift/vibes

View on GitHub

migueloller pushed 6 commits to miguel/eng-6852-vibes-uses-interface-instead-of-type makeswift/vibes
  • chore: run `prettier --write` and `eslint --fix` 85a1568
  • fix: type mismatch in `getVariableCode` 7f8a356
  • feat: clean up brand CSS vars style tag 919753d
  • ci: add typecheck CI step 2d4e506
  • fix: resolve all ESLint errors ccf37ec
  • feat: re-enable linting in CI and builds f05af7d

View on GitHub

migueloller pushed 2 commits to miguel/eng-6852-vibes-uses-interface-instead-of-type makeswift/vibes
  • fix: type mismatch in `getVariableCode` 65ef570
  • feat: clean up brand CSS vars style tag 91e4370

View on GitHub

migueloller pushed 4 commits to miguel/eng-6852-vibes-uses-interface-instead-of-type makeswift/vibes
  • fix: use appropriate ESLint parser and shared config 6311032
  • lint: match Catalyst import order 34d0703
  • chore: remove Prettier sort order plugin 52412a0
  • chore: run `prettier --write` and `eslint --fix` 175456c

View on GitHub

linear[bot] created a comment on a pull request on makeswift/vibes
<p><a href="https://linear.app/makeswift/issue/ENG-6852/vibes-uses-interface-instead-of-type">ENG-6852 VIBES uses `interface` instead of `type`</a></p>

View on GitHub

andrewreifman pushed 3 commits to alan/vib-875-hide-carousel-scrollbar-and-arrows-when-there-is-no makeswift/vibes
  • fix: move margins for button in slideshow bd82930
  • fix: remove button and button link easing and duration 9032962
  • Merge branch 'main' into alan/vib-875-hide-carousel-scrollbar-and-arrows-when-there-is-no fbd0ff6

View on GitHub

andrewreifman pushed 1 commit to main makeswift/vibes
  • fix: remove button and button link easing and duration 9032962

View on GitHub

andrewreifman deleted a branch makeswift/vibes

andrew/button-transition

andrewreifman created a branch on makeswift/vibes

andrew/button-transition

andrewreifman pushed 1 commit to main makeswift/vibes
  • fix: move margins for button in slideshow bd82930

View on GitHub

andrewreifman deleted a branch makeswift/vibes

andrew/slideshow-margin

Load more