pinafore/src/routes/_utils
Nolan Lawson 8d0db2c97c
fix: make autosuggestion accessible (#1183)
* fix: make autosuggestion accessible

fixes #129

* remove tabindexes, fix aria-hidden
2019-05-05 22:08:54 -07:00
..
RealmStore.js fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
ajax.js feat: implement notification filters (all vs mentions) (#1177) 2019-05-04 17:58:44 -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 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
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: 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
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 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
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
scrollToTop.js feat: implement "." keyboard shortcut (#1105) 2019-03-18 09:09:24 -07: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
statusHtmlToPlainText.js fix: fix aria-labels for pleroma (#1113) 2019-03-22 15:55:28 -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: 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