This repository has been archived by the owner on Mar 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
#9 Add confirmation when closing a group #34
Closed
Closed
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
1a599d1
#9 Add confirmation when closing a group
xiio fbcb721
#9 Add confirmation when closing a group
xiio 7fd6704
#9 Add confirmation when closing a group
xiio b55add5
#9 Add confirmation when closing a group
xiio 736b49a
Merge remote-tracking branch 'origin/group_close_confirm' into group_…
xiio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ const ActionCreators = { | |
tabgroups: tabgroups | ||
}; | ||
}, | ||
|
||
setGroupCloseTimeout: function(timeout) { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A little newline here would be nice. :) |
||
return { | ||
type: "GROUP_CLOSE_TIMEOUT_RECIEVE", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
bindPanoramaShortcut_title = Listen to Ctrl/Cmd-Shift-E | ||
enableAlphabeticSort_title = Enable alphabetic sorting | ||
groupUndoCloseTimeout_title = Closing group timeout | ||
groupUndoCloseTimeout_description = Delay before close group in seconds | ||
groupUndoCloseTimeout_title = Closing group delay | ||
groupUndoCloseTimeout_description = Delay in seconds to wait before the group gets actually closed. | ||
|
||
add_group = Create new group | ||
close_group_prompt_title = Close group | ||
close_group_prompt_message = Do you want to close this group? | ||
panelButton_label = Group Tabs | ||
unnamed_group = Unnamed Group | ||
close_group_prompt_title = Close group | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just for the sake of easier translation, I try to keep the lower block of this file ordered alphabetically. Could you move your two strings below There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is duplicated! |
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry? This runs
cd
in the background while running eslint in another directory. What were your intentions here?