glance icon indicating copy to clipboard operation
glance copied to clipboard

Widget Reddit - show text for text posts

Open bogdanpc28 opened this issue 9 months ago • 2 comments

Description

We can see only the Reddit post title at the moment. I would like to implement the option to show the Reddit post text (for text posts), something similar to what RSS Widget is doing for description.

RSS Widget:

Image

bogdanpc28 avatar Mar 25 '25 11:03 bogdanpc28

I just cloned the repository 2 hours ago and did the required changes, I might have to review a bit/refactor what I changed and I can do a pull request.

Basically, I added a new style for reddit widget: detailed-list and I tried to combine the style of RSS Widget detailed-list + the actual Reddit Widget.

vertical-list:

Image

new detailed-list:

Image

Waiting for feedback.

bogdanpc28 avatar Mar 28 '25 12:03 bogdanpc28

I opened a PR: https://github.com/glanceapp/glance/pull/530

bogdanpc28 avatar Mar 28 '25 15:03 bogdanpc28