-
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.
Merge pull request #61 from TaturanaMobi/hotfix/fluxo-emails-download
feat(notifications): Add page to view by screening
- Loading branch information
Showing
16 changed files
with
148 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ [email protected] # Meteor's client-side reactive programming librar | |
[email protected] # CSS minifier run for production mode | ||
[email protected] # JS minifier run for production mode | ||
[email protected] # ECMAScript 5 compatibility for older browsers | ||
[email protected].0 # Enable ECMAScript2015+ syntax in app code | ||
[email protected].2 # Enable ECMAScript2015+ syntax in app code | ||
[email protected] # Server-side component of the `meteor shell` command | ||
|
||
udondan:slick | ||
|
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 +1 @@ | ||
[email protected] | ||
[email protected].2 |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ anback:[email protected] | |
anti:[email protected] | ||
aslagle:[email protected] | ||
[email protected] | ||
[email protected].1 | ||
[email protected].2 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
@@ -34,7 +34,7 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected].1 | ||
[email protected].2 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
@@ -69,7 +69,7 @@ matb33:[email protected] | |
[email protected] | ||
[email protected] | ||
meteorhacks:[email protected] | ||
meteortesting:[email protected].1 | ||
meteortesting:[email protected].2 | ||
meteortesting:[email protected] | ||
meteortesting:[email protected] | ||
[email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
// An optimized hard-coded index to get zone by uf | ||
|
||
const ZONES = { | ||
"SP": "Sudeste", | ||
"ES": "Sudeste", | ||
"MG": "Sudeste", | ||
"RG": "Sudeste", | ||
"PR": "Sul", | ||
"SC": "Sul", | ||
"RS": "Sul", | ||
"DF": "Centro-Oeste", | ||
"GO": "Centro-Oeste", | ||
"MS": "Centro-Oeste", | ||
"MT": "Centro-Oeste", | ||
"BA": "Nordeste", | ||
"AL": "Nordeste", | ||
"CE": "Nordeste", | ||
"MA": "Nordeste", | ||
"PB": "Nordeste", | ||
"PE": "Nordeste", | ||
"PI": "Nordeste", | ||
"RN": "Nordeste", | ||
"SE": "Nordeste", | ||
"AM": "Norte", | ||
"PA": "Norte", | ||
"RO": "Norte", | ||
"RR": "Norte", | ||
"AC": "Norte", | ||
"AP": "Norte", | ||
"TO": "Norte", | ||
SP: 'Sudeste', | ||
ES: 'Sudeste', | ||
MG: 'Sudeste', | ||
RG: 'Sudeste', | ||
PR: 'Sul', | ||
SC: 'Sul', | ||
RS: 'Sul', | ||
DF: 'Centro-Oeste', | ||
GO: 'Centro-Oeste', | ||
MS: 'Centro-Oeste', | ||
MT: 'Centro-Oeste', | ||
BA: 'Nordeste', | ||
AL: 'Nordeste', | ||
CE: 'Nordeste', | ||
MA: 'Nordeste', | ||
PB: 'Nordeste', | ||
PE: 'Nordeste', | ||
PI: 'Nordeste', | ||
RN: 'Nordeste', | ||
SE: 'Nordeste', | ||
AM: 'Norte', | ||
PA: 'Norte', | ||
RO: 'Norte', | ||
RR: 'Norte', | ||
AC: 'Norte', | ||
AP: 'Norte', | ||
TO: 'Norte', | ||
}; | ||
|
||
export default ZONES; |
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
Oops, something went wrong.