Skip to content

Changes

Started by timer
Started 16 days ago
Took 24 min

Summary

  1. Update UI layout and styling in BookmarkListScreen.kt (details)
  2. Update UI layout and styling in BookmarkListScreen.kt (details)
  3. Move no_bookmark image to shared resources and update BookmarkListScreen usage (details)
  4. Implement `listAsFlow` in `BookmarkDataSource` and update `BookmarkListViewModel` to reactive flow (details)
  5. Update Slack Space link in README (details)
  6. Implement paging support for BookmarkDataSource across DB, HTTP, and Repository layers (details)
  7. Remove redundant comments in BookmarkListViewModel (details)
Commit 7277a7e63c61f40f465b7155c9bfe747ba88faee by mandvi.verma
Update UI layout and styling in BookmarkListScreen.kt
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
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
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/images/RespectImage.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/bookmark/BookmarkListScreen.kt (diff)
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 removedrespect-app-compose/src/androidMain/res/drawable/no_bookmark.xml
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
The file was modifiedrespect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/school/BookmarkDataSourceRepository.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-db/src/commonMain/kotlin/world/respect/datalayer/db/school/BookmarkDataSourceDb.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/BookmarkDao.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/BookmarkDataSource.kt (diff)
Commit 2ddc9dcad374af02f8837d5482bba9050898d85d by noreply
Update Slack Space link in README
The file was modifiedREADME.md (diff)
Commit c6cc3cb5d27f8210b029fa6d0db6ab518d5dd55f by mandvi.verma
Implement paging support for BookmarkDataSource across DB, HTTP, and Repository layers
The file was modifiedrespect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/school/BookmarkDataSourceRepository.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/bookmark/BookmarkListViewModel.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/BookmarkDao.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/BookmarkDataSource.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/bookmark/BookmarkListScreen.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/BookmarkDataSourceDb.kt (diff)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/school/BookmarkDataSourceHttp.kt (diff)
Commit 4c42ab5a0bf0eb5db2ba7b99ecb6e7edbb5e639f by mandvi.verma
Remove redundant comments in BookmarkListViewModel
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/bookmark/BookmarkListViewModel.kt (diff)