| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Merge branch 'develop' into 'eslint-fix' | HJ | 2019-07-06 |
| |\ | | | | | | | # Conflicts: # src/components/post_status_form/post_status_form.vue | ||
| | * | clear userId property of timeline by default in clearTimeline action | taehoon | 2019-07-02 |
| | | | |||
| * | | eslint --fix --ext .js,.vue src | Henry Jameson | 2019-07-05 |
| | | | |||
| * | | npm eslint --fix . | Henry Jameson | 2019-07-05 |
| |/ | |||
| * | fix small annoyance | Henry Jameson | 2019-06-12 |
| | | |||
| * | refactor showing favs and repeats logic | Brenden Bice | 2019-04-11 |
| | | |||
| * | display favs & reblogged users on expanded post in timeline view | Brenden Bice | 2019-04-11 |
| | | |||
| * | Prevent repeated fetching | jasper | 2019-04-09 |
| | | |||
| * | #433: persistency of status form | dave | 2019-03-11 |
| | | |||
| * | Use a cross browser safe solution to get scroll top | taehoon | 2019-03-06 |
| | | |||
| * | Fix JS error when no statuses returned | shpuld | 2019-03-02 |
| | | |||
| * | Remove unused component local registration | taehoon | 2019-02-28 |
| | | |||
| * | Merge branch 'keyboard-binding' into 'develop' | Shpuld Shpludson | 2019-02-28 |
| |\ | | | | | | | | | | | | | Keyboard binding Closes #369 See merge request pleroma/pleroma-fe!593 | ||
| | * | Validate if there are any new status to show | Edijs | 2019-02-18 |
| | | | |||
| | * | Remove event listener when component destroy | Edijs | 2019-02-17 |
| | | | |||
| | * | Bind a keyboard to show new status | Edijs | 2019-02-17 |
| | | | |||
| * | | Merge branch 'fix/fetch-error-when-login' into 'develop' | Shpuld Shpludson | 2019-02-22 |
| |\ \ | | | | | | | | | | | | | #370 fix/fetch-error-when-login See merge request pleroma/pleroma-fe!596 | ||
| | * | | Update: Fix fetch error when login | jasper | 2019-02-19 |
| | | | | |||
| | * | | Fix error when login | jasper | 2019-02-18 |
| | | | | |||
| | * | | fix/fetch-error-when-login | jasper | 2019-02-18 |
| | |/ | |||
| * / | #376: update status timeline when it's empty | dave | 2019-02-20 |
| |/ | |||
| * | Add loading indicator for notifications, make timelines indicate bottoming ↵ | shpuld | 2019-01-29 |
| | | | | | out when no more statuses | ||
| * | Refactor follower/friends out of statuses/timeline into user_profile where it | Henry Jameson | 2018-12-17 |
| | | | | | belongs. Changed display of profile to single panel with tabs. | ||
| * | Merge branch 'fix_loading_flicker' into 'develop' | Shpuld Shpludson | 2018-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 scroll | Henry Jameson | 2018-12-04 |
| | | | |||
| * | | updated preview window | Henry Jameson | 2018-11-27 |
| | | | |||
| * | | better preview, collateral fixes | Henry Jameson | 2018-11-26 |
| | | | |||
| * | | fixes | Henry Jameson | 2018-11-21 |
| | | | |||
| * | | collateral fixes, removed alpha control for alerts, added contrast text | Henry Jameson | 2018-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 Jameson | 2018-10-07 |
| |/ | |||
| * | Kinda went back to using align-items: stretch. Fixed error message floating. | Henry Jameson | 2018-09-03 |
| | | |||
| * | fix | Henry Jameson | 2018-08-31 |
| | | |||
| * | panel styling cleanup | Henry Jameson | 2018-08-28 |
| | | |||
| * | Made pausing TL updating configurable. Added styles for disabled checkboxes. | Henry Jameson | 2018-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 top | Henry Jameson | 2018-08-06 |
| | | |||
| * | Update timeline.js | lambda | 2018-04-22 |
| | | |||
| * | Stop blink from loading more statuses with every scroll. | csaurus | 2018-04-22 |
| | | |||
| * | Fix timeline error not using correct styling while at it | shpuld | 2018-04-13 |
| | | |||
| * | Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, ↵ | shpuld | 2018-04-11 |
| | | | | | status fadein. | ||
| * | some styles fixes | Henry Jameson | 2018-04-08 |
| | | |||
| * | made alerts use red with transparent theme red. some UI improvs | Henry Jameson | 2018-04-08 |
| | | |||
| * | indents | Henry Jameson | 2018-04-07 |
| | | |||
| * | border-radii moved to variables, made rgbo colors use theme data, customizable | Henry Jameson | 2018-04-07 |
| | | | | | from settings screen. | ||
| * | cleanup. added fallback mechanism for IE11 and unsupported browsers. | Henry Jameson | 2018-04-07 |
| | | |||
| * | getting rid of baseXX, some small fixes. Seems to be usable. | Henry Jameson | 2018-04-07 |
| | | |||
| * | Add keys to all component lists. | eal | 2018-02-04 |
| | | |||
| * | Fix mistake in flushMarker init, make startFetching behave properly with ↵ | shpuld | 2017-11-23 |
| | | | | | older statuses existing. | ||
| * | Make the timeline button use the correct func for its text. | shpuld | 2017-11-22 |
| | | |||
| * | attempt to recognize when holes in timeline for various reasons, clear ↵ | shpuld | 2017-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 ↵ | shpuld | 2017-11-18 |
| | | | | | clash with panel headings. | ||
