-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remember filters and copy-to-clipboard button (#146)
* feat: email copy button * feat: session based filter storage * docs: update env in readme * chore: update fixtures * chore: update deps
- Loading branch information
1 parent
45219fd
commit 75530ad
Showing
15 changed files
with
322 additions
and
175 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{ | ||
"start_date": "2022-02-25", | ||
"end_date": "2022-03-31" | ||
} | ||
[ | ||
{ | ||
"start_date": "2022-02-25", | ||
"end_date": "2022-03-31" | ||
} | ||
] |
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
"phone_number": "+6969696969", | ||
"email": "[email protected]", | ||
"text": "Jeg forsøker å søke til Triatlon og Turn", | ||
"main_board_text": "", | ||
"committees": [2, 3], | ||
"statuses": [ | ||
{ | ||
|
@@ -28,6 +29,7 @@ | |
"phone_number": "+420420420", | ||
"email": "[email protected]", | ||
"text": "Jeg forsøker å søke til Ski og Fjellsport", | ||
"main_board_text": "", | ||
"committees": [4], | ||
"statuses": [ | ||
{ | ||
|
@@ -45,7 +47,8 @@ | |
"name": "Cris P Bacon", | ||
"phone_number": "+123456789", | ||
"email": "[email protected]", | ||
"text": "Jeg forsøker å søke til Hovedstyret", | ||
"text": "", | ||
"main_board_text": "Søknad til Introstyret", | ||
"committees": [9], | ||
"statuses": [ | ||
{ | ||
|
@@ -63,7 +66,8 @@ | |
"name": "Olle Bolle", | ||
"phone_number": "+987654321", | ||
"email": "[email protected]", | ||
"text": "Jeg forsøker å søke til Hovedstyret og Sprint", | ||
"text": "Søknadstekst til Sprint", | ||
"main_board_text": "Søknadstekst til Introstyret", | ||
"committees": [1, 9], | ||
"statuses": [ | ||
{ | ||
|
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
Oops, something went wrong.