decompme / decomp.me

Collaborative decompilation and reverse engineering website
https://decomp.me
MIT License
348 stars 108 forks source link

feat(UI): uses react-select component #1255

Closed axel7083 closed 1 month ago

axel7083 commented 1 month ago

Description

This PR replace the Select2 custom react component with the react-select library.

Screenshots

Before After
image image
image image
Not searchable image
image image

Related issue

Fixes https://github.com/decompme/decomp.me/issues/1152

axel7083 commented 1 month ago

@ethteck I do not understand the error of stylelint here :(

ethteck commented 1 month ago

I'm not sure.. I can try to take a look later today. the import issue scares me though

axel7083 commented 1 month ago

I'm not sure.. I can try to take a look later today. the import issue scares me though

I am feeling like stylelint might be the problem, as I am able to build and run everything locally without issue, plus vercel does not seems to be complaining

axel7083 commented 1 month ago

Closing as I broke the branch :(