aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
Commit message (Collapse)AuthorAge
* refactor showing favs and repeats logicBrenden Bice2019-04-11
|
* display favs & reblogged users on expanded post in timeline viewBrenden Bice2019-04-11
|
* Prevent repeated fetchingjasper2019-04-09
|
* #433: persistency of status formdave2019-03-11
|
* Use a cross browser safe solution to get scroll toptaehoon2019-03-06
|
* Fix JS error when no statuses returnedshpuld2019-03-02
|
* Remove unused component local registrationtaehoon2019-02-28
|
* Merge branch 'keyboard-binding' into 'develop'Shpuld Shpludson2019-02-28
|\ | | | | | | | | | | | | Keyboard binding Closes #369 See merge request pleroma/pleroma-fe!593
| * Validate if there are any new status to showEdijs2019-02-18
| |
| * Remove event listener when component destroyEdijs2019-02-17
| |
| * Bind a keyboard to show new statusEdijs2019-02-17
| |
* | Merge branch 'fix/fetch-error-when-login' into 'develop'Shpuld Shpludson2019-02-22
|\ \ | | | | | | | | | | | | #370 fix/fetch-error-when-login See merge request pleroma/pleroma-fe!596
| * | Update: Fix fetch error when loginjasper2019-02-19
| | |
| * | Fix error when loginjasper2019-02-18
| | |
| * | fix/fetch-error-when-loginjasper2019-02-18
| |/
* / #376: update status timeline when it's emptydave2019-02-20
|/
* Add loading indicator for notifications, make timelines indicate bottoming ↵shpuld2019-01-29
| | | | out when no more statuses
* Refactor follower/friends out of statuses/timeline into user_profile where itHenry Jameson2018-12-17
| | | | belongs. Changed display of profile to single panel with tabs.
* Merge branch 'fix_loading_flicker' into 'develop'Shpuld Shpludson2018-12-13
|\ | | | | | | | | | | | | Throttle fetching old statuses to prevent spam, especially during scroll Closes #176 See merge request pleroma/pleroma-fe!393
| * throttle fetching old statuses to prevent spam, especially during scrollHenry Jameson2018-12-04
| |
* | updated preview windowHenry Jameson2018-11-27
| |
* | better preview, collateral fixesHenry Jameson2018-11-26
| |
* | fixesHenry Jameson2018-11-21
| |
* | collateral fixes, removed alpha control for alerts, added contrast textHenry Jameson2018-11-14
| | | | | | | | | | | | generation for alerts, updated getTextColor to also have fallback to black/white if resulting contrast isn't passable (only when inverting lightness!), updated UI to use tabs.
* | Some themeing is working!!Henry Jameson2018-10-07
|/
* Kinda went back to using align-items: stretch. Fixed error message floating.Henry Jameson2018-09-03
|
* fixHenry Jameson2018-08-31
|
* panel styling cleanupHenry Jameson2018-08-28
|
* Made pausing TL updating configurable. Added styles for disabled checkboxes.Henry Jameson2018-08-13
| | | | | Shuffled settings a bit b/c all the settings are in "Attachments" section depsite the fact not all of them are attachments-related.
* Made it so that unfocused tab doesn't autostream posts when scrolled to the topHenry Jameson2018-08-06
|
* Update timeline.jslambda2018-04-22
|
* Stop blink from loading more statuses with every scroll.csaurus2018-04-22
|
* Fix timeline error not using correct styling while at itshpuld2018-04-13
|
* Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, ↵shpuld2018-04-11
| | | | status fadein.
* some styles fixesHenry Jameson2018-04-08
|
* made alerts use red with transparent theme red. some UI improvsHenry Jameson2018-04-08
|
* indentsHenry Jameson2018-04-07
|
* border-radii moved to variables, made rgbo colors use theme data, customizableHenry Jameson2018-04-07
| | | | from settings screen.
* cleanup. added fallback mechanism for IE11 and unsupported browsers.Henry Jameson2018-04-07
|
* getting rid of baseXX, some small fixes. Seems to be usable.Henry Jameson2018-04-07
|
* Add keys to all component lists.eal2018-02-04
|
* Fix mistake in flushMarker init, make startFetching behave properly with ↵shpuld2017-11-23
| | | | older statuses existing.
* Make the timeline button use the correct func for its text.shpuld2017-11-22
|
* attempt to recognize when holes in timeline for various reasons, clear ↵shpuld2017-11-21
| | | | timeline and fetch older when showing new to get rid of holes
* Fix color inputs to wrap on mobile, fix timeline background color to not ↵shpuld2017-11-18
| | | | clash with panel headings.
* Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵shpuld2017-11-17
|\ | | | | | | feature/custom-theme
| * Fix timeline softlock when switching from a loading timelineeal2017-11-16
| |
* | Update theme editor to have 4 colors, rewrite the color setter, change a LOT ↵shpuld2017-11-17
|/ | | | of base16 assignments for better consistency.
* Merge branch 'feature/streaming-posts' into 'develop'lambda2017-11-13
|\ | | | | | | | | Streaming posts See merge request pleroma/pleroma-fe!151
| * Add an option to automatically show new posts when scrolled to the top, also ↵shpuld2017-11-13
| | | | | | | | add fade-in animation for posts.