Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 408
    • Issues 408
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 18
    • Merge requests 18
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • funkwhalefunkwhale
  • Merge requests
  • !660
The source project of this merge request has been removed.

#748 Consistently make use of the labels in mixins/Translations.vue for visibility settings

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged jovuit requested to merge jovuit/funkwhale_OLD:refactor-visibilty-labels into develop Mar 08, 2019
  • Overview 1
  • Commits 4
  • Pipelines 4
  • Changes 5

The labels for the different visibility/privacy options ('me', 'instance', 'everyone') are gathered in front/src/mixins/Translations.vue. However, some .vue files were hardcoding those labels again instead of using the common ones. This MR fixes it by fetching the common mixins labels.

Side effect: sometimes 'Everyone' was used, sometimes 'Everyone, across all instances', which could be confusing. The latter is now used across the whole App.

Edited Mar 10, 2019 by jovuit
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: refactor-visibilty-labels