aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Show visual feedback on login error, redirect on successwakarimasen2017-03-08
|
* Don't redirect after login.Roger Braun2017-03-08
|
* Merge branch 'feature/timeline-fetch-error' into 'develop' Shpuld Shpuldson2017-03-07
|\ | | | | | | | | Visual feedback on failure to fetch new statuses See merge request !47
| * Visual feedback on failure to fetch new statuseswakarimasen2017-03-07
| |
* | Merge branch 'feature/more-visible-notifications' into 'develop' lambadalambda2017-03-07
|\ \ | | | | | | | | | | | | Notifications inside a red circle and the red line more visible See merge request !46
| * | Put the number of notifications inside a red circle (kinda like qvitter and ↵shpuld2017-03-07
| | | | | | | | | | | | everyone else does), make the red notification line slightly less transparent.
* | | Put conversation 'Collapse' back on the same line with the rest of the heading.'shpuld2017-03-07
| |/ |/|
* | Merge branch 'fix/highlight-expanded-retweets' into 'develop' lambadalambda2017-03-07
|\ \ | |/ |/| | | | | Highlight original notice when expanding retweets See merge request !43
| * Highlight original notice when expanding retweetswakarimasen2017-03-06
| |
* | Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into developRoger Braun2017-03-07
|\ \
| * | Fix overlapping styles in timeline and notifications that screwed up user-card.shpuld2017-03-06
| | |
* | | Switch to localforage to use indexeddb by default.Roger Braun2017-03-07
|/ /
* | Revert "Temporarily remove persistence."Roger Braun2017-03-06
| | | | | | | | This reverts commit 0bb1ec30d0ccba0fded1c6555d75297a6d9c83d2.
* | Temporarily remove persistence.Roger Braun2017-03-06
|/
* Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into ↵shpuld2017-03-06
|\ | | | | | | feature/load-new-statuses-in-heading
| * Style fixes.Roger Braun2017-03-05
| |
| * Remove unused importwakarimasen2017-03-05
| |
| * Add focused prop to statuswakarimasen2017-03-05
| |
| * Highlight current notice in conversation-page, add backlinkswakarimasen2017-03-05
| |
* | Merged from develop, made 'new notices' into a 'show new' button placed on ↵shpuld2017-03-05
|\| | | | | | | the heading element, updated headings and buttons to be more consistent with new changes (log-in, notifications/read, conversation/collapse), changed bottom 'load older' block to not disappear on click to keep screen from scrolling and changed its styling more consistent with everything else.
| * issue #1 - better nsfw image loadingxj92017-03-02
| | | | | | | | | | preload the image when it is toggled, but wait to replace it until it has loaded.
| * Unify notice timelines to make changes easier.Roger Braun2017-03-01
| |
| * Merge branch 'fix/improved-profile-background-color' into 'develop' lambadalambda2017-03-01
| |\ | | | | | | | | | | | | Make use of template literals instead of string concat. See merge request !34
| | * Remove newlines from template literal.shpuld2017-02-26
| | |
| | * Make use of template literals instead of string concat.shpuld2017-02-25
| | |
| * | Fix the very visible padding offset in unread notification caused by the border.shpuld2017-02-27
| | |
* | | Heading text floats left, initial attempt at load more in the right side of ↵shpuld2017-02-26
|/ / | | | | | | the heading.
* | Merge branch 'fix/improved-profile-background-color' into 'develop' lambadalambda2017-02-25
|\| | | | | | | | | Make the profile background use a new calculated color using the theme See merge request !33
| * Clean up whitespaceshpuld2017-02-25
| |
| * Make the profile background use a new calculated color using the themeshpuld2017-02-25
| |
* | Merge branch 'fix/various-style-fixes-all-over-the-place' into 'develop' lambadalambda2017-02-25
|\ \ | |/ |/| | | | | Fix/various style fixes all over the place See merge request !32
| * Remove old commented style.lambadalambda2017-02-24
| |
| * Fix poor choice of colors for input/textarea borders, adjust login form padding.shpuld2017-02-24
| |
| * Make user card buttons more light-theme friendly without compromising the ↵shpuld2017-02-24
| | | | | | | | dark ones.
| * Mark unread notifs with the red line, make read notifs base01 again, center ↵shpuld2017-02-24
| | | | | | | | the heading text and move the button to the right of the panel.
| * Align attachments with usercard, make buttons use theme colors, prettify ↵shpuld2017-02-24
| | | | | | | | login form, more border radii adjustment for consistency.
| * Give buttons cursor: pointer; Make border radii more consistent by not using ↵shpuld2017-02-24
| | | | | | | | em everywhere.
* | Switch to lz-string.Roger Braun2017-02-23
|/ | | | Pako was very slow in Chromium.
* Indentation.Roger Braun2017-02-23
|
* Fix syntax errors and hiding logic.Hector A. Escobedo2017-02-22
| | | | This has been tested.
* Add setting to toggle NSFW hiding.Hector A. Escobedo2017-02-22
|
* Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into developRoger Braun2017-02-23
|\
| * Merge branch 'feature/user-card-improvements' into 'develop' lambadalambda2017-02-22
| |\ | | | | | | | | | | | | User card visual improvements See merge request !29
| | * Removed unnecessary debug stuffshpuld2017-02-23
| | |
| | * Make gradient use the theme colors, adjust user interction elements, make ↵shpuld2017-02-23
| | | | | | | | | | | | profiles without bg use a darker gray solid color to not drown out white text.
| | * Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into ↵shpuld2017-02-22
| | |\ | | | | | | | | | | | | feature/user-card-improvements
| | * | Move profile picture to right side, make the names appear next to it, extend ↵shpuld2017-02-22
| | | | | | | | | | | | | | | | profile background pic further and fade it out with gradients, fix the crappy borders around the inline user card.
* | | | Revert "Show actual status in notifications when mentioned."Roger Braun2017-02-23
|/ / / | | | | | | | | | This reverts commit 0e1ab69c33f155865adc27d940a2542ffdcec30a.
* | | Add setting to hide all attachments.Roger Braun2017-02-23
| | |
* | | Show actual status in notifications when mentioned.Roger Braun2017-02-22
| | |