Commit Graph

7 Commits

Author SHA1 Message Date
Andres Ruiz 68762d8012 Use correct string for translation, add ShowLess
Use the right string form for the string translation for the dynamic strings, add the `ShowLess` version.

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-06-03 23:28:26 -04:00
Andres J Ruiz Torres 0e74e89950 Translate dynamic toggle messages 2020-06-02 23:15:15 -04:00
Andres J Ruiz Torres ed0eefb5c7 Add a linkbutton control to show/hide more
User a linkbutton element adjecent to the overview to control
the expanded / shrunken state.

The button will show dynamically based on the
detected content size.
2020-06-02 23:13:48 -04:00
Andres Ruiz 1ddfd2c7bb Add onClick for an expandable Overview of item details
Adds a onClick action that toggles expanding the item detail
Overview. By default it crops the text to 12 lines on mobile, 6
on larger viewports.

-webkit-line-clamp is supported on all Webkit browsers and Firefox
as of 3/2020. A fallback with max-height is provided as well.

Fixes #888
2020-06-02 23:13:48 -04:00
dkanada 3b6fa7e972 add display preference for details banner and update some defaults 2020-05-24 18:30:35 +09:00
dkanada 16fb0decbc merge branch master into strings 2020-05-18 23:18:08 +09:00
dkanada 4beac3f7f4 update more controller locations 2020-05-17 23:19:21 +09:00