1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00
Commit Graph

171 Commits

Author SHA1 Message Date
Andrew Dolgov
e0a957b3f6 use try/catch block in updatefeedlist
remove reporting function from exception dialog
2017-03-05 10:30:49 +03:00
Andrew Dolgov
3eec1de393 fix vertical position of cdm collapse button in floating title 2017-02-13 22:49:20 +03:00
Andrew Dolgov
70c0a8c2e0 pass several image files used in notify messages to frontend as base64 to prevent broken error messages in case network connection is down. also, update some close buttons to show correct cursor. 2017-02-09 23:19:26 +03:00
Andrew Dolgov
7c04f8afeb increase content font size by 1px 2017-01-25 11:22:53 +03:00
Andrew Dolgov
d2c3e846c4 add some vertical space to diijt menu items 2017-01-23 19:21:25 +03:00
Andrew Dolgov
24a82359b2 feedtree: fix for long feed titles making counters invisible 2017-01-22 13:21:41 +03:00
Andrew Dolgov
b80101ef2d addendum to the previous 2017-01-21 23:00:05 +03:00
Andrew Dolgov
ee575027fd assorted CSS fixes related to Dojo upgrade 2017-01-21 22:58:32 +03:00
Andrew Dolgov
157944d424 set .loadingExpando height to a correct value 2017-01-21 22:39:41 +03:00
Andrew Dolgov
b7d63a58db fix loading indicator position/size for tree leafs 2017-01-21 22:30:20 +03:00
Anders Kaseorg
6887a0f573 lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
The itemNode and expandoNode elements have changed from img to
span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our
tree icons inside them rather than replacing them.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2017-01-21 13:22:14 -05:00
Andrew Dolgov
4822485a74 hide selected_prompt on low width screens 2017-01-07 14:59:30 +03:00
Andrew Dolgov
73c4e7ddf2 edit tags dialog: enable overflow so that tag completion works properly 2016-12-13 15:26:39 +03:00
Andrew Dolgov
b6d504b901 zoom: disable 650px p limit 2016-03-25 11:42:04 +03:00
Andrew Dolgov
0401715fe5 add a webkit hack to hopefully improve headlines-frame scrolling speed 2016-03-22 12:53:17 +03:00
Todd Vierling
6b8a7aad08 Make sure author and excerpt spans don't wrap even if active.
In combined display mode with an article collapsed via keyboard nav,
the article remains active, which lets the excerpt bubble out to several
lines depending on display width. Keep the excerpt nowrap always.

While here, fix the author display; nowrap always to keep the name
from splitting across lines in rare cases.
2016-02-07 15:47:31 -05:00
Andrew Dolgov
555afc2ea7 disable inner p width restriction for now 2015-12-04 11:38:00 +03:00
Andrew Dolgov
e17079dcef make disabled filter rules easier to discern
show if filter set match_any_rule on the overview
2015-08-17 12:33:07 +03:00
Andrew Dolgov
67fc7ba6e3 Merge branch 'master' of git.fakecake.org:tt-rss 2015-08-13 23:07:58 +03:00
Andrew Dolgov
fadc8de5d8 a:focus != a:hover 2015-08-13 23:07:45 +03:00
Andrew Dolgov
73dfda1da6 various minor style updates, add danger buttons 2015-08-13 13:06:03 +03:00
Andrew Dolgov
8b8820e524 remove some list backgrounds 2015-08-13 12:30:06 +03:00
Andrew Dolgov
9044e2e062 installer: use dijit styles 2015-08-12 23:07:31 +03:00
Andrew Dolgov
d98779972d tabbed feed editor 2015-08-12 20:35:53 +03:00
Andrew Dolgov
e2e095233f fix readonly/disabled textbox styles 2015-08-12 18:27:21 +03:00
Andrew Dolgov
0acc1ed76e dijit style updates 2015-08-12 16:58:06 +03:00
Andrew Dolgov
839d150a60 minor layout updates related to new alert styles 2015-08-12 12:23:18 +03:00
Andrew Dolgov
b028da0a2d display lack of filter plugin actions properly 2015-08-12 12:11:12 +03:00
Andrew Dolgov
6759dde1dd minor css updates 2015-08-12 11:45:06 +03:00
Andrew Dolgov
1eec50143b dijit dialog: adjust title padding 2015-08-12 10:22:39 +03:00
Andrew Dolgov
7d73cc4184 minor css fixes 2015-08-12 09:28:38 +03:00
Andrew Dolgov
6ae7bcd170 remove some unnecessary dropdownbutton margins 2015-08-12 08:41:22 +03:00
Andrew Dolgov
90da4ada66 move attachments back to cdm content 2015-08-12 08:29:09 +03:00
Andrew Dolgov
fb8a032a6b minor textarea fixes 2015-08-11 18:44:07 +03:00
Andrew Dolgov
c1ebb6cdf7 update notice/error css classes 2015-08-11 18:37:07 +03:00
Andrew Dolgov
7a1133521c #selected_prompt: fix valign 2015-08-11 18:23:11 +03:00
Andrew Dolgov
6901ec6659 fix subtoolbar links lack of margin 2015-08-11 18:19:04 +03:00
Andrew Dolgov
22dd34a302 add styles for several other dijit elements (4) 2015-08-11 17:01:43 +03:00
Andrew Dolgov
ba89a6541a add styles for several other dijit elements (3) 2015-08-11 16:46:01 +03:00
Andrew Dolgov
4d15d60d2e add styles for several other dijit elements (2) 2015-08-11 16:43:47 +03:00
Andrew Dolgov
e79e274fc8 add styles for several other dijit elements 2015-08-11 16:41:05 +03:00
Andrew Dolgov
bc20cb9fad move attachment dropdown to cdmFooter, use table styles for cdmFooter 2015-08-11 15:30:17 +03:00
Andrew Dolgov
8a1b2a1015 add custom styles for .dijitDropDownButton 2015-08-11 15:05:19 +03:00
Andrew Dolgov
6810a1de42 use dijit form widget for attachments dropdown 2015-08-11 14:53:07 +03:00
Andrew Dolgov
ac4c1383ae bring cdmFeedTitle style in line with the rest of the UI
send headline rows as separate JSON objects
2015-07-13 01:19:52 +03:00
Andrew Dolgov
b9bd7ec555 cap iframes width 2015-07-11 21:28:31 +03:00
Andrew Dolgov
d517829bcd limit width of embedded <video> elements 2015-07-03 16:04:54 +03:00
Andrew Dolgov
86b05f8661 better feed debugger ui for f D 2015-06-12 13:06:36 +03:00
Andrew Dolgov
49ad5e047f ttrssZoom: enlarge content part 2015-03-04 10:25:59 +03:00
Andrew Dolgov
f52879fed5 trgm: add basic related stories dialog 2015-01-19 15:46:15 +03:00