Status Desktop client made in Nim & QML
https://status.app
d46be4f740
Sometimes, `Separator` is used inside context menus to separate groups of actions that belong together. The separator in itself doesn't have any padding or margins in this case because the just gets transcluded as is in the context menu, between menu items. There are cases in the design where a padding/margin is desired though. This change makes that possible by wrapping the separator `Rectangle` with another `Rectangle` which controls a custom height (if desired). The inner rectangle is then just always vertically center. In practice this means, existing usages of `Separator` behave exactly the same, they don't break. In addtion one can set `Separator { height: x }` while maintaining a 1px separator line. |
||
---|---|---|
ci | ||
docs | ||
scripts | ||
src | ||
ui | ||
vendor | ||
.gitignore | ||
.gitmodules | ||
.npmrc | ||
.yarnrc | ||
AppRun | ||
Info.plist | ||
Info.runner.plist | ||
LICENSE.md | ||
Makefile | ||
QtWebEngineProcess.plist | ||
README.md | ||
build-linux.sh | ||
config.nims | ||
docker-linux-app-image.sh | ||
env.sh | ||
fleets.json | ||
nim-status.desktop | ||
nim.cfg | ||
nim_status_client.nimble | ||
nim_status_client.sh | ||
package-lock.json | ||
package.json | ||
status-dev.icns | ||
status-dev.svg | ||
status-macos-dev.svg | ||
status-macos.svg | ||
status.icns | ||
status.ico | ||
status.svg | ||
windows-install.txt |
README.md
Nim-status-client
Desktop client for the Status Network built with Nim and Qt
note: this documentation is wip
Getting started
Overview
Architecture & Development
Guides & Tutorials
Continuous Integration
API
Translations
License
Licensed under the Mozilla Public License Version 2.0