Status Desktop client made in Nim & QML https://status.app
Go to file
Lukáš Tinkl 5cf4592c3b fix: Slippage Selector Issues
- add various error/warning messages according to Figma (where it makes
sense)
- letters or more than 2 decimals are caught by the internal validator
so those combinations are impossible to enter
- fix marking the custom value as (in)valid
- fix selecting "Use default" after typing a custom value
- fix resetting to predefined value after typing a custom value that
matches one of the predefined ones
- reject typing thousands separator
- add regression QML tests for the above fixes

Fixes #15017
2024-09-03 17:36:48 +02:00
.github chore: Architecture guide added and PR template updated 2024-08-09 22:29:44 +02:00
app chore: update icons to use the new multicoloured Status logo 2024-05-08 10:22:34 -04:00
ci ci: move proxy stage setup to jenkins-lib 2024-08-28 10:30:43 +02:00
cmake
libs chore: switch wakuv2 fleet to waku (#14033) 2024-05-28 08:48:04 +02:00
monitoring feat(MonitoringTool): Search improved 2024-06-28 15:57:23 +02:00
nix fix(nix): add missing nix.conf with our binary cache 2024-08-20 11:58:54 +02:00
resources chore: switch wakuv2 fleet to waku (#14033) 2024-05-28 08:48:04 +02:00
scripts chore(ci): add debug logs for windows signing 2024-08-27 19:06:38 +02:00
src Remove nim api for clipboard handling 2024-08-29 15:46:17 +02:00
storybook fix: Slippage Selector Issues 2024-09-03 17:36:48 +02:00
test tests: enable back buy ens name test 2024-09-02 19:30:58 +03:00
test-scripts
ui fix: Slippage Selector Issues 2024-09-03 17:36:48 +02:00
vendor fix(@desktop/wallet): merge to latest status-go version 2024-09-03 15:29:46 +02:00
.clang-format feat(StatusEmojiPopup): reimplement around C++ EmojiModel 2024-09-03 10:19:54 +02:00
.clang-tidy
.gitignore ci: copy qt 5.15.8 package 2024-06-27 12:16:30 +02:00
.gitmodules
.npmrc
.yarnrc
AppRun ci: fix more nix build issues 2024-06-27 12:16:31 +02:00
AppRun-cpp
CMakeLists.txt
CONTRIBUTING.md chore: Architecture guide added and PR template updated 2024-08-09 22:29:44 +02:00
I18N.md
Info.dev.plist
Info.plist
LICENSE.md
Makefile chore(Makefile): reduce ui-tests build and runtime 2024-08-22 10:39:22 +02:00
README.md chore: Architecture guide added and PR template updated 2024-08-09 22:29:44 +02:00
VERSION
build-linux.sh
cacert.pem
conanfile.txt
config.nims chore: allow compiling with gcc 14, bump submodules (#15250) 2024-06-28 09:12:04 +02:00
docker-linux-app-image.sh
env.sh
fleets.json chore: rename shards.test to status.prod (#15782) 2024-07-29 18:26:31 -04:00
nim-status.desktop
nim.cfg
nim_status_client.nimble
package-lock.json feat(wallet) integrate Wallet Connect sign APIs 2023-11-15 17:21:27 +01:00
package.json fix(build) fix python package error on make run on MacOS 2024-05-06 16:02:07 +02:00
qwe.sh test(Onboarding) Skip closing test app (#11837) 2023-08-10 08:58:50 +02:00
screenshot.png chore: update the readme to have useful links 2024-04-30 17:56:46 +02:00
shell.nix ci: fix more nix build issues 2024-06-27 12:16:31 +02:00
status-dev.icns feat: Update app icons 2024-05-20 13:38:04 +03:00
status-dev.ico feat: Update app icons 2024-05-20 13:38:04 +03:00
status-dev.png feat: Update app icons 2024-05-20 13:38:04 +03:00
status-dev.rc feat: Update app icons 2024-05-20 13:38:04 +03:00
status-macos.svg feat: Update app icons 2024-05-20 13:38:04 +03:00
status.desktop
status.icns feat: Update app icons 2024-05-20 13:38:04 +03:00
status.ico feat: Update app icons 2024-05-20 13:38:04 +03:00
status.iss
status.png feat: Update app icons 2024-05-20 13:38:04 +03:00
status.rc feat: Update app icons 2024-05-20 13:38:04 +03:00
windows-install.txt