Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Use user cards for follow requests page #213

Open
Freeplayg opened this issue Dec 7, 2023 · 4 comments
Open

Use user cards for follow requests page #213

Freeplayg opened this issue Dec 7, 2023 · 4 comments

Comments

@Freeplayg
Copy link

Summary

image
Although additional information should also probably be added to the cards

Purpose

Easier to see information about a user when going through follow requests

@Freeplayg
Copy link
Author

Freeplayg commented Dec 7, 2023

Also wondering if the amount of lines shown could be increased + collapsing new line breaks? giving the <br> element a display block usually does that

example from firefish, the guides are a collapsed br
image

@Mar0xy
Copy link
Contributor

Mar0xy commented Dec 7, 2023

collapsing new line breaks? giving the <br> element a display block usually does that

This would require touching the mfm component again which I would rather avoid for such a small improvement

Also wondering if the amount of lines shown could be increased

This is something I would rather also want to avoid due to the fact that the user stuff already gets way too long depending on how many fields someone has when they get added a good example is the popup where yours is very lengthy due to them.

@Freeplayg
Copy link
Author

This would require touching the mfm component again which I would rather avoid for such a small improvement

You could probably just do something like :deep(br) from the user card component https://vuejs.org/api/sfc-css-features.html#deep-selectors

@Freeplayg
Copy link
Author

This is something I would rather also want to avoid due to the fact that the user stuff already gets way too long depending on how many fields someone has when they get added a good example is the popup where yours is very lengthy due to them.

Oh what about using a show more button like on here
image

@Mar0xy Mar0xy mentioned this issue Dec 8, 2023
5 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants