Skip to content

Changes

Started by timer
Started 15 days ago
Took 2 min 48 sec

Summary

  1. Update Slack Space link in README (commit: 2ddc9dc) (details)
  2. Implement paging support for BookmarkDataSource across DB, HTTP, and Repository layers (commit: c6cc3cb) (details)
  3. Remove redundant comments in BookmarkListViewModel (commit: 4c42ab5) (details)
Commit 2ddc9dcad374af02f8837d5482bba9050898d85d by noreply
Update Slack Space link in README
(commit: 2ddc9dc)
The file was modifiedREADME.md (diff)
Commit c6cc3cb5d27f8210b029fa6d0db6ab518d5dd55f by mandvi.verma
Implement paging support for BookmarkDataSource across DB, HTTP, and Repository layers
(commit: c6cc3cb)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/bookmark/BookmarkListViewModel.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/BookmarkDataSource.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-app-compose/src/commonMain/kotlin/world/respect/app/view/bookmark/BookmarkListScreen.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)
Commit 4c42ab5a0bf0eb5db2ba7b99ecb6e7edbb5e639f by mandvi.verma
Remove redundant comments in BookmarkListViewModel
(commit: 4c42ab5)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/bookmark/BookmarkListViewModel.kt (diff)