Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Augury should save the dark theme settings #423

Closed
2 of 6 tasks
sumitarora opened this issue Jun 13, 2016 · 2 comments
Closed
2 of 6 tasks

Augury should save the dark theme settings #423

sumitarora opened this issue Jun 13, 2016 · 2 comments

Comments

@sumitarora
Copy link
Member

sumitarora commented Jun 13, 2016

This is an issue especially good for first-timers!

🐞 The Problem

This issue is related to #420.
We would like the user to be able to persist their theme setting for Augury.
The relevant code snippet from src/frontend/frontend.ts

  themeChanged(newTheme) {
    this.theme = newTheme;
    // TODO: do stuff here to persist the theme selection
  }

📖 What you need to know

Angular 2, typescript. Probably relevant resources:

🔂 Steps to contribute

  • claim this issue: (assign yourself or comment below) claimed by @JayKan 👏
  • mentor: @vanessayuenn
  • Setup & run Augury locally
  • Implement the fix
  • Write the tests for the solution
  • Start a Pull Request. Mention this issue in the description (e.g. resolves #423).

💖 Thank you!

Thanks so much for wanting to contribute! This issue is especially perfect for first time contributor. Please contact us on Slack if you have any questions. :)

@JayKan
Copy link
Contributor

JayKan commented Jun 15, 2016

I would like to tackle this issue :)

@vanessayuenn
Copy link
Contributor

@JayKan all yours! check off the boxes as you go :)

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

No branches or pull requests

4 participants