mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-27 06:46:22 +00:00
Pascal Precht
787354b0dc
feat: introduce StatusExpandableAddress component
This introduces a new component to render Addresses that can be expanded as well as copied using `CopyToClipBoardButton`. While there's already an `Address` component that allows for expansion, it doesn't give us control over it's look and feel and, should rather be a `Button` anyways. There's also cases in the application where we render a collapsed address and don't allow for expanding it. In such cases, we might not want/need a button at all. Might make sense to introduce a separate address component that just shows a collapsed address without any behaviour, which can then be used inside `StatusExapandableAddress`. Closes #1633
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
Description
Languages
QML
38.7%
JavaScript
29.9%
Nim
18.7%
Python
5.7%
C++
5.3%
Other
1.6%