aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* Fix long names overflowing and messing everything (now just overflowing ↵Shpuld Shpuldson2017-06-23
| | | | parts not drawn), fix non-square avatars not drawn as squares.
* Hotfix for JS error in auto completion in firefox.Shpuld Shpuldson2017-06-23
|
* Merge branch 'feature/registration' into 'develop'lambadalambda2017-06-21
|\ | | | | | | | | Add a registration form. See merge request !76
| * Add a config.json option for enabling registration, don't link and redirect ↵Shpuld Shpuldson2017-06-20
| | | | | | | | away from register page when it's disabled.
| * Move customizable terms-of-service into its separate .html file.Shpuld Shpuldson2017-06-19
| |
| * Automatic square cropping for avatar upload, preview of the new avatar.Shpuld Shpuldson2017-06-19
| |
| * Update branch and fix conflicts.Shpuld Shpuldson2017-06-19
| |\
| * | Started captcha and better avatar control, improved login form to fit ↵Shpuld Shpuldson2017-04-21
| | | | | | | | | | | | register link better.
| * | Add ToS field into registration form (still need to make it fetch it ↵Shpuld Shpuldson2017-04-17
| | | | | | | | | | | | somewhere.) Make the register form look more polished.
| * | Fix linting.Roger Braun2017-04-17
| | |
| * | Add basic avatar changing.Roger Braun2017-04-16
| | |
| * | Add email field to registration.Roger Braun2017-04-16
| | |
| * | Add a registration form.Roger Braun2017-04-15
| | |
* | | Another minor consistency fix.Shpuld Shpuldson2017-06-21
| | |
* | | Fix consistency in font families between chromium and ffShpuld Shpuldson2017-06-21
| | |
* | | Make buttons stand out with some shading.Shpuld Shpuldson2017-06-21
| |/ |/|
* | Loop videos.Roger Braun2017-06-18
| |
* | 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
| | |
| * | 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
| | |
| * | 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..
| * | 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.
| * | Move user-finder into navbar and hide it behind a toggle button, update ↵Shpuld Shpuldson2017-06-03
| | | | | | | | | | | | fontello icons with user-plus and menu.
| * | Hotfix for firefox to prevent loading on every scroll event.Shpuld Shpuldson2017-06-03
| | |
| * | 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
| | |
| * | 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
| | | |