aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* WIP: fixed autoscroll, restructured Post Status Form's resize method "a bit"Henry Jameson2019-09-25
|
* fix some bugsHenry Jameson2019-09-24
|
* autoscroll post form on typing + some minor improvementsHenry Jameson2019-09-23
|
* split spam mode into two separate options (one in settings page)Henry Jameson2019-09-23
|
* Apply suggestion to src/components/emoji_input/emoji_input.jsHJ2019-09-16
|
* fix bottom-left icons being too damn wideHenry Jameson2019-09-15
|
* improved post form's icons at bottom displayHenry Jameson2019-09-15
|
* updated logic for padding with spaces, improved spam modeHenry Jameson2019-09-15
|
* update status/user card to use same gradient mask fading effect instead ofHenry Jameson2019-09-15
| | | | background hack
* Fixed scrollability not being obvious, added fade effectHenry Jameson2019-09-15
|
* review/naming + bugfix for stickersHenry Jameson2019-09-12
|
* updated logic for hiding picker and also added ability to hide suggestions withHenry Jameson2019-09-12
| | | | esc key
* Remove emoji zoomHenry Jameson2019-09-12
|
* Apply suggestion to src/components/emoji_picker/emoji_picker.vueHJ2019-09-10
|
* Apply suggestion to src/components/emoji_picker/emoji_picker.jsHJ2019-09-09
|
* better hitbox for status emojiHenry Jameson2019-09-08
|
* fix aspectHenry Jameson2019-09-08
|
* Apply suggestion to src/components/emoji_input/emoji_input.jsHJ2019-09-08
|
* scale emoji on hoverHenry Jameson2019-09-08
|
* added emoji zoom for pickerHenry Jameson2019-09-08
|
* fixed scroll when switching back to emojiHenry Jameson2019-09-08
|
* fixed some bugs, added spam mode, minor collateral fixesHenry Jameson2019-09-08
|
* Merge remote-tracking branch 'upstream/develop' into emoji-selector-updateHenry Jameson2019-09-08
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (116 commits) Password reset page add a comment force img updating immediately Fixed "sequimiento" to "seguimiento". Replace `/api/externalprofile/show.json` with a MastoAPI equialent Use mastodon api in follow requests "Optional" in lowercase. Update es.json fix pin/unpin status logic rename a mutation update fix user avatar fallback logic remove dead code Corrected "Media Proxy" translation. Update es.json make bio textarea resizable vertically only remove dead code Make image orientation consistent on FF, fix videos w/ modal remove dead code fix crazy watch logic in conversation ...
| * Merge branch 'mastoapi-externalprofile' into 'develop'Shpuld Shpludson2019-09-06
| |\ | | | | | | | | | | | | Replace `/api/externalprofile/show.json` with a MastoAPI equialent See merge request pleroma/pleroma-fe!938
| | * Replace `/api/externalprofile/show.json` with a MastoAPI equialentrinpatch2019-09-03
| | | | | | | | | | | | `/api/v1/accounts/:id` supports remote nicknames since pleroma!1622
| * | Password reset pageEugenij2019-09-05
| | |
| * | add a commenttaehoon2019-09-04
| | |
| * | force img updating immediatelytaehoon2019-09-04
| |/
| * Merge branch 'fix/attachment-css' into 'develop'Shpuld Shpludson2019-09-03
| |\ | | | | | | | | | | | | Make image orientation consistent on FF, fix videos w/ modal See merge request pleroma/pleroma-fe!926
| | * Make image orientation consistent on FF, fix videos w/ modalShpuld Shpuldson2019-08-26
| | |
| * | Merge branch 'remove-dead-code' into 'develop'Shpuld Shpludson2019-08-29
| |\ \ | | | | | | | | | | | | | | | | Remove dead code See merge request pleroma/pleroma-fe!927
| | * | remove dead codetaehoon2019-08-28
| | | |
| * | | fix user avatar fallback logictaehoon2019-08-28
| |/ /
| * / make bio textarea resizable vertically onlytaehoon2019-08-26
| |/
| * fix crazy watch logic in conversationtaehoon2019-08-23
| |
| * show three dot button only if neededtaehoon2019-08-20
| |
| * hide mute conversation button to gueststaehoon2019-08-20
| |
| * update keyBytaehoon2019-08-17
| |
| * generate idObj at timeline leveltaehoon2019-08-17
| |
| * fix pin showing logic in conversationtaehoon2019-08-17
| |
| * Initialize chat only if user is logged in and it wasn't initialized beforeSergey Suprunenko2019-08-17
| |
| * sync profile tab state with location querytaehoon2019-08-15
| |
| * refactor TabSwitchertaehoon2019-08-15
| |
| * use better name of controlled proptaehoon2019-08-15
| |
| * fix potential bug to render active tab in controlled waytaehoon2019-08-15
| |
| * remove unused paramtaehoon2019-08-15
| |
| * use key prop instead of dataset to identify active tabtaehoon2019-08-15
| |
| * remove useless index param of onSwitchtaehoon2019-08-15
| |
| * reset error state when load new profiletaehoon2019-08-15
| |
| * clear timelines only if load user not viewed previouslytaehoon2019-08-15
| |