aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* Merge branch 'fix/use-semantically-correct-buttons' into 'develop'Shpuld Shpludson2020-12-01
|\ | | | | | | | | | | | | Fix #1001 Accessibility: Use semantically correct buttons (almost) everywhere Closes #1001 See merge request pleroma/pleroma-fe!1293
| * Merge branch 'develop' into 'fix/use-semantically-correct-buttons'Shpuld Shpludson2020-12-01
| |\ | | | | | | | | | # Conflicts: # CHANGELOG.md
| * | fix alternative icons having wrong offsetsShpuld Shpuldson2020-11-26
| | |
| * | forgot to save a fileShpuld Shpuldson2020-11-26
| | |
| * | fix retweet event handler, fix text being selectable for status action countersShpuld Shpuldson2020-11-26
| | |
| * | fix nav bar button active styleShpuld Shpuldson2020-11-26
| | |
| * | fix wrong button style, add new option for popover to better deal with ↵Shpuld Shpuldson2020-11-25
| | | | | | | | | | | | different layouts
| * | fix missing button styleShpuld Shpuldson2020-11-25
| | |
| * | fix too big hide button, fix weird 28px hackShpuld Shpuldson2020-11-24
| | |
| * | address missing button style, fix remaining warningShpuld Shpuldson2020-11-24
| | |
| * | fix warningsShpuld Shpuldson2020-11-24
| | |
| * | renames and removals of cursor: pointerShpuld Shpuldson2020-11-24
| | |
| * | more fixes, add fullwidthShpuld Shpuldson2020-11-24
| | |
| * | Replace all use of <a> + href='#' with proper buttonsShpuld Shpuldson2020-11-24
| | |
* | | add titles in react picker, support filtering by emoji itselfShpuld Shpuldson2020-11-28
| |/ |/|
* | Merge branch 'fix/make-autocomplete-wait-for-request-to-finish' into 'develop'Shpuld Shpludson2020-11-27
|\ \ | |/ |/| | | | | | | | | Fix #1011 Make autocomplete wait for user search to finish before suggesting Closes #1011 See merge request pleroma/pleroma-fe!1289
| * review fixesShpuld Shpuldson2020-11-27
| |
| * fix merge conflictShpuld Shpuldson2020-11-19
| |\
| * | update some documentationShpuld Shpuldson2020-11-19
| | |
| * | fix keyboard highlightShpuld Shpuldson2020-11-19
| | |
| * | use users state + fetching with delayShpuld Shpuldson2020-11-18
| | |
| * | store failed experimentShpuld Shpuldson2020-11-17
| | |
* | | try another approachShpuld Shpuldson2020-11-20
| | |
* | | add back red lineShpuld Shpuldson2020-11-20
| | |
* | | Merge branch 'nsfw-link-preview' into 'develop'Shpuld Shpludson2020-11-20
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Click-to-reveal cover for link previews in NSFW posts Closes #973 See merge request pleroma/pleroma-fe!1287
| * | | Added the NSFW alert to the link preview.eugenijm2020-11-19
| | | |
* | | | Merge branch 'features/video-preload-metadata' into 'develop'HJ2020-11-19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | video_attachment: Only preload metadata See merge request pleroma/pleroma-fe!1291
| * | | | video_attachment: Only preload metadataHaelwenn (lanodan) Monnier2020-11-19
| | |_|/ | |/| | | | | | | | | | | | | | | | | | This hints browsers that only the metadata and maybe the first few frames are needed. Which avoids downloading the entire video, which isn't really needed in our case.
* / | | add missing play-circle iconShpuld Shpuldson2020-11-19
|/ / /
* | | Merge branch 'fix/timeline-error-handling-fixes' into 'develop'Shpuld Shpludson2020-11-18
|\ \ \ | |/ / |/| | | | | | | | Various timeline fixes See merge request pleroma/pleroma-fe!1283
| * | Merge branch 'develop' into 'fix/timeline-error-handling-fixes'Shpuld Shpludson2020-11-11
| |\| | | | | | | | | | # Conflicts: # CHANGELOG.md
| * | make notifications also use the popup errors, remove all error from ↵Shpuld Shpuldson2020-11-10
| | | | | | | | | | | | status/notif state
| * | fixes to timeline error handlingShpuld Shpuldson2020-11-10
| | |
* | | Merge branch 'feat/favicon-badge' into 'develop'Shpuld Shpludson2020-11-17
|\ \ \ | |_|/ |/| | | | | | | | Add favicon badge for unread notifs See merge request pleroma/pleroma-fe!1273
| * | Merge branch 'develop' into feat/favicon-badgeShpuld Shpuldson2020-11-06
| |\ \
| * | | add favicon badge for unread notifsShpuld Shpuldson2020-11-02
| | | |
* | | | fix emoji not working in profile field namesShpuld Shpuldson2020-11-11
| |_|/ |/| |
* | | change method of fix to roundingShpuld Shpuldson2020-11-09
| | |
* | | prevent call to scroll if the value doesn't change because firefox is stupidShpuld Shpuldson2020-11-09
| | |
* | | wrap react button icon to a span to fix popover overflowShpuld Shpuldson2020-11-09
| | |
* | | Fix the chat scroll behavior for vertical screens.eugenijm2020-11-06
| |/ |/| | | | | | | Fetch the messages until the scrollbar becomes visible, so that the user always has the ability to scroll up and load new messages.
* | Merge branch 'advanced-misclick-guard' into 'develop'Shpuld Shpludson2020-11-04
|\ \ | | | | | | | | | | | | Instead of blocking all interaction, only block interaction in places that matter See merge request pleroma/pleroma-fe!1276
| * | change approach to disable all, enable someHenry Jameson2020-11-03
| | |
| * | Instead of blocking all interaction, only block interaction in placesHenry Jameson2020-11-02
| |/ | | | | | | that matter
* | fix mobile badge alignmentHenry Jameson2020-11-03
| |
* | fix mobile navbar hitboxesHenry Jameson2020-11-03
| |
* | added commentHenry Jameson2020-11-02
| |
* | fix chat heading not being aligned and using wrong stylesHenry Jameson2020-11-02
| |
* | fix chat badge and unify styles across all badges including followHenry Jameson2020-11-02
|/ | | | request count.
* Merge branch 'optimistic-chat-posting' into 'develop'Shpuld Shpludson2020-11-02
|\ | | | | | | | | Optimistic / nonblocking message posting for chats See merge request pleroma/pleroma-fe!1228