ryanw-mobile / OctoMeter

🔥Kotlin Multiplatform Desktop/Android/iOS Energy Tracker app
Other
157 stars 10 forks source link

(#337) AgileScreen: tiles revamp #339

Closed ryanw-mobile closed 3 weeks ago

ryanw-mobile commented 3 weeks ago

Changed to a new approach to handling tiles:

In this way, the layout is more predictable. Given the size of each tile is literally fixed, the trend will be to have more tiles instead of compressing everything in a single tile.

Sample:

Screenshot 2024-10-21 at 01 55 42

Usage screen will be updated later - as we will have to split tiles.

codacy-production[bot] commented 3 weeks ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:x: -2.00% (target: -1.00%) :white_check_mark: ∅
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (3c1865e876618527936d9c9f26d65f9b641930c9) | 2640 | 2241 | 84.89% | | | Head commit (da277d22b4ee1972344d4daa9417ae0304822454) | 2886 (+246) | 2392 (+151) | 82.88% (**-2.00%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#339) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more