-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add key learnings to summary details (#124)
* feat: Add key learnings to summary details * fixed detekt issues * Refactor: Update PreviewData and codecov config - Update `codecov.yml` to exclude `*View.kt` and `*PreviewData.kt` files - Update `PreviewData` with key learning data * Refactor: Remove unused indicators - Removed `hasVideo` and `hasGraphic` properties from `SummaryUi`. - Removed `hasVideo` and `hasGraphic` parameters from `SummaryItem` and `SummaryIndicators` composables. - Removed unused indicators from library screen. - Removed unused indicators from preview data. - Updated UI to no longer display video and graphic indicators. * - Added `@Suppress("DuplicatedCode")` to the `PreviewData` class to suppress the "DuplicatedCode" warning. * Refactor: Improve preview data generation - Replaced the manual creation of lists with helper functions. - Created helper functions `createCategory` and `createSummary`. - Simplified the creation of `allCategories` and `allSummaries`. * Refactor: Improve landing screen - Replaced the background image on the landing screen with a new one, `landing_image`. - Changed the status bar color on the landing screen to `LandingStatusBar`. - Changed the moto text on the landing screen to "The simplest, most focused way to experience life-changing book summaries".
- Loading branch information
Showing
18 changed files
with
229 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.