File tree Expand file tree Collapse file tree
app/src/main/java/org/schabi/newpipe Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ import androidx.compose.ui.platform.ViewCompositionStrategy
88import androidx.core.os.bundleOf
99import androidx.fragment.app.Fragment
1010import androidx.lifecycle.viewmodel.compose.viewModel
11- import org.schabi.newpipe.compose .comment.CommentSection
12- import org.schabi.newpipe.compose .theme.AppTheme
11+ import org.schabi.newpipe.ui.components .comment.CommentSection
12+ import org.schabi.newpipe.ui .theme.AppTheme
1313import org.schabi.newpipe.util.KEY_SERVICE_ID
1414import org.schabi.newpipe.util.KEY_URL
1515import org.schabi.newpipe.viewmodels.CommentsViewModel
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.compose
1+ package org.schabi.newpipe.ui
22
33import androidx.compose.foundation.layout.Box
44import androidx.compose.foundation.layout.Column
@@ -27,8 +27,8 @@ import androidx.compose.ui.res.painterResource
2727import androidx.compose.ui.res.stringResource
2828import androidx.compose.ui.tooling.preview.Preview
2929import org.schabi.newpipe.R
30- import org.schabi.newpipe.compose .theme.AppTheme
31- import org.schabi.newpipe.compose .theme.SizeTokens
30+ import org.schabi.newpipe.ui .theme.AppTheme
31+ import org.schabi.newpipe.ui .theme.SizeTokens
3232
3333@Composable
3434fun TextAction (text : String , modifier : Modifier = Modifier ) {
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.compose .comment
1+ package org.schabi.newpipe.ui.components .comment
22
33import android.content.res.Configuration
44import androidx.compose.animation.animateContentSize
@@ -42,12 +42,12 @@ import androidx.paging.PagingConfig
4242import androidx.paging.cachedIn
4343import coil.compose.AsyncImage
4444import org.schabi.newpipe.R
45- import org.schabi.newpipe.compose.common.DescriptionText
46- import org.schabi.newpipe.compose.theme.AppTheme
4745import org.schabi.newpipe.extractor.Page
4846import org.schabi.newpipe.extractor.comments.CommentsInfoItem
4947import org.schabi.newpipe.extractor.stream.Description
5048import org.schabi.newpipe.paging.CommentsSource
49+ import org.schabi.newpipe.ui.components.common.DescriptionText
50+ import org.schabi.newpipe.ui.theme.AppTheme
5151import org.schabi.newpipe.util.Localization
5252import org.schabi.newpipe.util.NavigationHelper
5353import org.schabi.newpipe.util.image.ImageStrategy
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.compose .comment
1+ package org.schabi.newpipe.ui.components .comment
22
33import android.content.res.Configuration
44import androidx.compose.foundation.Image
@@ -25,10 +25,10 @@ import androidx.compose.ui.unit.dp
2525import androidx.fragment.app.FragmentActivity
2626import coil.compose.AsyncImage
2727import org.schabi.newpipe.R
28- import org.schabi.newpipe.compose.common.DescriptionText
29- import org.schabi.newpipe.compose.theme.AppTheme
3028import org.schabi.newpipe.extractor.comments.CommentsInfoItem
3129import org.schabi.newpipe.extractor.stream.Description
30+ import org.schabi.newpipe.ui.components.common.DescriptionText
31+ import org.schabi.newpipe.ui.theme.AppTheme
3232import org.schabi.newpipe.util.Localization
3333import org.schabi.newpipe.util.NavigationHelper
3434import org.schabi.newpipe.util.image.ImageStrategy
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.compose .comment
1+ package org.schabi.newpipe.ui.components .comment
22
33import android.content.res.Configuration
44import androidx.compose.foundation.layout.Column
@@ -31,11 +31,11 @@ import kotlinx.coroutines.flow.Flow
3131import kotlinx.coroutines.flow.flowOf
3232import my.nanihadesuka.compose.LazyColumnScrollbar
3333import org.schabi.newpipe.R
34- import org.schabi.newpipe.compose.common.LoadingIndicator
35- import org.schabi.newpipe.compose.theme.AppTheme
3634import org.schabi.newpipe.extractor.comments.CommentsInfoItem
3735import org.schabi.newpipe.extractor.stream.Description
3836import org.schabi.newpipe.paging.CommentsDisabledException
37+ import org.schabi.newpipe.ui.components.common.LoadingIndicator
38+ import org.schabi.newpipe.ui.theme.AppTheme
3939
4040@Composable
4141fun CommentSection (
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.compose .common
1+ package org.schabi.newpipe.ui.components .common
22
33import androidx.compose.material3.LocalTextStyle
44import androidx.compose.material3.Text
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.compose .common
1+ package org.schabi.newpipe.ui.components .common
22
33import androidx.compose.foundation.layout.fillMaxSize
44import androidx.compose.foundation.layout.wrapContentSize
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.compose .theme
1+ package org.schabi.newpipe.ui .theme
22
33import androidx.compose.ui.graphics.Color
44
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.compose .theme
1+ package org.schabi.newpipe.ui .theme
22
33import androidx.compose.ui.unit.dp
44
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.compose .theme
1+ package org.schabi.newpipe.ui .theme
22
33import androidx.compose.foundation.isSystemInDarkTheme
44import androidx.compose.material3.MaterialTheme
You can’t perform that action at this time.
0 commit comments