Skip to content

Dev playlists links - #224

Open
lipsa-b wants to merge 132 commits into
mainfrom
dev-playlists-links
Open

Dev playlists links#224
lipsa-b wants to merge 132 commits into
mainfrom
dev-playlists-links

Conversation

@lipsa-b

@lipsa-b lipsa-b commented Apr 15, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

lipsa-b and others added 30 commits March 11, 2026 11:50
# Conflicts:
#	respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/launcher/AppLauncherViewModel.kt
# Conflicts:
#	respect-app-compose/src/commonMain/kotlin/world/respect/app/app/App.kt
… to include Home navigation and verify Playlists visibility
… to include Home navigation and verify Playlists visibility
…w to match UI text change for playlist creation.
}

@Composable
private fun FeedActionButton(

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lipsa-b we already have RespectQuickActionButton which is used for this purpose on all other screens. This clearly goes against the Don't Repeat Yourself principle at the top of the important section of the coding guidelines. Please do not add something new without first checking if there is something suitable already in the code.

…of RespectQuickActionButton (went against DRY principle).
}

fun onClickShare() {
val feedUrl = _uiState.value.feed?.selfUrl()

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lipsa-b : I don't see why use this instead of just using the route.opdsFeedUrl - this seems to be making it more complicated than needed.

mikedawson and others added 4 commits August 13, 2026 19:06
Refactor LearningUnitSelection to allow for multi selection.
Avoid crash on assigning long lists.
Handle getting xapi activity info for selecting learning units.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Collections support

4 participants