Skip to content

Changes

Started by timer
Started 16 days ago
Took 2 min 32 sec

Summary

  1. Update UI layout and styling in BookmarkListScreen.kt (commit: 7277a7e) (details)
  2. Update UI layout and styling in BookmarkListScreen.kt (commit: dd7368e) (details)
  3. Move no_bookmark image to shared resources and update BookmarkListScreen usage (commit: b4ec210) (details)
  4. Implement `listAsFlow` in `BookmarkDataSource` and update `BookmarkListViewModel` to reactive flow (commit: f24061c) (details)
Commit 7277a7e63c61f40f465b7155c9bfe747ba88faee by mandvi.verma
Update UI layout and styling in BookmarkListScreen.kt
(commit: 7277a7e)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/bookmark/BookmarkListScreen.kt (diff)
Commit dd7368ed97d4e5b401d07f88ef4a70e1b8a8b366 by mandvi.verma
Update UI layout and styling in BookmarkListScreen.kt
(commit: dd7368e)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/bookmark/BookmarkListScreen.kt (diff)
Commit b4ec21048e1122c5090cba44df7f27d82b53c441 by mandvi.verma
Move no_bookmark image to shared resources and update BookmarkListScreen usage
(commit: b4ec210)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/images/RespectImage.kt (diff)
The file was removedrespect-app-compose/src/androidMain/res/drawable/no_bookmark.xml
The file was addedrespect-lib-shared/src/commonMain/composeResources/drawable/no_bookmark.xml
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/bookmark/BookmarkListScreen.kt (diff)
Commit f24061c5d84a729277dcfc39298aa6908ab9fe23 by mandvi.verma
Implement `listAsFlow` in `BookmarkDataSource` and update `BookmarkListViewModel` to reactive flow

Instead Of using Paging Source I am using List as Flow because-App loading per item getting messy with paging
(commit: f24061c)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/BookmarkDataSourceDb.kt (diff)
The file was modifiedrespect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/school/BookmarkDataSourceRepository.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/BookmarkDao.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/bookmark/BookmarkListViewModel.kt (diff)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/school/BookmarkDataSourceHttp.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/BookmarkDataSource.kt (diff)