roblox-plus / extension

This is the source of the Roblox+ Google Chrome extension!
https://roblox.plus
46 stars 37 forks source link

Port delete from inventory feature #68

Closed WebGL3D closed 1 year ago

WebGL3D commented 1 year ago

What :school_satchel:

This review upgrades the existing delete from inventory page feature to use TypeScript.

To do this, it also introduces new components for modals and system feedback.

Unrelated :see_no_evil:

We're also moving the twemoji css to all.scss, which should have been done with #62.

Size :blowfish:

Because this also introduces the first tsx file compiled by webpack, the size of the extension has nearly doubled with the extra React import from npm. oops?