Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TIDO
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 105
    • Issues 105
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
    • Jira issues
    • Open Jira
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • subugoe
  • emo
  • TIDO
  • Issues
  • #274

Closed
Open
Created Jun 03, 2021 by schneider210@schneider210Contributor0 of 1 task completed0/1 task

Follow-up from "feat: fab with highlight all/none"

The following discussion from !168 (merged) should be addressed:

  • @schneider210 started a discussion: (+1 comment)

    I'd like to suggest to split our template: e.g. having a single component for the list, another one for the highlight buttons and an additional one for the (upcoming) anno-type toggles to keep the code leaner and maintainable this time. If you agree, I could turn it into a mixin along with the data needed herefore.

    So this suggestion applies to the following lines as well dealing with the buttons.

    Our complete template could finally look sth like this:

    <template>
      <div
        v-if="annotations.length"
        class="q-ma-sm annotations"
      >
        <AnnotationTypes />
    
        <AnnotationList />
    
        <AnnotationOptions />
      </div>
    
      <div
        v-else
        class="q-pa-sm"
      >
        <Notification :message="$t(messages.none)" />
      </div>
    </template>
Assignee
Assign to
Time tracking