pinafore/src/routes/_utils
Nolan Lawson 467eb85209
fix: simplify window.matchMedia (#1359)
There is really no reason to call window.matchMedia instead of just matchMedia.
2019-07-23 20:33:40 -07:00
..
ajax.js fix: throttle XHRs from autosuggest (#1190) 2019-05-06 20:29:43 -07:00
animate.js perf: use lite web animations polyfill (#1011) 2019-02-18 11:47:02 -08:00
arrays.js fix: replace indexWhere with findIndex (#1125) 2019-03-31 09:21:57 -07:00
asyncModules.js perf: lazy-load the ComposeBox (#1262) 2019-06-01 17:01:50 -07:00
asyncPolyfills.js feat: add ability to set focal points for media (#1303) 2019-07-07 00:14:19 -07:00
base64.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
checkDomAncestors.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
classname.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
coordsToPercent.js feat: add ability to set focal points for media (#1303) 2019-07-07 00:14:19 -07:00
createAutosuggestAccessibleLabel.js fix: make autosuggestion accessible (#1183) 2019-05-05 22:08:54 -07:00
createStatusOrNotificationUuid.js feat: implement "." keyboard shortcut (#1105) 2019-03-18 09:09:24 -07:00
decodeImage.js fix: fix Firefox img.decode bug (#1357) 2019-07-23 20:33:22 -07:00
decodeURIComponentWithPluses.js feat: implement web share target (#980) 2019-02-13 18:38:44 -08:00
delegate.js fix: add warnings when click delegates return non-booleans (#1319) 2019-07-07 18:26:06 -07:00
doubleRAF.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
emojifyText.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
emojiRegex.js fix: update url regex to match latest mastodon (#1026) 2019-02-19 23:34:06 -08:00
eventBus.js fix: fix streaming gap (#1349) 2019-07-21 15:31:26 -07:00
events.js fix: use pure CSS for focus effect (#1323) 2019-07-08 09:42:45 -07:00
forceOnline.js fix: fix streaming gap (#1349) 2019-07-21 15:31:26 -07:00
formatters.js feat: date title shows absolute date (#890) 2019-01-13 15:56:39 -08:00
fullscreen.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
getIdFromItemSummaries.js refactor: use timeline item summaries instead of ids (#1072) 2019-03-03 13:24:55 -08:00
getMainTopMargin.js fix: simplify window.matchMedia (#1359) 2019-07-23 20:33:40 -07:00
handleRegex.js fix: update url regex to match latest mastodon (#1026) 2019-02-19 23:34:06 -08:00
historyEvents.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
loadCSS.js feat: add full emoji picker using emoji-mart (#836) 2018-12-18 00:43:51 -08:00
loadingMask.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
loadPolyfills.js feat: add ability to set focal points for media (#1303) 2019-07-07 00:14:19 -07:00
lodash-lite.js fix: use correct sorting for snowflake IDs (#1074) 2019-03-03 17:21:22 -08:00
marks.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
massageStatusPlainText.js fix: fix html style of glitch-soc markdown content (#1350) 2019-07-21 15:31:17 -07:00
massageUserText.js fix: fix html style of glitch-soc markdown content (#1350) 2019-07-21 15:31:17 -07:00
measureText.js fix: update url regex to match latest mastodon (#1026) 2019-02-19 23:34:06 -08:00
once.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
PromiseThrottler.js fix: throttle XHRs from autosuggest (#1190) 2019-05-06 20:29:43 -07:00
RealmStore.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
removeEmoji.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
replaceEmoji.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
reselect.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
resize.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
runMediumPriorityTask.js fix: remove unnecessary function cache (#1358) 2019-07-23 20:33:31 -07:00
safeLocalStorage.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
scheduleIdleTask.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
scrollContainer.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
scrollIntoView.js fix: fix keyboard shortcuts for pinned toots (#1033) 2019-02-23 09:47:36 -08:00
scrollToTop.js feat: implement "." keyboard shortcut (#1105) 2019-03-18 09:09:24 -07:00
serviceWorkerClient.js fix: fix service worker for real (#1258) 2019-06-01 13:07:38 -07:00
setFavicon.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
shortcuts.js fix: fix Alt key in keyboard shortcuts (#902) 2019-01-19 15:50:39 -08:00
smoothScroll.js fix: disable smooth scroll for users who prefer reduced motion (#958) 2019-02-09 19:52:40 -08:00
statusHtmlToPlainText.js fix: fix html style of glitch-soc markdown content (#1350) 2019-07-21 15:31:17 -07:00
statusIdSorting.js fix: fix pleroma snowflake IDs for real (#1084) 2019-03-05 20:25:10 -08:00
strings.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
sync.js fix: fix pinned toots not in IDB (#1040) 2019-02-23 15:18:48 -08:00
testStorage.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
themeEngine.js fix: simplify window.matchMedia (#1359) 2019-07-23 20:33:40 -07:00
throttleRaf.js feat: add ability to set focal points for media (#1303) 2019-07-07 00:14:19 -07:00
thunk.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
timelineItemToSummary.js refactor: use timeline item summaries instead of ids (#1072) 2019-03-03 13:24:55 -08:00
urlRegex.js perf: build url regex in advance (#1069) 2019-03-02 22:02:59 -08:00
urlRegexSource.js perf: build url regex in advance (#1069) 2019-03-02 22:02:59 -08:00