Maya
Maya
I'm fairly certain this is due to the issue #62 aims to fix. I run a fork with that PR applied and it completely fixed my performance issues. Without it,...
Not as far as I have seen. I looked it up and didn't find any mention of that, either. I _think_ you would need to use TSX for that.
This would also be very important for what I'm doing (namely type-checking generated Vue template render functions, which would require disabling specific inspections for a block of code.) Along with...
@Ruchita1010 _a Now that #1911 is merged, do you think it would make sense to use `Sheet` (with a few modifications) for the mobile view?
@slavingia could you add a bounty structure to this like we had in #1055 and #1057 please? Would be happy to contribute to this
@slavingia Haven't seen this brought up yet - how do you wanna handle it when CSS classes are used in ERB code (seeing that pretty frequently in admin)? Do you...
@EmCousin My point is that admin [uses a lot of the CSS files as well](https://github.com/antiwork/gumroad/blob/974e81f5d96d5c37a7ab753397a5d9f698d5719d/app/javascript/packs/admin.scss), so we can't just remove them without breaking it, but we also can't use our...
Chatted about this on Slack with @EmCousin and he mentioned he's been working on the migration in #1057, and is close to done. Probably best to focus on the CSS...
@slavingia Do you have a plan/preference for how to handle icons? Currently we use our own custom icon set defined in SCSS (see [here](https://github.com/antiwork/gumroad/blob/7f6dff75b9b5c8bd887a0e29392f1cda54489fd9/app/javascript/stylesheets/_icons.scss#L4), [here](https://github.com/antiwork/gumroad/blob/7f6dff75b9b5c8bd887a0e29392f1cda54489fd9/lib/findIcons.js#L4), and [here](https://github.com/antiwork/gumroad/tree/7f6dff75b9b5c8bd887a0e29392f1cda54489fd9/app/assets/images/icons)). Do you wanna...
Working on tabs