aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
Commit message (Collapse)AuthorAge
* fix cursor on desktop, add modal link on mobileHenry Jameson2020-05-25
|
* Merge remote-tracking branch 'origin/develop' into settings-modalHenry Jameson2020-05-25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (95 commits) Translated using Weblate (Italian) Translated using Weblate (Chinese (Simplified)) Translated using Weblate (Russian) Translated using Weblate (Polish) Translated using Weblate (Dutch) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) ...
| * Permit sidebar alignment with instance configuration optionMark Felder2020-05-12
| |
* | initial work on settings modalHenry Jameson2020-05-03
|/
* updated preview to account for underlayHenry Jameson2020-01-28
|
* Finally trust eslintMark Felder2019-12-12
|
* LintMark Felder2019-12-12
|
* Merge branch 'develop' into feature/lockdown-timelines-private-modeMark Felder2019-12-12
|\
| * hide instance url/link/text in header using hideSitename optiontaehoon2019-12-11
| |
* | app: search API is not available in private mode so disable itAriadne Conill2019-11-11
|/
* update admin urltaehoon2019-10-02
|
* update copytaehoon2019-10-01
|
* add trailing slash to admin urltaehoon2019-10-01
|
* open in a new tabtaehoon2019-10-01
|
* add admin link to navtaehoon2019-10-01
|
* Merge branch '616' into 'develop'Shpuld Shpludson2019-09-25
|\ | | | | | | | | | | | | Lock body scroll when lightbox is open Closes #616 See merge request pleroma/pleroma-fe!886
| * fix logo moving bug when lightbox is opentaehoon2019-09-20
| |
| * lock body scrolltaehoon2019-09-20
| |
* | rename componenttaehoon2019-09-20
| |
* | add new module and modal to post new statustaehoon2019-09-20
|/
* do not unmount post status modal in desktoptaehoon2019-08-06
|
* prevent scrolling top when click search inputtaehoon2019-07-31
|
* New searchEugenij2019-07-15
|
* eslint --fix --ext .js,.vue srcHenry Jameson2019-07-05
|
* render modal at the root level using portaltaehoon2019-06-06
|
* toggle showing new status form instead of toggle moutingtaehoon2019-05-05
|
* use native scrollbartaehoon2019-05-03
|
* fix double scrollbar display bug in mobiletaehoon2019-05-03
|
* add user reporting modaltaehoon2019-05-03
|
* make nav bar slide, move mobile post status to mobile navshpuld2019-03-14
|
* merge develop, add mobile nav componentshpuld2019-03-12
|\
| * Add floating post-status button on mobileShpuld Shpludson2019-03-11
| |
* | more work with notifications drawershpuld2019-03-03
| |
* | start working on one tap notificationsshpuld2019-03-02
|/
* #361 - fix theme preview backgrounddave2019-02-15
|
* Merge branch '300-fixed-background-issue' into 'develop'Shpuld Shpludson2019-02-12
|\ | | | | | | | | | | | | Fix fixed background issue Closes #300 See merge request pleroma/pleroma-fe!518
| * Fix fixed background issuetaehoon2019-02-03
| |
* | remove unnecessary divXiaofeng An2019-02-06
| |
* | move login hint into the main contentXiaofeng An2019-02-06
| |
* | Add option to hide features paneldev923412019-02-05
| |
* | Add option to hide features paneldev923412019-02-05
|/
* Add media viewer module and media module component, modify attachment behaviorshpuld2019-01-14
|
* Remove commented out back buttonshpuld2018-12-29
|
* New routes, notifications, other impovements in side drwaershpuld2018-12-28
|
* move closing logic to drawer, add swipe to closeshpuld2018-12-23
|
* Add some more routes to side drawershpuld2018-12-22
|
* works but hackyshpuld2018-12-20
|\
| * Feature/bigger icons for mobile / #211Shpuld Shpludson2018-12-18
| |
* | Remove panel switcher, add rudimentary drawershpuld2018-12-15
|/
* Merge remote-tracking branch 'upstream/develop' into search-mobile-fixesHenry Jameson2018-12-14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (176 commits) fix chrome Prevent html-minifier to remove placeholder comment in index.html template Add placeholder to insert server generated metatags. Related to #430 added condition to check for logined user fix gradients and minor artifacts keep track of new instance options fix old MR oof get rid of slots fix timeago font added hide_network option, fixed properties naming Fix fetching new users, add storing local users in usersObjects with their screen_name as well as id, so that they could be fetched zero-state with screen-name link. improve notification subscription Fix typo that prevented scope copy from working. Refactor arrays to individual options Reset enableFollowsExport to true after 2 sec when an export file is available to download added check for activatePanel is function or not addressed PR comments activate panel on user screen click added not preload check so hidden toggles asap ...