soonoo

Results 19 comments of soonoo

That's fine. I'll make a PR and request a review soon.

For those who want to build and run rqlite in ARM, I put a tweaked Dockerfile and docker-entrypoint.sh on the gist. It seems that alpine image has [musl-related issue](https://stackoverflow.com/questions/66963068/docker-alpine-executable-binary-not-found-even-if-in-path) with...

yarn.lock is required to configure the development environment. I'll double-check that the PR doesn't include any other unnecessary files.

When the user accesses http://localhost:4001/ui, the files in the `ui/out` directory are served. These are the files that are built from the sources in the ui directory. It is similar...

As you can see, the UI is just using the HTTP API provided by rqlite. So the UI can only be used in environments that have access to the API....

@patdx Thank you! > Is the file at http/ui/public/globals.css being used? I couldn't find any reference to it in the code. Maybe it can be removed to make the output...

I added some security-related code. 1) Content security policy: network requests is restricted to the domain where the UI is running. 2) The credentials entered by the user are kept...

@jtackaberry Hi, please check out https://github.com/soonoo/rqman if you're interested in.

iPhone 15 on iOS 17.4.1 Just found that this is due to device's font size settings, and is not a BlueWallet issue.