agama-project / agama

A service-based Linux installer
https://agama-project.github.io/
GNU General Public License v2.0
144 stars 43 forks source link

Temporary fixes to UI #1712

Closed ancorgs closed 2 weeks ago

ancorgs commented 2 weeks ago

Now that we don't have a Proposal object exported at the API, this should prevent the UI from crashing right away.

Temporarily the storage page looks like this:

storage

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 11589529728

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
rust/agama-server/src/storage/web.rs 0 1 0.0%
rust/agama-lib/src/storage/client.rs 0 5 0.0%
<!-- Total: 0 6 0.0% -->
Files with Coverage Reduction New Missed Lines %
rust/agama-lib/src/storage/client.rs 1 0.0%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 11557776614: -0.01%
Covered Lines: 17031
Relevant Lines: 23795

💛 - Coveralls
ancorgs commented 2 weeks ago

We agreed to merge this to the feature/playground branch even with some broken tests. Anyways, the branch will be heavily polished before even considering merge to master.