| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix cursor style | xj9 | 2017-03-08 |
| | | |||
| * | add a spin animation to favorite and boost actions | xj9 | 2017-03-08 |
| | | |||
| * | Merge branch 'feature/failed-login-error' into 'develop' | Shpuld Shpuldson | 2017-03-08 |
| |\ | | | | | | | | | Visual feedback on failed login See merge request !49 | ||
| | * | Make the error into a div instead of a button to get rid of the hover effects. | shpuld | 2017-03-09 |
| | | | |||
| | * | Fix typo | wakarimasen | 2017-03-08 |
| | | | |||
| | * | Give more specific reason for failed login | wakarimasen | 2017-03-08 |
| | | | |||
| | * | Clear username and password field on failed login | wakarimasen | 2017-03-08 |
| | | | |||
| | * | Show visual feedback on login error, redirect on success | wakarimasen | 2017-03-08 |
| | | | |||
| * | | Merge branch 'feature/timeline-fetch-error' into 'develop' | Shpuld Shpuldson | 2017-03-08 |
| |\ \ | | | | | | | | | | | | | Move rejection handler See merge request !48 | ||
| | * | | Move rejection handler | wakarimasen | 2017-03-07 |
| | | | | |||
| * | | | Add caching system to statuses. | Roger Braun | 2017-03-08 |
| | | | | |||
| * | | | Use user cache in users module. | Roger Braun | 2017-03-08 |
| | | | | |||
| * | | | Use cache to quickly access users. | Roger Braun | 2017-03-08 |
| | | | | |||
| * | | | eslint fixes. | Roger Braun | 2017-03-08 |
| | |/ |/| | |||
| * | | Don't redirect after login. | Roger Braun | 2017-03-08 |
| | | | |||
| * | | Merge branch 'feature/timeline-fetch-error' into 'develop' | Shpuld Shpuldson | 2017-03-07 |
| |\| | | | | | | | | | Visual feedback on failure to fetch new statuses See merge request !47 | ||
| | * | Visual feedback on failure to fetch new statuses | wakarimasen | 2017-03-07 |
| | | | |||
| * | | Merge branch 'feature/more-visible-notifications' into 'develop' | lambadalambda | 2017-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 ↵ | shpuld | 2017-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.' | shpuld | 2017-03-07 |
| | |/ |/| | |||
| * | | Merge branch 'fix/highlight-expanded-retweets' into 'develop' | lambadalambda | 2017-03-07 |
| |\ \ | |/ |/| | | | | | Highlight original notice when expanding retweets See merge request !43 | ||
| | * | Highlight original notice when expanding retweets | wakarimasen | 2017-03-06 |
| | | | |||
| * | | Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop | Roger Braun | 2017-03-07 |
| |\ \ | |||
| | * | | Fix overlapping styles in timeline and notifications that screwed up user-card. | shpuld | 2017-03-06 |
| | | | | |||
| * | | | Switch to localforage to use indexeddb by default. | Roger Braun | 2017-03-07 |
| |/ / | |||
| * | | Revert "Temporarily remove persistence." | Roger Braun | 2017-03-06 |
| | | | | | | | | | This reverts commit 0bb1ec30d0ccba0fded1c6555d75297a6d9c83d2. | ||
| * | | Temporarily remove persistence. | Roger Braun | 2017-03-06 |
| |/ | |||
| * | Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into ↵ | shpuld | 2017-03-06 |
| |\ | | | | | | | feature/load-new-statuses-in-heading | ||
| | * | Style fixes. | Roger Braun | 2017-03-05 |
| | | | |||
| | * | Remove unused import | wakarimasen | 2017-03-05 |
| | | | |||
| | * | Add focused prop to status | wakarimasen | 2017-03-05 |
| | | | |||
| | * | Highlight current notice in conversation-page, add backlinks | wakarimasen | 2017-03-05 |
| | | | |||
| * | | Merged from develop, made 'new notices' into a 'show new' button placed on ↵ | shpuld | 2017-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 loading | xj9 | 2017-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 Braun | 2017-03-01 |
| | | | |||
| | * | Merge branch 'fix/improved-profile-background-color' into 'develop' | lambadalambda | 2017-03-01 |
| | |\ | | | | | | | | | | | | | Make use of template literals instead of string concat. See merge request !34 | ||
| | | * | Remove newlines from template literal. | shpuld | 2017-02-26 |
| | | | | |||
| | | * | Make use of template literals instead of string concat. | shpuld | 2017-02-25 |
| | | | | |||
| | * | | Fix the very visible padding offset in unread notification caused by the border. | shpuld | 2017-02-27 |
| | | | | |||
| * | | | Heading text floats left, initial attempt at load more in the right side of ↵ | shpuld | 2017-02-26 |
| |/ / | | | | | | | the heading. | ||
| * | | Merge branch 'fix/improved-profile-background-color' into 'develop' | lambadalambda | 2017-02-25 |
| |\| | | | | | | | | | Make the profile background use a new calculated color using the theme See merge request !33 | ||
| | * | Clean up whitespace | shpuld | 2017-02-25 |
| | | | |||
| | * | Make the profile background use a new calculated color using the theme | shpuld | 2017-02-25 |
| | | | |||
| * | | Merge branch 'fix/various-style-fixes-all-over-the-place' into 'develop' | lambadalambda | 2017-02-25 |
| |\ \ | |/ |/| | | | | | Fix/various style fixes all over the place See merge request !32 | ||
| | * | Remove old commented style. | lambadalambda | 2017-02-24 |
| | | | |||
| | * | Fix poor choice of colors for input/textarea borders, adjust login form padding. | shpuld | 2017-02-24 |
| | | | |||
| | * | Make user card buttons more light-theme friendly without compromising the ↵ | shpuld | 2017-02-24 |
| | | | | | | | | | dark ones. | ||
| | * | Mark unread notifs with the red line, make read notifs base01 again, center ↵ | shpuld | 2017-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 ↵ | shpuld | 2017-02-24 |
| | | | | | | | | | login form, more border radii adjustment for consistency. | ||
| | * | Give buttons cursor: pointer; Make border radii more consistent by not using ↵ | shpuld | 2017-02-24 |
| | | | | | | | | | em everywhere. | ||
