React95 icon indicating copy to clipboard operation
React95 copied to clipboard

v 4.0 roadmap

Open arturbien opened this issue 4 years ago • 3 comments

Let's have a discussion on how we could rebuild and improve our project for our next major release. Here are some things that come to my mind:

  • [ ] rewritten in Typescript,
  • [ ] consider using Radix UI as basis for our components
  • [ ] component names should match corresponding Windows 95 component names
  • [ ] color variable names should match corresponding Windows 95 color variable names?
  • [ ] investiage if creating border styles with border-image is a better alternative than using pseudo elements
  • [ ] use original Hourglass image?
  • [ ] set of icons (also with disabled variants)

arturbien avatar Nov 08 '20 10:11 arturbien

@arturbien I'd love to work on rewriting using TypeScript.

WesSouza avatar Jul 17 '22 15:07 WesSouza

@WesSouza that would be awesome. We can discuss details on our Slack channel if you want (link in the README)

arturbien avatar Jul 18 '22 07:07 arturbien

investiage if creating border styles with border-image is a better alternative than using pseudo elements

I worked on a similar set of 95-themed components and used the border-image approach: https://github.com/WesSouza/Wes95/blob/main/src/ui/Themes.ts#L5-L15

The project stalled a while ago, but it still works on https://wes95.com.

WesSouza avatar Jul 18 '22 12:07 WesSouza