about summary refs log tree commit diff
path: root/app/javascript
AgeCommit message (Expand)Author
2019-08-07Improve focus handling with dropdown menus (#11511)ThibG
2019-08-07Fix non-lowercase hashtags not being picked up by the streaming API (#11508)Eugen Rochko
2019-08-07Fix featured tags not finding the right tag on save (#11504)Eugen Rochko
2019-08-06Add trends UI with admin and user settings (#11502)Eugen Rochko
2019-08-06Revert "Change links in webUI to rewrite misleading links (#11426)" (#11500)Eugen Rochko
2019-08-06Fix image uploads being perfectly white when canvas read access is blocked (#...ThibG
2019-08-06Improve keyboard navigation in privacy dropdown (#11492)ThibG
2019-08-06Improve dropdown menu keyboard navigation (#11491)ThibG
2019-08-06Trap tab in modals (#11493)ThibG
2019-08-06Fix privacy dropdown active state when dropdown is placed on top of it (#11495)ThibG
2019-08-03Change icon button styles to make hover/focus states more obvious (#11474)ThibG
2019-08-03Disable list title validation button when list title is empty (#11475)ThibG
2019-08-01Fix scroll to top in single column UI (#11463)Eugen Rochko
2019-08-01Fix column header scrolling with the page (#11458)Eugen Rochko
2019-07-31Fix jumping of toot date when clicking spoiler button (#11449)Mélanie Chauvel (ariasuni)
2019-07-30Add hashtag score for better sorting of autosuggestions (#11427)Eugen Rochko
2019-07-30Change links in webUI to rewrite misleading links (#11426)ThibG
2019-07-30Fix crash when expanding search results for hashtags (#11447)ThibG
2019-07-29Fix emoji autosuggestions (#11442)Eugen Rochko
2019-07-28Add autosuggestions for hashtags (#11422)Eugen Rochko
2019-07-28Fix animate on hover in poll options without CW (#11404)ThibG
2019-07-28Change contrast of status links that are not mentions nor hashtags (#11406)ThibG
2019-07-27Fix tabs bar scrolling along with content on mobile (#11418)Eugen Rochko
2019-07-27Add search results pagination to web UI (#11409)Eugen Rochko
2019-07-25Change account domain block to clear out notifications and follows (#11393)Eugen Rochko
2019-07-23Fix scrolling in single-column mode on Chrome (#11395)ThibG
2019-07-22Change unconfirmed user login behaviour (#11375)Eugen Rochko
2019-07-21Fix boost to original audience not working on mobile (#11371)ThibG
2019-07-21Play animated custom emoji on hover (#11348)ThibG
2019-07-21Display custom emoji in bio field names (#11350)ThibG
2019-07-19Change single-column mode to scroll the whole page (#11359)Eugen Rochko
2019-07-19Fix avatar animation on hover when not logged in (#11349)ThibG
2019-07-19Added logout to dropdown menu (#11353)koyu
2019-07-19Add ActivityPub actor representing the entire server (#11321)ThibG
2019-07-16Add option to disable real-time updates in web UI (#9984)Eugen Rochko
2019-07-15New Crowdin translations (#11153)Eugen Rochko
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
2019-07-06Only scroll to the compose form if it's not horizontally in the viewport (#11...ThibG
2019-07-02Memoize ancestorIds and descendantIds in detailed status view (#11234)ThibG
2019-07-02When deleting & redrafting a poll, fill in closest expires_in (#11203)ThibG
2019-06-30Optimize makeGetStatus (#11211)ThibG
2019-06-29When sending a toot, ensure a CW is only set if the CW field is visible (#11206)ThibG
2019-06-29Use ScrollToOptions for smooth scrolling if supported (#11207)ThibG
2019-06-28Display FTS warning based on actual search term, not the one being typed (#11...ThibG
2019-06-28Add categories for custom emojis (#11196)Eugen Rochko
2019-06-28Fix swiping columns on mobile sometimes failing (#11200)ThibG
2019-06-27Add message telling FTS is disabled when no toot can be found because of this...ThibG
2019-06-26Add option to disable blurhash previews (#11188)ThibG
2019-06-26Scroll to compose form rather than reply indicator on focus (#11182)ThibG
2019-06-26Removed extra pipes from regex. (#11181)PatOnTheBack