-
Notifications
You must be signed in to change notification settings - Fork 99
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 #267 from HaveAGitGat/dev2
1.1093
- Loading branch information
Showing
10 changed files
with
144 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,15 @@ | |
# but you can also edit it by hand. | ||
|
||
[email protected] # Packages every Meteor app needs to have | ||
mobile-experience@1.0.5 # Packages for a great mobile UX | ||
mongo@1.6.2 # The database Meteor supports right now | ||
mobile-experience@1.1.0 # Packages for a great mobile UX | ||
mongo@1.10.0 # The database Meteor supports right now | ||
[email protected] # Reactive variable for tracker | ||
|
||
standard-minifier-css@1.5.3 # CSS minifier run for production mode | ||
standard-minifier-js@2.4.1 # JS minifier run for production mode | ||
standard-minifier-css@1.6.0 # CSS minifier run for production mode | ||
standard-minifier-js@2.6.0 # JS minifier run for production mode | ||
[email protected] # ECMAScript 5 compatibility for older browsers | ||
ecmascript@0.12.4 # Enable ECMAScript2015+ syntax in app code | ||
shell-server@0.4.0 # Server-side component of the `meteor shell` command | ||
ecmascript@0.14.3 # Enable ECMAScript2015+ syntax in app code | ||
shell-server@0.5.0 # Server-side component of the `meteor shell` command | ||
|
||
[email protected] # Allow all DB writes from clients (for prototyping) | ||
static-html # Define static page content in .html files | ||
|
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 @@ | ||
METEOR@1.8.1 | ||
METEOR@1.10.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 |
---|---|---|
@@ -1,27 +1,27 @@ | ||
[email protected] | ||
[email protected] | ||
babel-compiler@7.3.4 | ||
babel-runtime@1.3.0 | ||
babel-compiler@7.5.3 | ||
babel-runtime@1.5.0 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
boilerplate-generator@1.6.0 | ||
[email protected].1 | ||
boilerplate-generator@1.7.0 | ||
[email protected].2 | ||
[email protected] | ||
callback-hook@1.1.0 | ||
callback-hook@1.3.0 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected].0 | ||
[email protected].2 | ||
[email protected] | ||
[email protected] | ||
[email protected].1 | ||
ecmascript@0.12.7 | ||
[email protected].2 | ||
ecmascript@0.14.3 | ||
[email protected] | ||
ecmascript-runtime-client@0.8.0 | ||
ecmascript-runtime-server@0.7.1 | ||
[email protected].0 | ||
ecmascript-runtime-client@0.10.0 | ||
ecmascript-runtime-server@0.9.0 | ||
[email protected].1 | ||
[email protected] | ||
[email protected] | ||
fourseven:[email protected] | ||
|
@@ -32,49 +32,49 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected].0 | ||
launch-screen@1.1.1 | ||
[email protected].1 | ||
launch-screen@1.2.0 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
meteorhacks:[email protected] | ||
meteortesting:[email protected].3 | ||
meteortesting:[email protected].0 | ||
meteortesting:mocha-core@7.0.1 | ||
minifier-css@1.4.2 | ||
minifier-js@2.4.1 | ||
minimongo@1.4.5 | ||
mobile-experience@1.0.5 | ||
mobile-status-bar@1.0.14 | ||
[email protected].4 | ||
modules@0.13.0 | ||
modules-runtime@0.10.3 | ||
mongo@1.6.3 | ||
meteortesting:[email protected].4 | ||
meteortesting:[email protected].1 | ||
meteortesting:mocha-core@8.0.1 | ||
minifier-css@1.5.2 | ||
minifier-js@2.6.0 | ||
minimongo@1.6.0 | ||
mobile-experience@1.1.0 | ||
mobile-status-bar@1.1.0 | ||
[email protected].5 | ||
modules@0.15.0 | ||
modules-runtime@0.12.0 | ||
mongo@1.10.0 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
npm-mongo@3.1.2 | ||
npm-mongo@3.7.1 | ||
omega:[email protected] | ||
omega:[email protected] | ||
[email protected] | ||
[email protected] | ||
random@1.1.0 | ||
random@1.2.0 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
shell-server@0.4.0 | ||
socket-stream-client@0.2.2 | ||
shell-server@0.5.0 | ||
socket-stream-client@0.3.1 | ||
[email protected] | ||
standard-minifier-css@1.5.3 | ||
standard-minifier-js@2.4.1 | ||
standard-minifier-css@1.6.0 | ||
standard-minifier-js@2.6.0 | ||
[email protected] | ||
[email protected] | ||
tmeasday:[email protected] | ||
[email protected] | ||
[email protected] | ||
url@1.2.0 | ||
webapp@1.7.4 | ||
url@1.3.1 | ||
webapp@1.9.1 | ||
[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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
import React from "react"; | ||
import { Button } from "react-bootstrap"; | ||
|
||
export default class Notification extends React.Component { | ||
constructor(props) { | ||
super(props); | ||
this.state = { | ||
}; | ||
} | ||
|
||
|
||
render() { | ||
return ( | ||
<div className="log-out"> | ||
<div className="log-out2"> | ||
<Button | ||
variant="outline-light" | ||
onClick={() => { | ||
window.open('https://www.reddit.com/r/Tdarr/comments/i63ou3/tdarr_pro_containers_for_patreon_supporters/', "_blank") | ||
} | ||
} | ||
> | ||
Get Tdarr Pro | ||
</Button> | ||
</div> | ||
</div> | ||
) | ||
} | ||
} | ||
|
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