about summary refs log tree commit diff
path: root/app/javascript/flavours
AgeCommit message (Collapse)Author
2018-01-14Oops this should have been a part of last commitkibi!
2018-01-14Fixes onboarding modal (#318)kibi!
2018-01-14Fixed autocollapse detectionkibi!
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-14Add wave background; blend elefriend in a bit more. #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-14Fix collapsed toot stylencls7615
2018-01-14Fix un-fullwidth media stylencls7615
2018-01-14Fix media detailed stylencls7615
2018-01-14Fix confirmation modal bugncls7615
2018-01-14Fix letterbox bugncls7615
2018-01-14Improve scss refactor 5ncls7615
2018-01-14Improve scss refactor 4ncls7615
2018-01-14Improve scss refactor 3ncls7615
2018-01-14Improve scss refactor 2ncls7615
2018-01-14Improve scss refactor 1ncls7615
2018-01-14Fix padded-blocks errorncls7615
2018-01-14Initial scss refactorncls7615
2018-01-12load public.js on vanilla#adminGô Shoemake
2018-01-12Load packs/public.js for glitch#adminGô Shoemake
2018-01-12i18n: Update Polish translationMarcin Mikołajczak
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-01-12Fix dropdown textncls7615
2018-01-09Merge pull request #316 from glitch-soc/fix-asyncDavid Yip
Fix glitch async chunks
2018-01-09Renamed glitch async chunkskibigo!
2018-01-09Refactor /api/web APIs to use the centralized axios instance (tootsuite pr ↵cwm
#6223)
2018-01-09Fix overflowing audit logs (tootsuite pr #6184)cwm
2018-01-09Set background to the navigation of Getting Started column (tootsuite pr #6163)cwm
2018-01-09Use const instead of let for constant (tootsuite pr #6106)cwm
2018-01-09change key to path in timeline settings containerscwm
2018-01-09Rename key to path in actions and reducers for settings (tootsuite pr #6105)cwm
2018-01-09Fix newlines-to-spaces functionality (tootsuite pr #6158)cwm
2018-01-09Hide moved account's follow button in search result (tootsuite pr #5913)cwm
2018-01-09Prevent duplicate load of favourites (tootsuite pr #5931)cwm
2018-01-08Merge pull request #312 from glitch-soc/tag-sensitive-imgsDavid Yip
Show SENSITIVE tag on sensitive images (#267)
2018-01-08Add missing commakibigo!
2018-01-08Show SENSITIVE tag on sensitive images (#267)kibigo!
2018-01-08Threads now inherit privacy directly (#309)kibigo!
2018-01-09fix list editor scssncls7615
2018-01-08When pulling out max_toot_chars, handle nullsDavid Yip
flavours/glitch/util/initial_state is used in places where we want to exhibit different behavior based on user preferences. This means that it's used in places where no preference is defined, i.e. on an unauthenticated access. All values exported from that module must therefore expect that case; previously, the max chars value didn't. Addresses #306.
2018-01-06Fixes to search dropdownkibigo!
2018-01-06fix typo in vanilla names.ymlbeatrix
2018-01-06fixed ctrl enterOndřej Hruška
2018-01-06Fix the always-threaded bugOndřej Hruška
2018-01-07Update ja.jsncls7615
2018-01-06Merge pull request #296 from glitch-soc/thread-modebeatrix
Threaded mode~