aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| | |
| * | changelog mentionShpuld Shpuldson2020-11-19
| | |
| * | fix keyboard highlightShpuld Shpuldson2020-11-19
| | |
| * | use users state + fetching with delayShpuld Shpuldson2020-11-18
| | |
| * | store failed experimentShpuld Shpuldson2020-11-17
| | |
* | | Merge branch 'fix/RED-LINE' into 'develop'HJ2020-11-21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fix #1010 Add back conversation red line Closes #1010 See merge request pleroma/pleroma-fe!1292
| * | | 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.
* | | | Merge branch 'fix/missing-play-circle-icon' into 'develop'HJ2020-11-19
|\ \ \ \ | |/ / / |/| | | | | | | | | | | add missing play-circle icon See merge request pleroma/pleroma-fe!1290
| * | | 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 'fix-pinned' into 'develop'HJ2020-11-17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix pinned statuses and perhaps some other stuff See merge request pleroma/pleroma-fe!1288
| * \ \ \ Merge remote-tracking branch 'origin/develop' into fix-pinnedHenry Jameson2020-11-17
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: change favicon dimensions for high res, add handling when favicon isn't available remove the favicon changes make badge just a ball, make it use theming add favicon badge for unread notifs
* | | | | 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
| |\ \ \ \
| * | | | | change favicon dimensions for high res, add handling when favicon isn't ↵Shpuld Shpuldson2020-11-03
| | | | | | | | | | | | | | | | | | | | | | | | available
| * | | | | remove the favicon changesShpuld Shpuldson2020-11-03
| | | | | |
| * | | | | make badge just a ball, make it use themingShpuld Shpuldson2020-11-02
| | | | | |
| * | | | | add favicon badge for unread notifsShpuld Shpuldson2020-11-02
| | | | | |
| | | * | | changelongHenry Jameson2020-11-17
| | | | | |
| | | * | | Fix pinned statuses and perhaps some other stuffHenry Jameson2020-11-17
| |_|/ / / |/| | | |
* | | | | Merge branch 'chore/update-changelog-to-match-release' into 'develop'Shpuld Shpludson2020-11-11
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Update develop changelog to contain 2.2.1 release See merge request pleroma/pleroma-fe!1286
| * | | | update changelogShpuld Shpuldson2020-11-11
|/ / / /
* | | | Merge branch 'fix/html-title-name' into 'develop'HJ2020-11-11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove title from index.html, title is now from server generated meta See merge request pleroma/pleroma-fe!1285
| * | | | Remove title from index.html, title is now from server generated metaSean King2020-11-11
|/ / / /
* | | | Merge branch 'fix/field-name-emoji-parsing' into 'develop'HJ2020-11-11
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | fix #999 emoji not working in profile field names Closes #999 See merge request pleroma/pleroma-fe!1284
| * | | changelog mentionShpuld Shpuldson2020-11-11
| | | |
| * | | fix emoji not working in profile field namesShpuld Shpuldson2020-11-11
|/ / /
* | | Merge branch 'fix/fix-1px-scroll-on-input' into 'develop'Shpuld Shpludson2020-11-09
|\ \ \ | | | | | | | | | | | | | | | | Fix that 1px scroll on input for real this time maybe See merge request pleroma/pleroma-fe!1282
| * | | change method of fix to roundingShpuld Shpuldson2020-11-09
| | | |
| * | | changelogShpuld Shpuldson2020-11-09
| | | |
| * | | prevent call to scroll if the value doesn't change because firefox is stupidShpuld Shpuldson2020-11-09
|/ / /
* | | Merge branch 'patch-1' into 'develop'Shpuld Shpludson2020-11-09
|\ \ \ | | | | | | | | | | | | | | | | Update CHANGELOG.md See merge request pleroma/pleroma-fe!1281
| * | | Update CHANGELOG.mdShpuld Shpludson2020-11-09
|/ / /
* | | Merge branch 'patch-1' into 'develop'Shpuld Shpludson2020-11-09
|\ \ \ | | | | | | | | | | | | | | | | Update CHANGELOG.md to match master See merge request pleroma/pleroma-fe!1279
| * | | Update CHANGELOG.md to match masterShpuld Shpludson2020-11-06
| | | |
* | | | Merge branch 'fix/react-menu-overflow-fix' into 'develop'HJ2020-11-09
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Fix #994 react popover overflowing Closes #994 See merge request pleroma/pleroma-fe!1280
| * | | wrap react button icon to a span to fix popover overflowShpuld Shpuldson2020-11-09
|/ / /
* | | Merge branch 'chat-fix-for-vertical-screen' into 'develop'Shpuld Shpludson2020-11-06
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Chat scroll fix for vertical screen Closes #997 See merge request pleroma/pleroma-fe!1277
| * | 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.