Andrew Dolgov
184efcf3f5
fix rendering of articles with titles containing extremely long words
2022-06-13 14:23:08 +03:00
Andrew Dolgov
bd0af3ae9e
inline attachment links: break long words to prevent horizontal scrolling
2022-02-23 22:16:59 +03:00
Andrew Dolgov
56fd06d611
make sure #headline-spacer click to open prompt is not obscured when
...
mark as read on scroll is enabled
https://community.tt-rss.org/t/click-to-open-next-unread-feed-hidden-by-scrolling/5190
2022-01-21 17:41:11 +03:00
Andrew Dolgov
933913410c
css: make plugin button container a flexbox
...
backend: pass plugin button generated code through domdocument to ensure
its correctness; set data-plugin-name attribute on children to make
them sortable via css
2021-10-24 20:11:49 +03:00
Andrew Dolgov
df145c8064
* cdm: render enclosures into content element
...
* deprecate cdm.intermediate
* implement lazy-load for rendered enclosures
* simplify pack/unpack logic for articles
2021-04-22 10:45:27 +03:00
Andrew Dolgov
49ef15f11d
* fonts-ui: use system font family instead of segoe, etc. by name
...
* disable segoe-specific baseline hack for the time being
2021-04-07 16:04:50 +03:00
Andrew Dolgov
ceb8179ccc
don't use css-defined .svg files because firefox
2021-03-24 16:33:03 +03:00
Andrew Dolgov
be2d1602bd
fix previous issue properly
2021-03-23 11:52:08 +03:00
Andrew Dolgov
0f6644880a
yet another flex feedtree attempt
2021-03-22 16:18:59 +03:00
Andrew Dolgov
98251022d4
Revert "Revert "another attempt at flex-based feed tree""
...
This reverts commit 43744412f4
.
2021-03-22 14:46:23 +03:00
Andrew Dolgov
43744412f4
Revert "another attempt at flex-based feed tree"
...
This reverts commit e12a6ca540
.
2021-03-21 17:20:03 +03:00
Andrew Dolgov
e12a6ca540
another attempt at flex-based feed tree
2021-03-21 17:14:45 +03:00
Andrew Dolgov
968270ed48
fix excessive CPU usage on linux chromium caused by animated SVG icons
2021-03-17 19:28:20 +03:00
Andrew Dolgov
db0315e596
feed tree: set cursor pointer on tree label
2021-03-17 12:23:27 +03:00
Andrew Dolgov
88534a8ae4
fix loadingNode offset for feeds
2021-03-17 11:45:12 +03:00
Andrew Dolgov
82bed1e651
filter test dialog: remove .gif; cleanup markup
2021-03-17 08:45:04 +03:00
Andrew Dolgov
0f5fd9ea13
use svg icon for headlines loadmore prompt
2021-03-16 22:09:01 +03:00
Andrew Dolgov
166517240e
use svg icon for the subscribe dialog
2021-03-16 21:47:10 +03:00
Andrew Dolgov
a0e41f41a4
add svg loading indicators
2021-03-16 21:32:44 +03:00
Andrew Dolgov
7ec8a6cad0
simplify feed tree expando/loading/feed icon handling
2021-03-16 20:50:23 +03:00
Andrew Dolgov
d9ba403927
remove some hardcoded color values
2021-03-16 13:43:16 +03:00
Andrew Dolgov
f81a579386
fix selected feedtree item being invisible in dark theme
2021-03-16 07:13:10 +03:00
Andrew Dolgov
1870fe172b
feed tree: css cleanup; set cursor
2021-03-15 21:33:35 +03:00
Andrew Dolgov
2f402d598d
only show right-side feed icon for vfeeds
2021-03-13 11:35:15 +03:00
Andrew Dolgov
bc73bf0f67
cdmToggleGridSpan: toggle classname instead of a style property
2021-03-12 14:05:51 +03:00
Andrew Dolgov
bd1630d278
grid mode: limit word breaking to link elements
2021-03-12 07:55:40 +03:00
Andrew Dolgov
f67d2623b7
add some media queries to improve main UI on small-width devices
2021-03-11 19:26:19 +03:00
Andrew Dolgov
a4da2f1e62
continuation of the css cleanup
2021-03-11 15:07:54 +03:00
Andrew Dolgov
755072de91
css cleanup, combined mode, fonts
2021-03-11 14:32:15 +03:00
Andrew Dolgov
f9a381ecca
grid: add a header icon (and a hotkey) to toggle article span entire row
2021-03-11 08:35:02 +03:00
Andrew Dolgov
03361dda34
remove previous spacer-specific hack, not needed anymore
2021-03-10 21:06:34 +03:00
Andrew Dolgov
24e64b8c78
exp: set last odd grid child to span all columns
2021-03-10 21:03:25 +03:00
Andrew Dolgov
3e1b3e8ea8
grid: add workaround for a single loaded headline not spanning all columns
2021-03-10 20:27:20 +03:00
Andrew Dolgov
84fe383ed4
adjust grid view footer (3)
2021-03-10 19:31:25 +03:00
Andrew Dolgov
16726ec07f
adjust grid view footer (2)
2021-03-10 19:30:32 +03:00
Andrew Dolgov
a0dd5baa51
adjust grid view footer
2021-03-10 19:27:39 +03:00
Andrew Dolgov
71b12857e0
in grid mode, also force word-break .intermediate (enclosures)
2021-03-10 18:01:14 +03:00
Andrew Dolgov
fb89c3bad0
instead of a fixed column layout, fit based on minimum column size
2021-03-10 16:14:42 +03:00
Andrew Dolgov
36ad46e60d
* shorten_expanded: use promises instead of a timeout hack
...
* normalize some icon colors
2021-03-10 14:57:03 +03:00
Andrew Dolgov
f58879c1dc
small stuck header fixes in grid mode
2021-03-10 12:10:11 +03:00
Andrew Dolgov
bdc72e5b63
fix headlines-spacer height in grid mode
2021-03-10 11:59:52 +03:00
Andrew Dolgov
df9c389cbf
in grid mode, hide feed title from header
2021-03-10 11:51:06 +03:00
Andrew Dolgov
b6033d0bbd
grid view tweaks
2021-03-10 11:44:16 +03:00
Andrew Dolgov
089fa5ec26
use proper syntax for equal-width columns
2021-03-10 09:34:57 +03:00
Andrew Dolgov
87d13e826f
fix vfeed group subtitle in grid mode
2021-03-10 09:17:49 +03:00
Andrew Dolgov
eba8c97f36
some minor grid stuff
2021-03-10 09:10:40 +03:00
Andrew Dolgov
a3ab4020bf
set #headlines-spacer, etc, to span grid columns
2021-03-10 08:47:47 +03:00
Andrew Dolgov
ddfa39015e
experimental: add preference to show combined mode headlines as a 2 column grid
2021-03-10 08:33:56 +03:00
Andrew Dolgov
6ec66d0ce5
set border color on that too
2021-03-09 18:59:49 +03:00
Andrew Dolgov
f804caec90
support coloring counters by feed-id/is-cat; set fresh counter to green
2021-03-09 18:55:28 +03:00