NeOMakinG

Results 90 comments of NeOMakinG

@shapeshift/product What I did on LP: ![image](https://github.com/shapeshift/web/assets/14963751/ee450099-3023-4ee4-8e10-6668450b8e05) ![image](https://github.com/shapeshift/web/assets/14963751/69b47b90-fe86-4dfe-b74e-e313d14df05d) If it's something else than `Available`, it will display `Halted` with a red tag I also added the fact that we display...

- We have acknowledgement almost everywhere except in `RepayInput` - Status are reflecting the real status of Lendings If someone has a loan to repay or can deposit in the...

I highly suspect the bug fixed by https://github.com/shapeshift/web/pull/7280 is the root cause of this issue but I couldn't reproduce it properly so, wdyt about closing this issue after #7280 is...

On legacy page, how the module team does is that they import the UIKit inside a new parent class/id, so they only have the last uikit release on their app...

@TheTakylo import it by using npm install --save prestakit, then import it inside a scss selector like this : ``` #myModulePageSelector { @import '~prestakit/dist/bootstrap-prestashop-ui-kit.css'; } ``` That should be fine...

@justeen35 sorry for the late answer, I think I'm gonna work on that after the next uikit release which will be way complete and reusable!

@JS-starlord It's released https://github.com/PrestaShop/PrestaShop/pull/18396 currently working on the BO theme to use source files!

I think @PrestaShop/prestashop-modules team does include the UIKit inside a specific selector in order to override the `default` theme bootstrap on a legacy controller

@PrestaShop/prestashop-modules do you've some modules using the UIKit ?

Hey @stifler97, did you properly add the selector (might be stupid but I prefer to ask)? Also, `$this->context->controller->addCSS('back.scss')` won't work, you need a preprocessor such as Webpack to "compile" the...