omnivore/packages/web/lib
Jackson Harper 22e0a0cbe4 Add some new requirements to selecting scrollable elements
1. The element must have some height to its bounding rect, this
can prevent strange things like meta tags from being used as the
anchor.

2. The element must be a <p> tag: the intent is to take the user
to a readable position, so this should fit better and eliminates
using things like outer container elements that could span the
entire document.
2023-04-10 17:10:23 +08:00
..
highlights Add handler for justify text, fix dependency issue with auto highlights 2023-04-10 15:59:40 +08:00
hooks Reset throttle timeout after clearing, fixes issue where scroll watcher doesnt fire 2023-04-04 22:21:10 +08:00
keyboardShortcuts Remove unused keyboard commands 2023-03-06 16:14:05 +08:00
networking Disable push notification action in rules web 2023-04-05 12:39:23 +08:00
analytics.ts Open source omnivore 2022-02-11 09:24:33 -08:00
anchorElements.ts Add some new requirements to selecting scrollable elements 2023-04-10 17:10:23 +08:00
appConfig.ts Improve highlight scrolling from notebooks 2023-04-03 13:46:19 +08:00
articleActions.ts Remove unused code 2023-02-27 11:12:29 +08:00
cookieHelpers.ts Open source omnivore 2022-02-11 09:24:33 -08:00
dateFormatting.ts WIP: improve notebook UX, add markdown, document notes 2023-03-24 10:18:36 +08:00
deviceType.ts Open source omnivore 2022-02-11 09:24:33 -08:00
featureFlag.ts Add nat to feature flagged users 2022-04-20 12:13:48 -07:00
queryParamParser.ts Open source omnivore 2022-02-11 09:24:33 -08:00
themeUpdater.tsx WIP: update the display settings view on iOS 2023-04-10 15:59:40 +08:00
toastHelpers.tsx Shorter default duration on toast messages 2022-03-26 09:30:41 -07:00