about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features
AgeCommit message (Expand)Author
2019-09-09Use the `Icon` component instead of directly using `i` tagThibaut Girka
2019-09-09Use upstream's Icon componentThibaut Girka
2019-09-09Move “export” before decoratorsThibaut Girka
2019-09-09glitch: fix webpack build failure in columns_area.js (#1212)Rey Tucker
2019-09-05[Glitch] Integrate translation strings for the Profile Directory.mayaeh
2019-09-05[Glitch] Fix custom emoji animation on hover in WebUI directory biosThibG
2019-09-04Fix loading more items in account following/followersThibaut Girka
2019-09-02[Glitch] Add header to trends section and change refresh rate to 15 minutesEugen Rochko
2019-09-02[Glitch] Fix trending hashtags being fetched every 36 seconds instead of ever...ThibG
2019-09-02[Glitch] Add trends UI with admin and user settingsEugen Rochko
2019-08-31Properly hide follower count in profile directoryThibaut Girka
2019-08-31Update backend links and fix hardcoded onesThibaut Girka
2019-08-31Fix imports importing modules from vanilla flavour instead of glitchThibaut Girka
2019-08-31[Glitch] Change layout of public profile directory to be the same as in web UIEugen Rochko
2019-08-31[Glitch] Add profile directory to web UIEugen Rochko
2019-08-30[Glitch] Change detailed status child ordering to sort self-replies on topThibG
2019-08-29[Glitch] Change window resize handler to switch to/from mobile layout as soon...ThibG
2019-08-29[Glitch] Fix more visual issues with the audio playerEugen Rochko
2019-08-29[Glitch] Fix public page crash due to audio player, fix unpause in audio playerEugen Rochko
2019-08-29[Glitch] Add audio playerEugen Rochko
2019-08-29[Glitch] Add special alert for throttled requestsThibG
2019-08-29[Glitch] Add confirmation modal when logging out from the web appThibG
2019-08-29Remove sign out link from getting started columns, as it is already in the fo...Thibaut Girka
2019-08-29Fix crashes from favico.js crashing the entire web appThibaut Girka
2019-08-29Refactor the Columns Area code to be closer to upstreamThibaut Girka
2019-08-29Add option to rewrite mentions to mentioned user's username or acctThibaut Girka
2019-08-20[Glitch] Fix handling of audio files in account media galleryThibG
2019-08-20Add button to edit media description from missing description confirmation di...Thibaut Girka
2019-08-20Remove code for giving focus to first media without descriptionThibaut Girka
2019-08-19Move character counter to the options box to match upstream stylingThibaut Girka
2019-08-19[Glitch] Improve focal point modal on mobileThibG
2019-08-19[Glitch] Allow clicking behind previewThibG
2019-08-19[Glitch] Fix edit media modal on small screens, touch eventsEugen Rochko
2019-08-19[Glitch] Fix tesseract.js being part of the common chunkEugen Rochko
2019-08-19[Glitch] Add OCR tool to media editing modalEugen Rochko
2019-08-19Refactor character counter to match upstreamThibaut Girka
2019-08-19[Glitch] Add media editing modalEugen Rochko
2019-08-12Honor `system_emoji_font` in the Emoji PickerThibaut Girka
2019-08-12[Glitch] Fix "cancel follow request" button having unreadable text in web UIEugen Rochko
2019-08-06Implement keyboard navigation in glitch-soc composerThibaut Girka
2019-08-06Refactor composer Dropdown's component a bit to make it closer to upstreamThibaut Girka
2019-08-05Fix color of dropdown iconsThibaut Girka
2019-08-05[Glitch] Change icon button styles to make hover/focus states more obviousThibG
2019-08-05[Glitch] Disable list title validation button when list title is emptyThibG
2019-08-04Remove link rewriting option as it is easily bypassableThibaut Girka
2019-08-04Add options to highlight misleading links in statusesThibaut Girka
2019-08-04Move decodeIDNA to app/javascript/flavours/glitch/utilThibaut Girka
2019-07-29Merge pull request #1179 from ThibG/glitch-soc/merge-upstreamThibG
2019-07-29Fix crash in /web/listsThibaut Girka
2019-07-28[Glitch] Add search results pagination to web UI (#11409)Eugen Rochko