question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider moving Recently Pushed Branches elsewhere

See original GitHub issue

Following #1106 and #906

How does this position look?

screen shot 2018-02-22 at 14 40 04

To achieve this, the element would have to be moved between the two elements and floated right:

select('.pagehead-actions').after(select('.js-socket-channel'));

But probably it has to be move inside and positioned absolutely in case the repo name or branch name are too long to fit in one line.

Alternatively there’s this position, that expands on hover:

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

4reactions
fregantecommented, Apr 3, 2019

The size won’t actually always fit that area, it depends on the branch name. Also I’m hoping to extend the search box to fill that blank spot. Edit: #1886

Now I’m thinking… why don’t we put it on the black header next to the notifications bell? There’s always a lot of space there and it would kinda look/act like a notification.

2reactions
fregantecommented, Apr 21, 2019

Finally done! You can also disable it now: recently-pushed-branches-enhancements

Read more comments on GitHub >

github_iconTop Results From Across the Web

Consider moving Recently Pushed Branches elsewhere #1109
To achieve this, the element would have to be moved between the two elements and floated right: select('.pagehead-actions').after(select('.js- ...
Read more >
Why do I need to explicitly push a new branch? - Stack Overflow
A simple git push assumes that there already exists a remote branch that the current local branch is tracking. If no such remote...
Read more >
Git: Best practices for using updates from one branch in another
If their branches are just local branches (not yet pushed somewhere) it would make sense to include the changes from dev branch by...
Read more >
Rebasing - Git SCM
The easiest way to integrate the branches, as we've already covered, is the merge command. It performs a three-way merge between the two...
Read more >
Working with Branches in Git and GitHub - The New Stack
Featued image for: Working with Branches in Git and GitHub ... to establish a repository and push our project code to the website....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found