walless icon indicating copy to clipboard operation
walless copied to clipboard

Making crypto wallets easily accessible, understandable and integrated into web2 and web3 sites and applications.

Results 18 walless issues
Sort by recently updated
recently updated
newest added

Consider removing runtime in `@walless/core`, currently it does not reflect the platform correctly [packages/core/utils/platform.ts](https://github.com/cocrafts/walless/pull/449/files/38716fefd9478b9ef3121eaad78ba3c42827a163#diff-4944732347f031d6e991d1aa888fea30c202c3284e633666a192ea5d42fbab1c)

After the Grizzlython (with very raw sketch), it's time to implement well-designed UI. Checklist: - [x] Overall layout refactoring - [x] Revise `@walless/ui` package - [x] Login page - [x]...

enhancement

E.g under [this line](https://github.com/cocrafts/walless/blob/5d907b40c550f5bcf267f37d70231556f924d6ce/packages/gui/components/Select/Dropdown.tsx#L4) `@walless/gui` depends on `@walless/icons`, this mean as direct library we always need to install `@walless/icons` whenever we use `@walless/gui`.. this is very inconvenient, lets decouple them.

Modal that appear when layout/dApps permission asked, e.g request for approval to install new layout/dApp to Walless.

enhancement