Hugo ATTAL
Hugo ATTAL
So that people can create wish-list, owned-list, watch-list, etc... --- - Curated lists - Author black list - Owned list (manual) - Several named fav lists - Mail when an...
Maybe we should be able to add CSS vars support for theming? example: ```ts theme: { colors: { gray: { 100: "var(--color-background-0)", 200: "hsl(200, 35%, 25%)", /* ... */ }...
A lot of people complain about this:  I'm on it!
So after talking a bit with @userquin, I suggest adding two features: The first time the plugin is launched in a project, as the user where he wants to generate...
Some sellers use reviews to check for discord verification. Idea: - take the 10-20 last review of products with more than 10 reviews. - for each review with less than...
Inactive products are still showing. I should hide/mark them as inactive 🤔...
It should be cool to display various currencies depending on the user setting It shouldn't be too difficult if I keep using the voxel plugin as a reference. https://github.com/hugoattal/OrbitalMarket/blob/674cfb7ce9b454c287b96b66c650f47db49ac84c/backend/src/scrapper/unreal/api/index.ts#L59-L64