aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Add missing component code.Roger Braun2017-12-05
|
* Basic frontend changes for chat.Roger Braun2017-12-04
|
* Merge branch 'clipboardImage' into 'develop'Shpuld Shpludson2017-11-28
|\ | | | | | | | | Added ability to copy-paste image right from the clipboard. See merge request pleroma/pleroma-fe!179
| * pasting images from clipboard, fuck yeHenry Jameson2017-11-28
| |
* | Make star icon in notifications behave like the other icons..shpuld2017-11-25
| |
* | Merge branch 'fix/mobile-layout' into 'develop'Shpuld Shpludson2017-11-25
|\ \ | | | | | | | | | | | | Fix big gap between panel switcher and column body on mobile See merge request pleroma/pleroma-fe!177
| * | Add the forgotten flex prop to make everything nice and tight againshpuld2017-11-25
| | |
* | | Add specifity to active classes to make them override theme colors.shpuld2017-11-24
|/ /
* | Merge branch 'feature/flush-timeline-with-holes' into 'develop'lambda2017-11-24
|\ \ | | | | | | | | | | | | | | | | | | Clear timeline when there's holes between old and new Closes #54 See merge request pleroma/pleroma-fe!171
| * | 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
* | | Merge branch 'fix/better-icon-colors' into 'develop'lambda2017-11-24
|\ \ \ | | | | | | | | | | | | | | | | Update icons to use base09 where appropriate, calculate base09 by averaging bg and text colors. See merge request pleroma/pleroma-fe!174
| * | | Update icons to use base09 where appropriate, calculate base09 by averaging ↵shpuld2017-11-22
| |/ / | | | | | | | | | bg and text colors.
* | | Fix content sizing to not allow empty scrolling, make panel-switcher not ↵shpuld2017-11-23
| | | | | | | | | | | | grow on mobile
* | | Make default path configurable.Roger Braun2017-11-22
| |/ |/|
* | not so \!important after allshpuld2017-11-21
| |
* | Fix padding at user card bottom, mismatching border-radii. Sneak in fixes ↵shpuld2017-11-21
| | | | | | | | for attachment previews.
* | Fix usercard from breaking with certain colors, clean up code structure a bit.shpuld2017-11-20
|/
* Merge branch 'fix/attachment-fixes-media-upload-unknown-type' into 'develop'lambda2017-11-20
|\ | | | | | | | | Hide unknown type attachments, polish the upload preview styling See merge request pleroma/pleroma-fe!168
| * Hide unknown type attachments, polish the upload preview stylingshpuld2017-11-20
| |
* | Merge branch 'fix/style-fixes-again' into 'develop'lambda2017-11-20
|\ \ | | | | | | | | | | | | More style fixes See merge request pleroma/pleroma-fe!167
| * | give nav-bar a shadowshpuld2017-11-20
| | |
| * | Unhide completions, strengthen shadows a bit, force the 0.1 shade to always ↵shpuld2017-11-20
| |/ | | | | | | span the full height, make usercard use correct borders.
* / Fix mention timeline.Roger Braun2017-11-20
|/
* updated ger translationSebastian Huebner2017-11-19
|
* Fix color inputs to wrap on mobile, fix timeline background color to not ↵shpuld2017-11-18
| | | | clash with panel headings.
* Make defaulting to pleroma-dark work when config.json has an invalid theme. ↵shpuld2017-11-18
| | | | Remove logging.
* Clean up, use translations, persist theme, add more presets.shpuld2017-11-18
|
* Move custom theming from settings to style-switcher, remove usage of custom ↵shpuld2017-11-17
| | | | .css files, use styles.json instead.
* Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵shpuld2017-11-17
|\ | | | | | | feature/custom-theme
| * Merge branch 'fix/timeline-softlock' into 'develop'lambda2017-11-16
| |\ | | | | | | | | | | | | Fix timeline softlock when switching from a loading timeline See merge request pleroma/pleroma-fe!164
| | * Fix timeline softlock when switching from a loading timelineeal2017-11-16
| | |
| * | updated german translationSebastian Huebner2017-11-15
| |/
| * Merge branch 'fix/user-view-without-posts' into 'develop'Shpuld Shpludson2017-11-14
| |\ | | | | | | | | | | | | Use state object for user view instead of timeline. See merge request pleroma/pleroma-fe!161
| | * Use state object for user view instead of timeline.eal2017-11-14
| | | | | | | | | | | | Also fetch user if not in the state already.
| * | Merge branch 'fix/user-finder-leading-@' into 'develop'Shpuld Shpludson2017-11-14
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove leading @ in user search. Closes pleroma#71 See merge request pleroma/pleroma-fe!160
| | * | Remove leading @ in user search.eal2017-11-14
| | |/
| * / Make goto-check use the correct property to make it work againshpuld2017-11-14
| |/
| * Merge branch 'fix/scrollbar-for-taller-posts' into 'develop'lambda2017-11-13
| |\ | | | | | | | | | | | | | | | | | | Better handling of taller posts Closes #40 See merge request pleroma/pleroma-fe!158
| * \ Merge branch 'feature/in-reply-to-preview-on-timeline' into 'develop'lambda2017-11-13
| |\ \ | | | | | | | | | | | | | | | | In-reply-to previews for posts on timeline See merge request pleroma/pleroma-fe!157
| | * | Move previews from conversation to status, put the reply preview arrow back ↵shpuld2017-11-13
| | | | | | | | | | | | | | | | on timeline statuses, add a spinner when the preview is still loading.
* | | | Update theme editor to have 4 colors, rewrite the color setter, change a LOT ↵shpuld2017-11-17
| | | | | | | | | | | | | | | | of base16 assignments for better consistency.
* | | | First version with naive color extrapolation.shpuld2017-11-14
| |_|/ |/| |
* | | Give tall notifications either a scrollbar (mentions), or just cap them and ↵shpuld2017-11-13
| | | | | | | | | | | | use a cool hider (fav/rt).
* | | Add a scrollbar for tall spammy posts.shpuld2017-11-13
|/ /
* | Merge branch 'french-update' into 'develop'lambda2017-11-13
|\ \ | | | | | | | | | | | | Update french translation. See merge request pleroma/pleroma-fe!146
| * | Update messages.jslambda2017-11-13
| | |
| * | Update french translation.Roger Braun2017-11-10
| | |
* | | Merge branch 'fix/replace-sidepanel-scroll-js-with-css' into 'develop'lambda2017-11-13
|\ \ \ | | | | | | | | | | | | | | | | Get rid of the js to scale sidepanel, add an additional div and a css class to fix the same issue. See merge request pleroma/pleroma-fe!156