feat: add idea refactor size of text
Some checks failed
CI / ci (macos-latest) (push) Has been cancelled
CI / ci (ubuntu-latest) (push) Has been cancelled
Rust / fmt (push) Has been cancelled
Rust / test (macos-latest) (push) Has been cancelled
Rust / test (ubuntu-latest) (push) Has been cancelled
Rust / typo (push) Has been cancelled
Rust / clippy (macos-latest) (push) Has been cancelled
Rust / clippy (ubuntu-latest) (push) Has been cancelled
Rust / check (macos-latest) (push) Has been cancelled
Rust / check (ubuntu-latest) (push) Has been cancelled
Rust / doc (macos-latest) (push) Has been cancelled
Rust / doc (ubuntu-latest) (push) Has been cancelled
Typo / typo (push) Has been cancelled

This commit is contained in:
Cyrix126 2024-06-24 16:22:57 +02:00
parent 2976c0f5ec
commit 09e1e50ca1

View file

@ -34,6 +34,8 @@ Add repository/AUR for Gupaxx and a status of packaging distro/version on the RE
Add on README a table with minimum hardware/software requirements. Add on README a table with minimum hardware/software requirements.
### Add more target ### Add more target
Gupaxx could add support for linux arm64 since p2pool and xmrig can compile on this target. Gupaxx could add support for linux arm64 since p2pool and xmrig can compile on this target.
### Refactor size of text
Gupax/x currently resize texts/widgets based on the window size. Instead, the text/widget size should be decided by the OS/config, scroll bar should be used when there is not enough space. It will allow to use Gupaxx on different ratio of screen.
## More Powerful ## More Powerful
### Optimization for xmrig ### Optimization for xmrig