Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-14 | Fixed autocollapse detection | kibi! | |
2018-01-14 | Fix eslint errors. #294. | David Yip | |
2018-01-14 | Run 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-14 | Introduce a bit of luck into the elefriend selection. #294. | David Yip | |
2018-01-14 | Add wave background; blend elefriend in a bit more. #294. | David Yip | |
2018-01-14 | Bind click event to elefriend cycling. #294. | David Yip | |
2018-01-14 | Set 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-13 | Add the shrinking glitchy elefriend. #294. | David Yip | |
2018-01-13 | Prototype out glitchy elephant friend. #294. | David Yip | |
Glitched elephant friends kindly provided by @ncls7615. | |||
2018-01-14 | Fix collapsed toot style | ncls7615 | |
2018-01-14 | Fix un-fullwidth media style | ncls7615 | |
2018-01-14 | Fix media detailed style | ncls7615 | |
2018-01-14 | Fix confirmation modal bug | ncls7615 | |
2018-01-14 | Fix letterbox bug | ncls7615 | |
2018-01-14 | Improve scss refactor 5 | ncls7615 | |
2018-01-14 | Improve scss refactor 4 | ncls7615 | |
2018-01-14 | Improve scss refactor 3 | ncls7615 | |
2018-01-14 | Improve scss refactor 2 | ncls7615 | |
2018-01-14 | Improve scss refactor 1 | ncls7615 | |
2018-01-14 | Fix padded-blocks error | ncls7615 | |
2018-01-14 | Initial scss refactor | ncls7615 | |
2018-01-12 | Load packs/public.js for glitch#admin | Gô Shoemake | |
2018-01-12 | i18n: Update Polish translation | Marcin Mikołajczak | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2018-01-12 | Fix dropdown text | ncls7615 | |
2018-01-09 | Merge pull request #316 from glitch-soc/fix-async | David Yip | |
Fix glitch async chunks | |||
2018-01-09 | Renamed glitch async chunks | kibigo! | |
2018-01-09 | Refactor /api/web APIs to use the centralized axios instance (tootsuite pr ↵ | cwm | |
#6223) | |||
2018-01-09 | Fix overflowing audit logs (tootsuite pr #6184) | cwm | |
2018-01-09 | Set background to the navigation of Getting Started column (tootsuite pr #6163) | cwm | |
2018-01-09 | Use const instead of let for constant (tootsuite pr #6106) | cwm | |
2018-01-09 | change key to path in timeline settings containers | cwm | |
2018-01-09 | Rename key to path in actions and reducers for settings (tootsuite pr #6105) | cwm | |
2018-01-09 | Fix newlines-to-spaces functionality (tootsuite pr #6158) | cwm | |
2018-01-09 | Hide moved account's follow button in search result (tootsuite pr #5913) | cwm | |
2018-01-09 | Prevent duplicate load of favourites (tootsuite pr #5931) | cwm | |
2018-01-08 | Merge pull request #312 from glitch-soc/tag-sensitive-imgs | David Yip | |
Show SENSITIVE tag on sensitive images (#267) | |||
2018-01-08 | Add missing comma | kibigo! | |
2018-01-08 | Show SENSITIVE tag on sensitive images (#267) | kibigo! | |
2018-01-08 | Threads now inherit privacy directly (#309) | kibigo! | |
2018-01-09 | fix list editor scss | ncls7615 | |
2018-01-08 | When pulling out max_toot_chars, handle nulls | David 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-06 | Fixes to search dropdown | kibigo! | |
2018-01-06 | fixed ctrl enter | Ondřej Hruška | |
2018-01-06 | Fix the always-threaded bug | Ondřej Hruška | |
2018-01-07 | Update ja.js | ncls7615 | |
2018-01-06 | Merge pull request #296 from glitch-soc/thread-mode | beatrix | |
Threaded mode~ | |||
2018-01-06 | Merge pull request #302 from KnzkDev/fix/search-popout | beatrix | |
Fix search popout | |||
2018-01-06 | appease eslint | beatrix | |
2018-01-06 | Fix search popout | ncls7615 | |
2018-01-06 | Read max_toot_chars from root object. Fixes #297. | David Yip | |
max_toot_chars is present in the root of the initial state object. (Previously, we were trying to read it from the meta child object.) |