Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Layout invites empty state #6985

Closed
wants to merge 3 commits into from

Conversation

fedrunov
Copy link
Contributor

@fedrunov fedrunov commented Sep 1, 2022

Type of change

  • Feature
  • Bugfix
  • Technical
  • Other :

Content

new invites screen should also present empty state

Motivation and context

closes #6876
part of #6502

Screenshots / GIFs

Ligh Dark Black
light dark black

output-optimised

@fedrunov fedrunov requested review from a team and yostyle and removed request for a team September 1, 2022 12:42
@fedrunov fedrunov added the Z-NextRelease For issues and PRs which should be included in the NextRelease. label Sep 1, 2022
@fedrunov fedrunov closed this Sep 1, 2022
@fedrunov
Copy link
Contributor Author

fedrunov commented Sep 1, 2022

closed because created over wrong branch

@fedrunov fedrunov removed the Z-NextRelease For issues and PRs which should be included in the NextRelease. label Sep 1, 2022
@fedrunov fedrunov removed the request for review from yostyle September 1, 2022 12:44
import im.vector.app.SpaceStateHandler
import im.vector.app.core.di.MavericksAssistedViewModelFactory
import im.vector.app.core.di.hiltMavericksViewModelFactory
import im.vector.app.core.platform.StateView
import im.vector.app.core.platform.VectorViewModel
import im.vector.app.core.resources.StringProvider
import im.vector.app.features.displayname.getBestName

Choose a reason for hiding this comment

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

  • 🚫 Unused import

import org.matrix.android.sdk.api.session.room.model.tag.RoomTag
import org.matrix.android.sdk.api.session.room.roomSummaryQueryParams
import org.matrix.android.sdk.api.session.room.state.isPublic
import org.matrix.android.sdk.api.util.Optional
import org.matrix.android.sdk.api.util.toMatrixItem

Choose a reason for hiding this comment

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

  • 🚫 Unused import

@@ -18,6 +18,7 @@ package im.vector.app.features.home.room.list.home

import androidx.lifecycle.LiveData
import androidx.paging.PagedList
import im.vector.app.core.platform.StateView

Choose a reason for hiding this comment

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

  • 🚫 Unused import


import com.airbnb.epoxy.EpoxyAttribute
import com.airbnb.epoxy.EpoxyModelClass
import com.google.android.material.tabs.TabLayout

Choose a reason for hiding this comment

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

  • 🚫 Unused import

import im.vector.app.core.epoxy.VectorEpoxyHolder
import im.vector.app.core.epoxy.VectorEpoxyModel
import im.vector.app.core.platform.StateView
import im.vector.app.features.home.room.list.home.filter.HomeRoomFilter

Choose a reason for hiding this comment

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

  • 🚫 Unused import

import im.vector.app.core.epoxy.VectorEpoxyModel
import im.vector.app.core.platform.StateView
import im.vector.app.features.home.room.list.home.filter.HomeRoomFilter
import im.vector.app.features.home.room.list.home.filter.RoomFilterHeaderItem

Choose a reason for hiding this comment

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

  • 🚫 Unused import

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.

AppLayout: Invites Empty States
2 participants