pinafore/src/routes/_utils
Nolan Lawson 7e5f58b969
refactor: use timeline item summaries instead of ids (#1072)
As described in https://github.com/nolanlawson/pinafore/issues/369#issuecomment-467211908 this is the first step toward fixing #369
2019-03-03 13:24:55 -08:00
..
RealmStore.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
ajax.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
animate.js perf: use lite web animations polyfill (#1011) 2019-02-18 11:47:02 -08:00
arrays.js refactor: use timeline item summaries instead of ids (#1072) 2019-03-03 13:24:55 -08:00
asyncModules.js feat: Add support for keyboard shortcuts (#870) 2019-01-13 10:03:29 -08:00
asyncPolyfills.js perf: use lite web animations polyfill (#1011) 2019-02-18 11:47:02 -08: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 fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
decodeImage.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
decodeURIComponentWithPluses.js feat: implement web share target (#980) 2019-02-13 18:38:44 -08:00
delegate.js refactor: use ids instead of attrs for delegate/shortcut/focus (#1035) 2019-02-23 12:32:00 -08:00
doubleRAF.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
emojifyText.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
eventBus.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
events.js refactor: refactor parent focus styles (#1036) 2019-02-23 12:50:56 -08: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: update Sapper to latest (#775) 2018-12-11 07:31:48 -08: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
htmlToPlainText.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
isMobile.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
loadPolyfills.js perf: use lite web animations polyfill (#1011) 2019-02-18 11:47:02 -08:00
loadingMask.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
lodash-lite.js perf: use lodash-lite for some functions (#853) 2018-12-23 10:10:16 -08:00
marks.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
massageUserText.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08: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
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: update Sapper to latest (#775) 2018-12-11 07:31:48 -08: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
serviceWorkerClient.js perf: load Toast asynchronously (#851) 2018-12-22 15:37:51 -08: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
sorting.js refactor: use timeline item summaries instead of ids (#1072) 2019-03-03 13:24:55 -08:00
statusHtmlToPlainText.js fix: preserve newlines correctly in delete-and-redraft (#845) 2018-12-19 00:57:56 -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: set dark theme based on prefers-color-scheme (#966) 2019-02-11 21:03:51 -08: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