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

Update message tiles to have the proper level of interaction/options #2

Open
1 task
MadLittleMods opened this issue Feb 9, 2022 · 0 comments
Open
1 task
Labels
A-archive-room-view The view to look at a room day by day in the archive hydrogen Issues which involve https://github.com/vector-im/hydrogen-web T-Enhancement New feature or request

Comments

@MadLittleMods
Copy link
Contributor

MadLittleMods commented Feb 9, 2022

Update message tiles to have the proper level of interaction/options

In Hydrogen, interactive: false is currently used for a slim reply so it doesn’t render the reaction list and message actions

For the archives, we need a slightly different use case of showing reactions and message actions ... menu, but not the add emoji or message actions like remove, etc. We probably just need the Copy permalink and View source type options.

Todo

  • Make an enum as the comment above is targeting, [interactive, reference]
    • interactive allows actions that send events (like reactions, redactions)
    • reference slims the item down to be used as a reply

Relevant code

@MadLittleMods MadLittleMods added hydrogen Issues which involve https://github.com/vector-im/hydrogen-web T-Enhancement New feature or request labels Feb 9, 2022
@MadLittleMods MadLittleMods added the A-archive-room-view The view to look at a room day by day in the archive label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-archive-room-view The view to look at a room day by day in the archive hydrogen Issues which involve https://github.com/vector-im/hydrogen-web T-Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant