Skip to content

Changes

Started by timer
Started 10 days ago
Took 2 min 0 sec

Summary

  1. test: Update browse lessons Maestro flow with additional assertions (commit: 45afefc) (details)
  2. test: update browse lessons Maestro flow (commit: a2661f1) (details)
  3. Updated `002_browse_lessons_test.yaml` Maestro flow (commit: 989766b) (details)
  4. test: update Maestro browse lessons flow (commit: a64a053) (details)
  5. test is failing as Snack bar appears but due to duration by the time tapOn Undo is triggered it disappears (commit: 999dd99) (details)
  6. Format code and apply style improvements across bookmark and data layer components (commit: 005b914) (details)
  7. Update icon URI handling in Bookmark and LearningUnit detail screens and resolve publication URLs in ViewModels (commit: e4c17e8) (details)
Commit 45afefc550cc9e8fbb48778cd7d00bbfefef81f6 by Pooja Ravi
test: Update browse lessons Maestro flow with additional assertions
(commit: 45afefc)
The file was modified.maestro/flows/002_browse_lessons_test.yaml (diff)
Commit a2661f1bf0fd7c6d66de6766159120f39d171906 by Pooja Ravi
test: update browse lessons Maestro flow
(commit: a2661f1)
The file was modified.maestro/flows/002_browse_lessons_test.yaml (diff)
Commit 989766b8dbdbe8cf583b312a155ad7318d73dd3f by Pooja Ravi
Updated `002_browse_lessons_test.yaml` Maestro flow
(commit: 989766b)
The file was modified.maestro/flows/002_browse_lessons_test.yaml (diff)
Commit a64a053455a85c6cfd963cfa33aebe38e39bfab6 by Pooja Ravi
test: update Maestro browse lessons flow
(commit: a64a053)
The file was modified.maestro/flows/002_browse_lessons_test.yaml (diff)
Commit 999dd9923201f9e84a3081fa247abb9ac85b1ea0 by mandvi.verma
test is failing as Snack bar appears but due to duration by the time tapOn Undo is triggered it disappears
(commit: 999dd99)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/App.kt (diff)
Commit 005b914e080082af739403b35536dfe7276c69df by mandvi.verma
Format code and apply style improvements across bookmark and data layer components
(commit: 005b914)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/bookmark/BookmarkListScreen.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/opds/entities/OpdsPublicationEntity.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/opds/entities/ReadiumLinkEntity.kt (diff)
The file was modifiedrespect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/school/writequeue/DrainRemoteWriteQueueUseCase.kt (diff)
Commit e4c17e8d0b9571e3442a5bd0c4efedc808524176 by mandvi.verma
Update icon URI handling in Bookmark and LearningUnit detail screens and resolve publication URLs in ViewModels
(commit: e4c17e8)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/bookmark/BookmarkListScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/bookmark/BookmarkListViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/learningunit/detail/LearningUnitDetailViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/learningunit/detail/LearningUnitDetailScreen.kt (diff)