Add <Credits> component to shout out contributors#3009
Merged
JonnyBurger merged 17 commits intoremotion-dev:mainfrom Oct 16, 2023
Merged
Add <Credits> component to shout out contributors#3009JonnyBurger merged 17 commits intoremotion-dev:mainfrom
<Credits> component to shout out contributors#3009JonnyBurger merged 17 commits intoremotion-dev:mainfrom
Conversation
* fix default creds * add checking of environment * write output files * makes sense * show render output * alright * selected output * scroll into view if already selected * preview toolbar refactor * Update PreviewToolbar.tsx * commit * get asset metadata * Update FilePreview.tsx * make it a constant * bump `bounty.list` page limit * Update bounty.md * `remotion`: Fix float imprecisions for <Sequence> + add test * respect logLevel in lambda merge function * `@remotion/lambda`: Log merging progress * v4.0.44 * Update bundle-installer.ts * v4.0.45 * Bump postcss from 8.4.18 to 8.4.31 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.18 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.18...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * simulate lambda: enforceAudioTrack like in lambda * Docs: New formatting guide for contributors * link from main page * use priority on which credential to use * parametrize audio bitrate * More frequent progress logging for Lambda during combination phase * new fdk command * add fraunhofer aad into rust binaries * only set audio bitrate if so desired * confirmed it is faster * add test cases * always set audio bitrate for now * Bump zod from 3.21.4 to 3.22.3 Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 to 3.22.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](colinhacks/zod@v3.21.4...v3.22.3) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chromiumOptions can be null * upgrade @typescript-eslint to latest * v4.0.46 * make console test use getProjectId() * Update RenderParams.php * PHP: Extract GetRenderProgressResponse into separate file * Docs: Update Lambda claims * chore(docs): update easings doc with clear signatures to bounce and beizer * chore: add number signature to the othereasing functions * Rename companies.remotion.dev to remotion.pro and introduce Remotion Store * fix bezier typo and update function signatuer * feat: add library starter docs * Update showcase-videos.tsx Add Delba's video: https://twitter.com/delba_oliveira/status/1707439537054535867 * update eslint * fix some formatting * Update showcase-videos.tsx * Update showcase-videos.tsx * new eslint styles * `@remotion/renderer`: Fix multiple bugs keeping event loop running for too long * Add two new tutorials * simplified browser close logic * shuffle around for more performance * Discard changes to packages/lambda/src/functions/helpers/get-browser-instance.ts * revert to old getBrowserInstance() * Update Browser.ts * make forgetEventLoop() and rememberEventLoop() methods * forgetEventLoop * properly forget and remember event loops * kill browser instance when configuration has changed * fixing dead link in docs * fix signature * `@remotion/cli`: Fix --no-open flag * author a remotion library * doc structure * v4.0.47 * `@remotion/gif`: Only clear portion of canvas drawn when encountering disposalType = 2 * deploy the studio * use node 20 in general * Update deploy-remotion-studio.md * add render.com instructions * and digitalocean (does not work yet) * Remotion Studio: Supports PORT environment variable * `@remotion/renderer`: Use 0.0.0.0 for port selection * hmm wonder if that works * v4.0.48 * Update deploy-remotion-studio.md * Update deploy-remotion-studio.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Alex Fernandez <7582277+alexfernandez803@users.noreply.github.com> Co-authored-by: Jonny Burger <jonathanburger11@gmail.com> Co-authored-by: zafer <zafer@algora.io> Co-authored-by: MehmetAdemi <mehmet@remotion.dev> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kaf-lamed-beyt <belac335@gmail.com> Co-authored-by: Mohit Yadav <www.mohit2004@gmail.com> Co-authored-by: Mehmet <86873911+MehmetAdemi@users.noreply.github.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
Author
|
tried something please do check, also @IamSAL thanks for the feedback you are awesome for pointing it out, I was completely unaware of the same. |
<Credits> component to shout out contributors
Contributor
Author
Anytime. 🙌 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Pull Request Description
This pull request addresses issue #3001.
Changes Made
I added a new
Creditcomponent to the project. This component accepts props to display contributors' information, including their photo, GitHub profile link, and the contribution they made to the project.Related Issues
Test Suite
I have tested the
Creditcomponent with various props to ensure it displays contributors' information correctly. The existing test suite passes after the addition of this component.Potential Tradeoffs
No significant tradeoffs were made during the implementation of this feature. The component is designed to be flexible and easy to use, allowing project contributors to showcase their information easily.
Checklist
/claim #3001