Commit Graph

170 Commits (8e1281b41ecb446b58a0c66ef04fb18afd27215d)

Author SHA1 Message Date
Andrew Dolgov 089fa5ec26 use proper syntax for equal-width columns 3 years ago
Andrew Dolgov 87d13e826f fix vfeed group subtitle in grid mode 3 years ago
Andrew Dolgov eba8c97f36 some minor grid stuff 3 years ago
Andrew Dolgov a3ab4020bf set #headlines-spacer, etc, to span grid columns 3 years ago
Andrew Dolgov ddfa39015e experimental: add preference to show combined mode headlines as a 2 column grid 3 years ago
Andrew Dolgov 6ec66d0ce5 set border color on that too 3 years ago
Andrew Dolgov f804caec90 support coloring counters by feed-id/is-cat; set fresh counter to green 3 years ago
Andrew Dolgov 4e1c78374f error log: allow wrapping long filenames 3 years ago
Andrew Dolgov 77b5201b7d set plugin list name width same as preferences table 3 years ago
Andrew Dolgov 7b0b5b55c7 fix plugins-list line height 3 years ago
Andrew Dolgov 68ecf52594 some small layout fixes, remove a few inline styles 3 years ago
Andrew Dolgov 473ea6255c render list of plugins on the client 3 years ago
Andrew Dolgov 5c1f9f31bd add a bunch of button icons 3 years ago
Andrew Dolgov 476965b161 show installed plugins in the installer list 3 years ago
Andrew Dolgov f398fea414 shorten plugin list action buttons 3 years ago
Andrew Dolgov 04128c7870 add search to plugin installer 3 years ago
Andrew Dolgov dfdb746a76 add word wrap for git stdout/stderr pre elements 3 years ago
Andrew Dolgov a22ddb2fe0 move material-icons to composer 3 years ago
Andrew Dolgov 7f2fe465b0 add plugin updates checker into normal updates checker 3 years ago
Andrew Dolgov 2f14fa1bc3 add a hack to position labels on a dijit toolbar better 3 years ago
Andrew Dolgov d1328321be move published OPML endpoint to public.php 3 years ago
Andrew Dolgov 2843b99171 minor filter UI layout fix 3 years ago
Andrew Dolgov 94560132dd for the most part, deal with filter rules UI 3 years ago
Andrew Dolgov 760a26e484 fix height of dijit input boxes embedded into toolbars 3 years ago
Andrew Dolgov 660a1bbe01 * switch to xhr.post() almost everywhere
* call App.handlerpcjson() automatically on json request (if possible)
 * show net/log indicators in prefs
3 years ago
Andrew Dolgov ecb36b6354 edit tags: use client dialog 3 years ago
Andrew Dolgov a2e688fcb2 render headline-specific toolbar on the client 3 years ago
Andrew Dolgov ff6031d3c9 remove old-style markup from exception dialog 3 years ago
Andrew Dolgov d4c925819b pref-feeds: load error button via xhr 3 years ago
Andrew Dolgov 17413078a7 pref feeds: index cleanup, split into several methods, use tabs to maximize space for feed tree, persist feed tree state 3 years ago
Andrew Dolgov d466284fab * customizeCSS: client dialog
* remove hardcoded width from most dialogs (move to css)
* add helper to easily get dialog from its widget
* rework some dialog buttons to use current object instead of calling dialog by name
3 years ago
Andrew Dolgov 74986d1ac6 shorten pref tab names; make log-alert clickable 3 years ago
Andrew Dolgov ce2335deaf pref-users: css fixes 3 years ago
Andrew Dolgov 73070544ca error log: make it more readable 3 years ago
Andrew Dolgov eb896f824d night theme: disable on-hover undimming 3 years ago
Andrew Dolgov 927df33d49 night theme: dim images unless hovered over 3 years ago
Andrew Dolgov 64f7ac0e74 dark theme: fix color of .dijitSplitterHover 3 years ago
Andrew Dolgov 43e9dd5ea9 feed debugger: wrap long lines 3 years ago
Andrew Dolgov 6311fb607d pre: set white-space: pre-wrap to remove horizontal scrolling 3 years ago
Andrew Dolgov 6da576dbe4 BLACKLISTED_TAGS: use textarea for editing; normalize value when saving 3 years ago
Andrew Dolgov d7973fe1b6 use more consistent margins for left toolbar icons 4 years ago
Andrew Dolgov d1ee30d1ba prevent horizontal scrolling in filter editor dialog if rules are very long 4 years ago
JustAMacUser 7f38130004 Disable mobile Safari right-click menu on headlines. 4 years ago
Andrew Dolgov f41fdef389 add gulp task for less compilation 4 years ago
Andrew Dolgov b8906c9b9c hide #toolbar-frame_splitter back again 4 years ago
Andrew Dolgov 409ba0db2d - RIP smooth scrolling and associated hacks
- attempt to make Headlines.move() / Article.cdmMoveToId() behave a bit more intuitively
4 years ago
Andrew Dolgov eae79615a2 Use more specific definitions for applying `stuck` effects.
https://git.tt-rss.org/fox/tt-rss/pulls/143
4 years ago
JustAMacUser c93bcef91f Keep header above iframes in CDM. 4 years ago
JustAMacUser 7a0ea9d90e Make iframes size responsively. 4 years ago
Andrew Dolgov 7adbc95acc remove floating title, use position: sticky for cdm headers instead 4 years ago
Andrew Dolgov 2b55afbeec sanitize: forbid "allow" attribute
CSS: remove auto hyphens stuff, remove iframe width clipping to 98% because they get squished
4 years ago
Andrew Dolgov 8ad523fcec do not keep current feed visible when hide as read is enabled 4 years ago
Andrew Dolgov 68562e2618 fix wrong colors applying to rule textarea when invoked from main UI 4 years ago
Andrew Dolgov 482db14c1a filter rule editor: bring back regexp valid/invalid BG colors (now for light theme) 4 years ago
Andrew Dolgov 490a98df11 filter rule editor: bring back regexp valid/invalid BG colors 4 years ago
Andrew Dolgov 76c8b318e5 set all tooltip colors via less variables 4 years ago
Andrew Dolgov 0875dc332e fix tooltip colors for night mode 4 years ago
Andrew Dolgov 8c31651a21 fix alert-info/alert-danger colors on dark theme 4 years ago
Andrew Dolgov 671a2a0275 fix hr colors for dark theme, don't use hardcoded rgb value in light theme 4 years ago
Andrew Dolgov 38b43cd559 adjust previous to not use hardcoded rgb color 4 years ago
Andrew Dolgov d9cd790d03 dark theme, all articles icon: improve contrast 4 years ago
Andrew Dolgov 2d3fdd6836 hide read feeds / hide read shows special: use CSS instead of JS-based hiding 4 years ago
Andrew Dolgov 60288f02e8 1. feedtree: show counters for marked articles if view-mode == marked
2. hide/show relevant counter nodes using css
3. cleanup some counter-related code
4. compile default css into light theme to prevent cache-related issues
4 years ago
Andrew Dolgov deefa901ab mark feeds with marked articles if marked view mode is set 4 years ago
Andrew Dolgov aa56bcaf44 support night mode when using share by URL 4 years ago
Andrew Dolgov 9c0235ab66 show current unread counter on headlines toolbar if sidebar is hidden 5 years ago
Andrew Dolgov e7dd634183 exp: auto-disable smooth scrolling for repeat hotkey events 5 years ago
Andrew Dolgov e1ef122355 force-disable headlines smooth scrolling when switching feeds
enable smooth scrolling for article frame
5 years ago
Andrew Dolgov e40c24f829 #headlines-frame: set scroll-behavior: smooth 5 years ago
Andrew Dolgov e8523733b0 filter dialog: add inline regexp checker 5 years ago
Andrew Dolgov d36b64d8a7 event log: simplify styles, prevent horizontal scrolling
sql logger: clip context length to 8kb
5 years ago
Andrew Dolgov 9f52327b34 feedlist: adjust star position 5 years ago
Andrew Dolgov 355723ca59 ttrss_zoom: limit maximum width to make text more readable 5 years ago
Andrew Dolgov a34509c8ae Merge branch 'master' of git.fakecake.org:tt-rss 5 years ago
Andrew Dolgov 19f162dbe3 css: insensitive -> text-muted 5 years ago
Andrew Dolgov b54c40c45b forbid text selection on normal headline rows / unexpanded CDM rows to prevent annoying glitches when selecting ranges etc 5 years ago
Andrew Dolgov 91cfd9c391 dbupdater: add mysql transaction warning 5 years ago
Andrew Dolgov 83650fffa4 actions dropdown: use material menu icon 5 years ago
Andrew Dolgov ef6d2b8a4e update notifications to make them more visible
cleanup some minor stuff in pref-users
5 years ago
Andrew Dolgov e8edad377a php info: prevent horizontal scrolling 5 years ago
Andrew Dolgov 9554bc820d add some auxiliary text styles 5 years ago
Andrew Dolgov a130da2d1a add layout hack to unify heights of plugin fieldsets 5 years ago
Andrew Dolgov 8819272db1 prefs-set -> prefs 5 years ago
Andrew Dolgov cbd119c7a3 pref-prefs: fix markup 5 years ago
Andrew Dolgov 52d77dee62 plugin list: update layout 5 years ago
Andrew Dolgov 527e7adc8a tree: remove position=relative hacks 5 years ago
Andrew Dolgov e13916fd3e feedtree offset changes should apply to font icons 5 years ago
Andrew Dolgov ce92f047ac dijit tabs: fix icon offsets 5 years ago
Andrew Dolgov c1ab51d6f8 fix changed feed icon offsets (because of doctype) 5 years ago
Andrew Dolgov dab81ff7d0 feed editor: fix missing <section> breaking checkbox fieldsets 5 years ago
Andrew Dolgov a366da90a6 add label.inline 5 years ago
Andrew Dolgov 335147e572 dialogs: use semantic markup instead of dlgsec stuff
continue unifying quoting style for html strings
5 years ago
Andrew Dolgov 4e253add8c UI: add some more info links to relevant wiki pages; minor layout updates 5 years ago
Andrew Dolgov 4db13b8a17 simplify preference layout, remove some unnecessary css classes 5 years ago
Andrew Dolgov 3880a17e57 pref-prefs: rework personal info tab, remove ugly table markup 5 years ago
Andrew Dolgov 063b4f535a filter rule & label dialog updates 5 years ago
Andrew Dolgov 4d9141d762 simplify dlgSec-related markup 5 years ago
Andrew Dolgov be322d6fc8 cleanup sharepopup dialog 5 years ago
Andrew Dolgov 205a75dfb9 prefs: show phpinfo on system tab 5 years ago
Andrew Dolgov 5ce55faa3b installer: reduce margins; misc fixes 5 years ago