Andrew Dolgov
|
30ed5d7c3c
|
same, but for preferences
|
5 years ago |
Andrew Dolgov
|
e37f8cfa78
|
don't use declare() for static objects with no inheritance because apparently it's not actually needed by AMD
|
5 years ago |
Andrew Dolgov
|
676cdf6ee4
|
move isCombinedMode to AppBase so we wouldn't crash in preferences
|
5 years ago |
Andrew Dolgov
|
b39e615683
|
add Headlines.default_force_previous, default_force_to_top
|
5 years ago |
Andrew Dolgov
|
19893d33e3
|
only bind up/down in 3 panel mode
|
5 years ago |
Andrew Dolgov
|
409ba0db2d
|
- RIP smooth scrolling and associated hacks
- attempt to make Headlines.move() / Article.cdmMoveToId() behave a bit more intuitively
|
5 years ago |
Andrew Dolgov
|
d63329baa1
|
Headlines.move: add params.force_previous to always move to previous article in CDM
|
5 years ago |
Andrew Dolgov
|
2deb9c555e
|
Headlines.move: use requestAnimationFrame in CDM :(
|
5 years ago |
Andrew Dolgov
|
8dc6b48ebd
|
Headlines.move: when going back to top of active article, use a smarter (?) offset calculation
|
5 years ago |
Andrew Dolgov
|
25c8467753
|
rename Headlines.correctHeadlinesOffset() to scrollToArticleId()
invoke it in Article.view() instead of all over the place
|
5 years ago |
Andrew Dolgov
|
05a84ab778
|
Headlines.move: maybe glitch less when moving back to top, etc
|
5 years ago |
Andrew Dolgov
|
9ae9302b6b
|
implement keyboard-related changes discussed in https://community.tt-rss.org/t/changing-the-amount-of-scroll-by-arrow-key/3452/7
|
5 years ago |
Andrew Dolgov
|
a1ffc11619
|
only enable unpack observer in expanded mode
|
5 years ago |
Andrew Dolgov
|
5e77d0062b
|
use intersection observer to unpack visible articles, remove Headlines.unpackVisible()
|
5 years ago |
Andrew Dolgov
|
7adbc95acc
|
remove floating title, use position: sticky for cdm headers instead
|
5 years ago |
Andrew Dolgov
|
4a00d41915
|
Article.cdmMoveToId: don't crash if params is not given
|
5 years ago |
Andrew Dolgov
|
a802649d53
|
rename cdmScrollToId to cdmMoveToId
prevent smooth scrolling when going directly to an article
|
5 years ago |
Andrew Dolgov
|
2558fcbe21
|
add hotkey "\" to cancel current search
|
5 years ago |
ltGuillaume
|
19064864bf
|
Allow setting Insert (45) and Delete (46) as hotkeys
These are not reported via keypress either, so handle them via keydown.
|
5 years ago |
Andrew Dolgov
|
0d467973dc
|
Article.pack: dispose of unpacked content properly
|
5 years ago |
Andrew Dolgov
|
e17c7e2fb4
|
Headlines.renderAgain: scroll instantly to active article when going back to combined mode on the fly
|
5 years ago |
Andrew Dolgov
|
b3e4f0188e
|
in combined non-expanded mode, pack headline rows as they are unfocused to save RAM
|
5 years ago |
Andrew Dolgov
|
afaac95d8d
|
if comment URL is not specified but comment count is non-zero, show comments prompt leading to the article
|
5 years ago |
Andrew Dolgov
|
a65749a512
|
source validationtextarea in main UI
|
5 years ago |
Andrew Dolgov
|
f24ece85a6
|
add validationtextarea control, use it for filter match editor
|
5 years ago |
Andrew Dolgov
|
2fefb4fd87
|
getTestResults: don't try to use previously removed variable
|
5 years ago |
Andrew Dolgov
|
4f62f5f3f1
|
filter edit dialog: load rule editor via XHR
|
5 years ago |
Andrew Dolgov
|
340bb7f392
|
fix typo
|
5 years ago |
Andrew Dolgov
|
8645f36c5b
|
filter test dialog: pass contents via xhr POST
|
5 years ago |
Andrew Dolgov
|
4e74da590e
|
af_readability: allow get full text button to work as a toggle; in cdm, scroll to article after embedding
|
5 years ago |
Andrew Dolgov
|
07b27b375f
|
update toggle_embed_original hotkey to invoke readability embed instead of removed embed_original plugin
|
5 years ago |
Andrew Dolgov
|
71ff485fbf
|
af_readability: add article button to embed content of a specific article
|
5 years ago |
Andrew Dolgov
|
788ea95fbd
|
feed tree: do not mark Labels as Special
|
5 years ago |
Andrew Dolgov
|
4ab3854aed
|
don't generate default.css, replace with themes/light.css as a default root CSS file
|
5 years ago |
Andrew Dolgov
|
282b445a43
|
feed tree: don't set Special class on Labels category
|
5 years ago |
Andrew Dolgov
|
2d3fdd6836
|
hide read feeds / hide read shows special: use CSS instead of JS-based hiding
|
5 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
|
5 years ago |
Andrew Dolgov
|
076c5382fa
|
login form: add workarounds for chrome password manager
|
5 years ago |
Andrew Dolgov
|
776fe4768b
|
default password warning: fix close button, don't crash if dialog is recreated (on feed tree reload etc)
|
5 years ago |
Andrew Dolgov
|
4a4d7a44fa
|
onViewModeChanged: set view mode value as a custom body attribute
|
5 years ago |
Andrew Dolgov
|
6f625aa8aa
|
apply Has_Marked css class to feed tree elements with marked articles
|
5 years ago |
Andrew Dolgov
|
a6d314b753
|
support dark mode for login form
|
5 years ago |
Andrew Dolgov
|
aa56bcaf44
|
support night mode when using share by URL
|
5 years ago |
Andrew Dolgov
|
303f8fb329
|
properly escape quotes when rendering article data to html attributes via template strings
|
5 years ago |
Andrew Dolgov
|
7e2fd9bdce
|
Headlines.move: fix move to previous article if scrollTop returns a fractional value for current item
|
5 years ago |
Andrew Dolgov
|
f83836ade9
|
updateCurrentUnread: don't crash if counter element is not available
|
5 years ago |
Andrew Dolgov
|
9f70bb010a
|
fix blank screen on load if custom theme is enabled
|
5 years ago |
Andrew Dolgov
|
07f4878d59
|
workaround for a race condition between dojo.parse() and tt-rss loading proper day/night css on startup because of firefox async CSS loader
|
5 years ago |
Andrew Dolgov
|
0d6add5d7f
|
show alert() if fatal exception happens while initializing base app objects and app.error is not available
|
5 years ago |
JustAMacUser
|
b4dd03ba2a
|
Wrap AppBase.setupNightModeDetection() in try/catch because Safari doesn't support matchMedia change events.
|
5 years ago |