Status Desktop client made in Nim & QML https://status.app
Go to file
Lukáš Tinkl 56b9b9db11 fix: Display name is not validated properly (UI part)
- do not use the `alphanumericalExpanded:
/^$|^[a-zA-Z0-9\-_\.\u0020]+$/` regex which contains the dot (`.`)
character too; be explicit here and do what the error message says
- the space character at start/end is validated above with the
`startsWithSpaceValidator`

CHERRY-PICK-TO: 2.28

Fixes #14127
2024-03-25 19:06:54 +01:00
.github
app
ci chore(ci): do full Windows workspace cleanup 2024-03-08 21:18:58 +01:00
cmake
libs fix(wallet): naming of first and subsequent wallet accounts 2024-03-04 13:31:25 +01:00
monitoring
resources
scripts chore: `bump-status-go.sh` latest option (#13766) 2024-02-28 20:26:42 +00:00
src fix(wallet): Add token data when new token is added (#14061) 2024-03-25 18:31:01 +01:00
storybook fix(wallet) fix namespace clash in wallet RootStore.qml 2024-03-25 18:38:33 +01:00
test feat(activity): add incremental updates to current activity filter 2024-03-11 11:39:59 +01:00
test-scripts chores(@general): remove status-lib deps 2022-02-03 11:52:45 -05:00
ui fix: Display name is not validated properly (UI part) 2024-03-25 19:06:54 +01:00
vendor fix(TokenManagement): Asset balance threshold value not reflected in main wallet view 2024-03-23 11:37:37 +01:00
.clang-format
.clang-tidy
.gitignore
.gitmodules
.npmrc
.yarnrc
AppRun
AppRun-cpp
CMakeLists.txt
I18N.md
Info.dev.plist
Info.plist
LICENSE.md
Makefile chore: force some warnings as errors (#14068) 2024-03-20 20:08:43 +00:00
README.md
VERSION
build-linux.sh
cacert.pem
conanfile.txt
config.nims chore: force some warnings as errors (#14068) 2024-03-20 20:08:43 +00:00
docker-linux-app-image.sh
env.sh
fleets.json
nim-status.desktop
nim.cfg
nim_status_client.nimble
package-lock.json
package.json
qwe.sh
screenshot.png
shell.nix
status-dev.icns
status-dev.svg
status-macos-dev.svg
status-macos.ico
status-macos.svg
status.desktop
status.icns
status.ico
status.iss
status.svg
windows-install.txt

README.md

Status-desktop

Desktop client for the Status Network built with Nim and Qt

https://github.com/status-im/nim-status-client/blob/master/screenshot.png