aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'feature/completion' into 'develop'lambadalambda2017-06-16
|\ | | | | | | | | Feature/completion See merge request !66
| * Clicking autocomplete will return focus to text area, make the autocomplete ↵Shpuld Shpuldson2017-06-16
| | | | | | | | box disappear after clicking on a name.
| * Clean up styling a bit.Shpuld Shpuldson2017-06-16
| |
| * Fancier visuals for autocomplete list, with small avatar previews and all that.Shpuld Shpuldson2017-06-16
| |
| * fix lintShpuld Shpuldson2017-06-15
| |
| * update branch and fix merge conflictsShpuld Shpuldson2017-06-15
| |\ | |/ |/|
* | Fix meta-enter hotkey on osxShpuld Shpuldson2017-06-15
| |
* | Update vue.Roger Braun2017-06-13
| |
* | Fix notification deletion.Roger Braun2017-06-13
| |
* | Don't use too advanced features.Roger Braun2017-06-12
| |
* | Fetch user from timeline.Roger Braun2017-06-12
| |
* | Use userId in timeline.Roger Braun2017-06-12
| |
* | Clear timeline on user change.Roger Braun2017-06-12
| |
* | Display user timelineRoger Braun2017-06-12
| |
* | Start fetching user timelines.Roger Braun2017-06-12
| |
* | Fix race condition in color calculation.Roger Braun2017-06-12
| |
* | Merge branch 'feature/reply-previews' into 'develop' lambadalambda2017-06-07
|\ \ | | | | | | | | | | | | Reply previews in conversations See merge request !89
| * | Small cleanup.Roger Braun2017-06-07
| | |
| * | lint fixShpuld Shpuldson2017-06-07
| | |
| * | Add floating status-previews on reply-link mouseover in conversations and ↵Shpuld Shpuldson2017-06-07
| | | | | | | | | | | | make them optional in the settings, fix a small visual inconsistency in muted statuses while editing the file already..
* | | Don't crash on unknown status deletion.Roger Braun2017-06-07
| | |
* | | Remove notifications for deleted messages.Roger Braun2017-06-06
|/ /
* | Merge branch 'feature/two-way-reply-navigation' into 'develop' lambadalambda2017-06-05
|\ \ | | | | | | | | | | | | Feature/two way reply navigation See merge request !88
| * | Re-use conversation property.Roger Braun2017-06-05
| | |
| * | Change replies element flex to cover more width if needed.Shpuld Shpuldson2017-06-05
| | |
| * | remove commented lines, make linter happyShpuld Shpuldson2017-06-05
| | |
| * | Add list of replies under the name/links in conversation statuses, clicking ↵Shpuld Shpuldson2017-06-04
|/ / | | | | | | them will highlight the statuses and scroll you to them, expanding a status will scroll you to that status once the conversation has opened.
* | Merge branch 'feature/toggleable-user-finder-navbar' into 'develop' lambadalambda2017-06-04
|\ \ | | | | | | | | | | | | Feature/toggleable user finder navbar See merge request !87
| * | remove whitespaceShpuld Shpuldson2017-06-03
| | |
| * | Move user-finder into navbar and hide it behind a toggle button, update ↵Shpuld Shpuldson2017-06-03
|/ / | | | | | | fontello icons with user-plus and menu.
* | Merge branch 'feature/autoloading-when-scrolled-to-bottom' into 'develop' Shpuld Shpuldson2017-06-03
|\ \ | | | | | | | | | | | | Hotfix for firefox to prevent loading on every scroll event. See merge request !86
| * | Hotfix for firefox to prevent loading on every scroll event.Shpuld Shpuldson2017-06-03
| | |
* | | Merge branch 'feature/autoloading-when-scrolled-to-bottom' into 'develop' lambadalambda2017-06-03
|\| | | | | | | | | | | | | | Automatic loading/infinite scrolling See merge request !85
| * | Add an option to initiate fetching older statuses automatically when ↵Shpuld Shpuldson2017-06-03
|/ / | | | | | | scrolled 750 pixels or less from the bottom.
* | Key notifications so the open reply windows won't switch places.Roger Braun2017-06-02
| |
* | Merge branch 'feature/tooltips-for-notifications-repeats' into 'develop' lambadalambda2017-06-02
|\ \ | | | | | | | | | | | | User name tooltips for notifications and repeats See merge request !84
| * | Add mouseover tooltips for names in notif headings and timeline repeats, ↵Shpuld Shpuldson2017-06-02
|/ / | | | | | | make the timeline repeat name into a link to the repeater profile and use the word 'repeat' instead of 'retweet'.
* | Merge branch 'feature/status-improvement-cleanup' into 'develop' lambadalambda2017-06-01
|\ \ | | | | | | | | | | | | Status improvements and cleanup See merge request !83
| * | Fix bugginess with heading links overlapping icons on the right.Shpuld Shpuldson2017-06-01
| | |
| * | Revert some of those mobile optimizations, breaks mention notifs.Shpuld Shpuldson2017-06-01
| | |
| * | Mobile optimizations.Shpuld Shpuldson2017-06-01
| | |
| * | Remove silly opacity from timestamp, make unmute icon line up with the rest ↵Shpuld Shpuldson2017-06-01
| | | | | | | | | | | | better.
| * | Move a bunch of status-related styles from App to status component, alter ↵Shpuld Shpuldson2017-06-01
| | | | | | | | | | | | status header layout for better user experience hopefully, make status actions placing more consistent, adjust margins.
* | | Merge branch 'feature/autoresize-post-status-form' into 'develop' lambadalambda2017-06-01
|\ \ \ | |/ / |/| | | | | | | | Make text input grow to a minimum height of 3 lines on focus See merge request !82
| * | please the linterShpuld Shpuldson2017-05-31
| | |
| * | Set minimum height of 3 lines for textarea on focus, make it reset on post.Shpuld Shpuldson2017-05-31
| | |
* | | Merge branch 'feature/notification-improvements' into 'develop' lambadalambda2017-05-31
|\ \ \ | | | | | | | | | | | | | | | | Feature/notification improvements See merge request !79
| * | | Revert main.js to what it was in developShpuld Shpuldson2017-05-31
| | | |
| * | | Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into ↵Shpuld Shpuldson2017-05-31
| |\ \ \ | | | | | | | | | | | | | | | feature/notification-improvements
| * | | | Enable reply/rt/fav for mention notifications by using a barebones status in ↵Shpuld Shpuldson2017-05-31
| | | | | | | | | | | | | | | | | | | | place of plain notification content.