oss-gallery icon indicating copy to clipboard operation
oss-gallery copied to clipboard

A crowdsourced list of the best open-source projects on the internet. Built with the Dub TypeScript SDK.

Results 23 oss-gallery issues
Sort by recently updated
recently updated
newest added

Add sort by option to project list with 3 options - Number of Stars (default) - Newest - A to Z fixes #19

To help on start a new dev env i have added a datase seed with some projects data

Since we already have a really long list of open source projects, I was just curious: Is it good to have a virtualized list to display the projects. As the...

This is a `gallery`, having a gallery preview by og image is a good idea

I'm thinking will be good add other types of sort for the projects, here ara some suggestion bellow: - News: projects that are recently added - A to Z or...

I added a placeholder for the Project Contribution images while they load. Currently the placeholder is a light grey circle that pulses and contains the first two letters of the...

I added a tab that loads the `readme.md` file from GitHub through the Octokit API (`lib/actiona/get-readme.ts`). I pass load that into a component name `Readme` in `components/projects/project-readme.tsx` that uses the...

Clicking the "Edit Project" button breaks the UI when there is no Website URL stored for the project. This occurs due to the presence of `defaultValue={props.websiteLink.url}` in the `components/projects/edit-project-form.tsx` file.