-
Notifications
You must be signed in to change notification settings - Fork 372
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
feature: add new survey notification to design page #8155
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
a23eebb
add custom style
beyackle 95d2677
Update Publish.tsx
beyackle de094b9
display card on Home page
beyackle 611ff7f
Update constants.tsx
beyackle 1bef946
Update shell.ts
beyackle 21aaba2
Merge branch 'feature/hats-survey' into beyackle/hatsUsage
beyackle 5f51dab
Update Home.tsx
beyackle 397a746
move survey into separate component
beyackle 0fe5ebd
get more info automatically
beyackle 518ed0e
move URL into constant
beyackle 150ec25
move more props around
beyackle 6a160b2
Update constants.tsx
beyackle 43beda7
turn non-rendering component into hook
beyackle ecf2e2d
move card to design page
beyackle dadb925
start adding ipcRenderer stuff
beyackle a9babdd
update card design
beyackle 7ea55db
get machineID and stash in Recoil
beyackle 7b4d460
read OS and place in URL
beyackle 27037dc
add spacer to notification card
beyackle 854cffc
better notification styling
beyackle 7d8f8ae
fix constants and typercheck error
beyackle f7c1459
Merge branch 'feature/hats-survey' into beyackle/hatsUsage
beyackle 24d9f06
fixes from PR
beyackle 80f7464
fix card alignment and make aka.ms URL
beyackle e727353
remove redundant prop
beyackle fbeff10
use query-string package to generate link
beyackle c6416d5
move MAC truncation to electron server
beyackle ac6853a
add fixes from CR and machineID truncation
beyackle d0cd394
fix typechecking
beyackle 7121967
Update ToolbarButtonMenu.test.tsx
beyackle 0dd4982
Update App.tsx
beyackle f062b3f
Merge branch 'feature/hats-survey' into beyackle/hatsUsage
beyackle 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
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
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.
Arrow function
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 don't see what that would get us here. This isn't inside a component that gets re-rendered, this isn't exported anywhere, it's just a simple utility function that belongs to this one file.
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.
The other functions in this file use arrow functions. Best to be consistent. More of a nit.