This website requires JavaScript.
Explore
Help
Sign in
Foundry376
/
Mailspring
Watch
1
Star
1
Fork
You've already forked Mailspring
0
mirror of
https://github.com/Foundry376/Mailspring.git
synced
2024-11-12 04:25:31 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
665f9c654c
Mailspring
/
internal_packages
/
message-view-on-github
/
stylesheets
/
github.less
7 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
feat(selection): Add new display for selection count + update toolbar Summary: - New behavior is that the in split mode, you will perform actions on the selection via the MessageListToolbar (the toolbar positioned above the message list) - Refactored and moved around a bunch of code to achieve this: - Mostly renaming stuff and moving stuff around and removing some duplication - Update naming of toolbar role to a single role, and update relevant code - Converted and refactored a bunch of code into ES6, specifically to reuse the code for the ThreadActionsToolbar at the 2 locations - Deprecated MultiselectActionBar in favor of MultiselectToolbar - Deprecated old roles - Punted the animation for the stackable cards in the selection display for now. - #370 Test Plan: - Manual and unit tests Reviewers: evan, drew, bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D2756
2016-03-18 00:50:30 +08:00
.btn.btn-toolbar.btn-view-on-github {
&:only-of-type {
margin-right: 0;
}
}
Reference in a new issue
Copy permalink