status-web icon indicating copy to clipboard operation
status-web copied to clipboard

Results 58 status-web issues
Sort by recently updated
recently updated
newest added

Got `Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /Users/yqrashawn/Downloads/test/node_modules/js-waku/package.json` error ![CleanShot 2023-05-05 at 15 47 11](https://user-images.githubusercontent.com/15090582/236403780-4ad54a9b-6118-4a4f-8674-4ffc5ec6ed1e.png)

The `@status-im/react` currently uses `styled-components` for styling. This approach is suitable for developing apps, but not for code used in other people's applications. `styled-components` are one of many solutions that...

architecture

## What - Research if it's possible to make browsers' window transparent to show system background - See https://discord.com/channels/@me/1079757666747940965/1097480164792868864 ## Why - Achieve feature parity with Desktop ![image](https://user-images.githubusercontent.com/13265126/232470455-e45eeee6-88f8-404e-b6f5-aebd38cb6046.png) ## Where...

According to the Readme description, a Community URL should have a Public key in the path, but it looks like `https://join.status.im/c/zQ3shgS7yffYCGVj9.....`. It can't be used to run a dev server...

## What >Note: Recovery of the messages during periods of disconnect is not the main subject of this issue ~~>Note: Sufficient workaround for Relay at https://github.com/status-im/status-web/pull/288/files~~ 1. Build project 2....

My only concern (as always) is including the dictionary in the main bundle. I don't think the concern should block this. But alternative solutions would be: 1. Using a public...

--- Notes Desktop implementation: - https://github.com/status-im/status-go/blob/d70d3cdf8c92a786a9fbfab7d2295547546f2aed/protocol/encryption/README.md - https://github.com/status-im/status-go/blob/d70d3cdf8c92a786a9fbfab7d2295547546f2aed/protocol/messenger_communities.go#L1044 - https://github.com/status-im/status-go/blob/d70d3cdf8c92a786a9fbfab7d2295547546f2aed/protocol/encryption/encryptor.go#L667 - https://github.com/status-im/status-go/blob/d70d3cdf8c92a786a9fbfab7d2295547546f2aed/protocol/common/message_sender.go#L273 - https://github.com/status-im/status-go/blob/d70d3cdf8c92a786a9fbfab7d2295547546f2aed/protocol/common/message_sender.go#L295

Which will probably lead to some nice DDoSes To test it out, you can for instance specify a wrong PeerId (the thing after `/p2p`) in `packages/status-js/src/consts/peers.ts` It will lead to...