gui-qml
gui-qml copied to clipboard
Bitcoin GUI (experimental QML-based fork)
Right now we have completely confusing naming between our Settings components which contain the definition for the ColumnLayout containing the action items that can configure the option; and our Settings...
Mobile devices can display apps in portrait or landscape mode. We should either decide to not support mobile landscape mode or keep landscape mode in mind and design & develop...
Currently build works with invalid syntax, like ```diif --- a/src/qml/controls/OptionButton.qml +++ b/src/qml/controls/OptionButton.qml @@ -65,7 +65,7 @@ Button { rightPadding: 7 bottomPadding: 4 leftPadding: 7 - color: "black" + co lor:...
Currently, with the way our Image Provider is set up, every Icon will need an entry under 1.`Makefile.qt.include` ```bash QML_RES_ICONS = \ qml/res/icons/sun.png\ ... ``` 2.`bitcoin_qml.qrc` ```bash ... res/icons/sun.png ```...
Currently Bitcoin Core uses hardened private key generation for [security reasons](https://bitcoin.stackexchange.com/questions/92716/why-keys-generated-in-bitcoin-core-mismatch-that-from-online-generators-despite) which comes with a major UX tradeoff (not possible to use BIP39 recovery phrases). However, If we want to...
We have decided that: 1. we will make our own components and style them how we want. We are not going to be relying on any built-in qt style for...
Would make it possible to use animations throughout (in buttons, illustrations, guidelines, etc). For example, the following JSON would render ```json {"v":"5.7.13","fr":29.9700012207031,"ip":0,"op":70.0000028511585,"w":200,"h":200,"nm":"Comp 4 - Lottie test 2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Circle top 9","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0],"e":[100]},{"t":10.0000004073083}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":0},"o":{"x":0.167,"y":0.167},"t":0,"s":[100,10,0],"e":[100,10,0],"to":[0,0,0],"ti":[0,0,0]},{"t":10.0000004073083}],"ix":2,"l":2},"a":{"a":0,"k":[100,10,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0,0,0.833],"y":[1,1,3.564]},"o":{"x":[0,0,0.167],"y":[0,0,-2.564]},"t":0,"s":[75,75,100],"e":[100,100,100]},{"t":10.0000004073083}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-5.523],[5.523,0],[0,5.523],[-5.523,0]],"o":[[0,5.523],[-5.523,0],[0,-5.523],[5.523,0]],"v":[[10,-90],[0,-80],[-10,-90],[0,-100]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behaviour currently there is no check if the entered wallet name already...
### Motivation the wallet is already created, going back makes no sense as mentioned in https://github.com/bitcoin-core/gui-qml/pull/403#pullrequestreview-2082083987 ### Possible solution remove the navbar and then add the right spacing ### Useful...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behaviour  it is not clear for the user that he cannot...