Aegis icon indicating copy to clipboard operation
Aegis copied to clipboard

Add entries showing count

Open orange-elephant opened this issue 2 years ago • 4 comments

#704

orange-elephant avatar Aug 30 '22 22:08 orange-elephant

Converting to draft as I ran into odd looking padding when the groups chip is invisible.

orange-elephant avatar Sep 16 '22 16:09 orange-elephant

Thanks for working on this!

While functionally this is fine, it's currently a bit too prominently placed on the main view. @michaelschattgen and I discussed this and he suggested the following: A better place for this might be all the way at the bottom of the entry list, fairly small, centered and in grey. If you have a bunch of entries, you'll have to scroll down to see it, but we think this isn't something you'd constantly be looking at anyway.

alexbakker avatar Sep 17 '22 12:09 alexbakker

Ill look at doing that next week. From what I can tell this will require modifying the EntryAdapter to allow multiple ViewHolder types to put this into the RecyclerView as a footer. This would probably also be useful for implementing #983 to add pinned/ unpinned headers to the list. That is unless you can think of a simpler solution I'm missing.

orange-elephant avatar Sep 17 '22 21:09 orange-elephant

Yeah, that sounds like the right approach. I wonder if there'd be a way to pin that entry count view to the bottom in case you have just a few entries that only take up half of the screen.

alexbakker avatar Sep 18 '22 10:09 alexbakker

I wonder if there'd be a way to pin that entry count view

In my opinion it is now subtle enough to look ok directly below the entries but let me know what you think

orange-elephant avatar Sep 23 '22 17:09 orange-elephant