about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/drawer
AgeCommit message (Collapse)Author
2018-09-29Merge pull request #681 from ThibG/glitch-soc/fixes/accessibilityDavid Yip
Port various accessibility improvements from upstream
2018-09-07Add preferences for notification badgesThibaut Girka
2018-09-07Add unread notifications badge to the navigation barThibaut Girka
2018-08-31[Glitch] Add aria-label to column regionsThibaut Girka
Port 66dbb59aa16981643e3bfa3f94d441bc3166eab3 to glitch-soc
2018-08-31Fix search results on compose boxThibaut Girka
2018-08-31Fix account header showing on search pageThibaut Girka
2018-08-31[Glitch] Hide search from Compose on mobile devicesThibaut Girka
Port 0893b1669548858daee79ab1260fb98646a0b3fa to glitch-soc
2018-08-31[Glitch] Add search item to tab bar for mobile devicesThibaut Girka
Port c9cbb8de703e321c0d152813a2e22471ffe5eef7 to glitch-soc
2018-08-31[Glitch] When search enabled, display hint in search popoutThibaut Girka
Port 7901f9f63e156732ab10154c34f3c2d188471a9d to glitch-soc
2018-08-22Add hashtag trendline support to glitch-soc flavourThibaut Girka
Port Mastodon's hashtag stats thing to glitch-soc. This doesn't change how hashtags are ordered, and doesn't add a trending hashtags section, but it does change how hashtag searches are rendered, displaying a trend line alongside each hashtag.
2018-07-30Treat the App Setting link as a proper link (fixes #375)Thibaut Girka
2018-05-27Port upstream's result section headers (fixes #366)Thibaut Girka
2018-01-14Fixes to drawer and CWskibi!
2018-01-14Fix eslint errors. #294.David Yip
2018-01-14Run slightly less afoul of accessibility checks. #294.David Yip
This makes the clickable element an interactive element, but doesn't add alt text and makes it not-obvious that you can click the elefriend. On one hand, this goes against good practice; on the other hand, it's not *supposed* to be obvious that you can click the elefriend.
2018-01-14Introduce a bit of luck into the elefriend selection. #294.David Yip
2018-01-14Bind click event to elefriend cycling. #294.David Yip
2018-01-14Set glitchy elephant friend variant in initial state. #294.David Yip
Also lay some groundwork needed to interactively change the glitchfriend. The codebase uses "elefriend" because it's shorter and didn't require me to realign the actions in actions/compose.js. Same idea, though.
2018-01-13Add the shrinking glitchy elefriend. #294.David Yip
2018-01-13Prototype out glitchy elephant friend. #294.David Yip
Glitched elephant friends kindly provided by @ncls7615.
2018-01-06Fixes to search dropdownkibigo!
2018-01-04WIP <Compose> Refactor; 1000 tiny editskibigo!
2018-01-04WIP <Compose> Refactor; SCSS ed.kibigo!
2018-01-04WIP <Compose> Refactor; <OnboardingModal> ed.kibigo!
2018-01-04WIP <Compose> Refactor; <Drawer> ed.kibigo!
2018-01-04WIPgit status <Compose> Refactor; <Composer> ed.kibigo!