Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Previous entries, SpeedDial UI and performance improvements #56

Merged
merged 2 commits into from
Apr 25, 2022

Conversation

maxtechera
Copy link
Contributor

image
image

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 8, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 2 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@bradtaylorsf bradtaylorsf left a comment

Choose a reason for hiding this comment

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

LGTM just some little cleanup and we can launch it tomorrow!

@@ -8,7 +8,7 @@ body {
}
[data-init-csk] {
/* position: relative; */
padding-left: 20vw;
/* padding-left: 20vw; */
Copy link
Contributor

Choose a reason for hiding this comment

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

Shoudl we just remove these comments?

export default (defaultValue, key) => {
const [value, setValuestate] = React.useState(localStorage.getItem(key) ? JSON.parse(localStorage.getItem(key)) : defaultValue);
// React.useEffect(() => {
// chrome.storage.sync.get([key], (storageValue) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we remove these comments?

@maxtechera maxtechera merged commit f234ff2 into master Apr 25, 2022
@maxtechera maxtechera deleted the max/nested-entries-link branch April 25, 2022 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants