Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
VuhDo
VuhDo
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 121
    • Issues 121
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 5
    • Merge Requests 5
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • VuhDo
  • VuhDoVuhDo
  • Merge Requests
  • !21

Open
Opened Oct 29, 2020 by Croc@Croc
  • Report abuse
Report abuse

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch "https://gitlab.vuhdo.io/Croc/vuhdo.git" "feat-smooth-bar-animations"
git checkout -b "Croc/vuhdo-feat-smooth-bar-animations" FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "master"
git merge --no-ff "Croc/vuhdo-feat-smooth-bar-animations"

Step 4. Push the result of the merge to GitLab

git push origin "master"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

WIP: Added smoothing of health bars through LibSmoothStatusBar

  • Overview 3
  • Commits 1
  • Pipelines 3
  • Changes 9

⚠ THIS NEEDS TESTING

Fixes #180

  • Added LibSmoothStatusBar lib
  • Applied "smoothing" on health bars
  • Translated some comments from german

Using https://github.com/BastienClement/LibSmoothStatusBar
(need to check if this is the official repo for this lib)

Edited Oct 29, 2020 by Croc
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
3
Labels
Feature Request Retail Waiting
Assign labels
  • View project labels
Reference: vuhdo/vuhdo!21