Commit graph

52 commits

Author SHA1 Message Date
dc44bfec00
lint 2019-08-08 13:14:01 -04:00
9684949a1d
Add null handling for negative null. Closes #22. 2019-08-08 12:58:21 -04:00
dependabot[bot]
2d7803e4e5 Bump lodash from 4.17.10 to 4.17.14 (#21)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-12 15:08:32 -07:00
dependabot[bot]
6c61ae8ead Bump js-yaml from 3.12.0 to 3.13.1 (#20)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-05 19:17:50 -07:00
67d142452d
fixed not a number check in changePageBy 2019-04-13 12:35:47 -04:00
0bb003d3d8
Apparently the issue in #11 is still present in the newest versions of MM.
I've implemented the fix in #11 present by Ax-LED, so hopefully this is
fixed now.

Co-authored-by: Ax-LED <37046881+Ax-LED@users.noreply.github.com>
2019-02-19 09:40:43 -05:00
d2323aa116
renamed excludes config to fixed, added legacy handling code. 2019-02-13 00:15:20 -05:00
9f255cf04d
Revert "added new view counter"
This reverts commit 77e31652d9.
I don't feel comfortable with my users having a tracking svg in the
readme, so the experiment has been removed.
2019-01-22 15:05:46 -05:00
77e31652d9
added new view counter 2019-01-22 14:57:07 -05:00
Edward Shen
f699c797f5
Merge pull request #16 from cowboysdude/patch-1
Fixed bug where pages may not show up properly.
2018-11-22 12:06:44 -05:00
John Wade
ae11730282
Update pages.css 2018-11-22 12:03:00 -05:00
Edward Shen
614f6b9606
Fixed readme, added NaN check 2018-10-16 11:18:09 -04:00
Edward Shen
6ea3f13e7d
changed this to self in inner anonymous class 2018-09-01 08:41:08 -04:00
Edward Shen
5549c484f1
forgot to send out page change notification 2018-08-21 11:53:39 -04:00
Edward Shen
3282c2e5b6
huge rewrite, fixes #9 2018-08-20 16:21:38 -04:00
Edward Shen
b17e67f5f8
minor eslint changes 2018-08-20 15:32:04 -04:00
Edward Shen
c785b14aae
added more documentation 2018-08-20 10:43:21 -04:00
Edward Shen
32f8ee0f18
updated bug report 2018-08-10 16:23:53 -04:00
Edward Shen
cc1e7d17f8
typo, style 2018-08-10 16:21:52 -04:00
Edward Shen
6f3ac28e69
Added more debug info, added clarifying parens 2018-08-10 15:05:42 -04:00
Edward Shen
92c4be1973
added documentation
typo fixes
2018-07-30 11:57:22 -04:00
Edward Shen
0c33e2f09d
added local eslint configs and yarn init
Typo fixes
undid whatever wierd style I had before
added a notification hook to tell the current page
2018-07-30 11:53:07 -04:00
Edward Shen
1ba0e490b7
merged 2018-07-26 14:11:18 -04:00
Edward Shen
edc1e08e65
Revert "added support for changing by a certain amount of pages"
This reverts commit f4fc53fa19.

Update issue templates
2018-05-08 16:54:49 -04:00
Edward Shen
14d4913a87
compacted config type 2018-05-07 13:12:01 -04:00
Edward Shen
f4fc53fa19
added support for changing by a certain amount of pages 2018-05-07 13:05:52 -04:00
Edward Shen
2d0eb22a6d
attempted to format to 80 characters 2018-05-07 10:50:08 -04:00
Edward Shen
888b74eae0
added eslint that will validate the js 2018-05-07 09:52:20 -04:00
Edward Shen
bdec10fde3
fixed bug? 2018-05-06 18:11:27 -04:00
Edward Shen
6c15c9edaf
reverted back to old function declaration 2018-05-06 09:33:33 -04:00
Edward Shen
1425b70ad6
Reintroduced self for compatability. 2018-05-05 22:19:51 -04:00
Edward Shen
9c33755a85
Merge branch 'master' of github.com:edward-shen/MMM-pages 2018-05-05 22:07:21 -04:00
Edward Shen
4401cb411b
For some reason it looks like node fixed the scoping of this.
Removed instances of `self`.
2018-05-04 11:09:53 -04:00
Edward Shen
bd0fb6741f
Fixed typo 2018-05-02 18:49:29 -04:00
Edward Shen
00b7d6d7b9
removed yarn stuff because i realized you don't need yarn lol 2018-04-28 22:10:24 -04:00
Edward Shen
587a462ae4
removed package-lock because I use yarn, added yarn.lock.
Updateed readme.
Added modulo functino.
2018-04-28 21:14:49 -04:00
Edward Shen
3791b1913e
fixed type checking 2018-04-28 21:14:49 -04:00
Edward Shen
d27abc07e5
fixed bug 2018-04-28 21:14:49 -04:00
Edward Shen
a900b39f4c
Enforced AirBnB style, updated syntax. 2018-04-26 03:25:40 -04:00
Edward Shen
e06acc7b09
change email 2018-04-26 02:15:39 -04:00
Edward Shen
579fc24de8
Revert "changed some code to use modulo instead of the stupid thing I was doing before"
This reverts commit 248bd9b5cc.
2017-10-21 01:55:13 -04:00
Edward Shen
248bd9b5cc
changed some code to use modulo instead of the stupid thing I was doing before
fixed scope
2017-10-21 01:52:28 -04:00
Edward Shen
ba0aa4696a
added automatic page rotation
forgot to add scope of max function

fixed reference issuese with setInterval

moved manual call inside fo check

added debugging

lol scoping issue

moved null check to inside updatePages

Forgot to access config before accessing config variables

forgot to increment the apge when automatically updating

fixed config check

fixed conditional

moved page incrementation into nested function

added notification that the page incremented

fixed readme
2017-10-21 01:45:38 -04:00
Edward Shen
f48cebf4ab Merge branch 'master' of github.com:edward-shen/MMM-pages 2017-08-27 02:44:42 -04:00
Edward Shen
aab0d1d627 fixed bug where module would not properly visibility-lock modules 2017-08-27 02:43:31 -04:00
Edward Shen
2bd5ce72a6 Merge pull request #1 from edward-shen/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2017-06-19 16:07:04 -04:00
Edward Shen
3a792c4474 Create CODE_OF_CONDUCT.md 2017-06-19 16:06:52 -04:00
Edward Shen
073ec5e290 fixed readme title 2017-06-18 17:39:46 -04:00
Edward Shen
df820cbf51 changed example to youtube video 2017-06-18 17:39:01 -04:00
Edward Shen
95e01523bb attempted to fix example 2017-06-18 17:20:37 -04:00