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

Allow customization of number of visible lines in a collapsed status #48

Open
neatchee opened this issue Feb 9, 2023 · 1 comment
Open

Comments

@neatchee
Copy link
Owner

neatchee commented Feb 9, 2023

Pitch

Add a customization option in Glitch settings to control how many lines are visible for a collapsed status
Allows users to control how visible a collapsed status is (i.e. fully collapse to minimum size vs just truncate at the collapse trigger length)

Motivation

When the collapse feature is enabled, it can decrease visibility of the those statuses. It has been conveyed that collapsed statuses are naturally ignored because there simply isn't enough content to motivate a user to expand and read the post

@ghost
Copy link

ghost commented Mar 12, 2023

It looks like I'll need to look at the back-end code and learn some RoR for this one, but @neatchee, are the user settings (like advanced web interface, slow mode, etc.) stored in with the user's credentials (user name, email, and password), or are they stored in a different table and connected with a "has-one" relationship? Depending on where the user settings are stored, I could write an Active Record model and migration for this feature. I then can dig into some react code and get the new settings and implement them in the relevant component.

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

No branches or pull requests

1 participant