Skip to content
Snippets Groups Projects

(Removed) #254 Add option to hide filtered statuses

2 unresolved threads
2 unresolved threads

#254 (closed) In i18n json files, this text "Hide filtered statuses" should be placed for all languages. For now, it's added only in en.json (english) file.

Edited by Jasper Lingers

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
110 110 return hits
111 111 },
112 112 muted () { return !this.unmuted && (this.status.user.muted || this.muteWordHits.length > 0) },
113 hideFilteredStatuses () { return this.$store.state.config.hideFilteredStatuses },
    • Maintainer

      revert (remove from MR) package-lock.json if you're not changing package.json

  • Jasper Lingers added 1 commit

    added 1 commit

    • 35e552bf - Fixing configurable instance

    Compare with previous version

  • Jasper Lingers added 1 commit

    added 1 commit

    Compare with previous version

  • reopened

  • reopened

  • reopened

  • Author Contributor

    I'm going to make new MR.

  • Author Contributor

    I've just added !539 (merged)

  • Maintainer

    why? just reopen this one

  • Author Contributor

    I pushed invalid commit with lint error. but I couldn't revert it

  • Jasper Lingers changed title from #254 (closed) Add option to hide filtered statuses to (Removed) #254 (closed) Add option to hide filtered statuses

    changed title from #254 (closed) Add option to hide filtered statuses to (Removed) #254 (closed) Add option to hide filtered statuses

  • Jasper Lingers changed the description

    changed the description

  • Maintainer

    git push --force-with-lease no?

  • Author Contributor

    yes right, I tried it with rebase and --force-with-lease. but it was rejected.. I think the branch I created was protected(I found out later).. silly me. :) Thanks for your guide. I will try best to avoid trouble like this time.

  • Please register or sign in to reply
    Loading