Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Clear browser data #3051

Merged
merged 1 commit into from
Aug 9, 2016
Merged

Clear browser data #3051

merged 1 commit into from
Aug 9, 2016

Conversation

bbondy
Copy link
Member

@bbondy bbondy commented Aug 9, 2016

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Ran git rebase -i to squash commits if needed.

Fix #2471

@bbondy
Copy link
Member Author

bbondy commented Aug 9, 2016

Auditors: @diracdeltas

@bbondy
Copy link
Member Author

bbondy commented Aug 9, 2016

Going to merge this but please review and I'll do followups.

@bbondy bbondy merged commit 4134c92 into master Aug 9, 2016
@@ -393,18 +392,17 @@ const init = (settingsState, args) => {
accelerator: 'Shift+CmdOrCtrl+Delete',
enabled: siteUtil.hasNoTagSites(appStore.getState().get('sites')),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the menu needs to be rebuilt when the first tagless site is added; otherwise this shows up as disabled even though i have visited some sites.
STR:
clear history
visit a site
open History menu, the 'clear history' item is disabled

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually I'll just simplify this to not disable the item, there is no need to disable the functionality even if it does no-op because already cleared. And disabling adds confusion for why it is disabled.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants