Commit graph

58 commits

Author SHA1 Message Date
Christopher Gurnee
48f4fada9f Update dependencies 2023-04-25 14:32:28 +00:00
Christopher Gurnee
d45daec442 Update dependencies 2022-12-13 22:42:13 +00:00
Christopher Gurnee
1d97cf17ed Update dependencies 2022-11-28 17:02:02 +00:00
Christopher Gurnee
1b874bef66 Update dependencies 2022-11-07 18:39:49 +00:00
Christopher Gurnee
7c935ab666 Add eslint-plugin-react-hooks and fix a related bug
To reproduce the bug with the older code, visit
  https://www.unddit.com/r/space/comments/y8ul7n/_/it2cz6o/
and then click the Parent link on the top-most comment. Installing
eslint-plugin-react-hooks hopefully prevents future related bugs.
2022-10-20 23:24:19 +00:00
Christopher Gurnee
529162bec0 Switch from JS Standard Style to plain ESLint
The codebase hasn't been checked against Standard in ages, so remove it
and configure plain ESLint and eslint-plugin-react instead. Also fix a
few small bugs discovered by ESLint and plugin-react.
2022-10-20 23:21:56 +00:00
Christopher Gurnee
763516b19d Update dependencies 2022-10-20 16:25:30 +00:00
Christopher Gurnee
75e1de010c Update dependencies 2022-10-10 17:01:16 +00:00
Christopher Gurnee
6bd725796e Update dependencies 2022-08-01 16:21:51 +00:00
Christopher Gurnee
5b5295c30d Update dependencies 2022-07-20 18:31:13 +00:00
Christopher Gurnee
c47103b28a Update dependencies 2022-06-13 16:25:42 +00:00
Christopher Gurnee
064f319db9 Add and make default a highlighted mode for edits 2022-05-30 17:37:49 +00:00
Christopher Gurnee
2a29851ed7 Update dependencies 2022-05-30 17:23:32 +00:00
Christopher Gurnee
32deb7f1e6 Update dependencies 2022-05-13 22:04:31 +00:00
Christopher Gurnee
54bd0d9bce Update dependencies 2022-04-20 13:33:56 +00:00
Christopher Gurnee
37e0a152e1 Update dependencies 2022-04-14 21:04:54 +00:00
Christopher Gurnee
dd1b8b7f91 Update dependencies 2022-04-08 12:57:51 +00:00
Christopher Gurnee
77895e8d71 Add dark/light/system mode switch
Also give more space to the selftext of posts.
Closes #6
2022-03-28 18:52:23 +00:00
Christopher Gurnee
385758918b Update dependencies 2022-03-25 16:53:39 +00:00
Christopher Gurnee
42621eed59 Update dependencies 2022-03-17 15:54:43 +00:00
Christopher Gurnee
56000094f5 Update dependencies 2022-02-15 09:56:48 -05:00
Christopher Gurnee
be94243cab Update dependencies 2022-01-25 16:31:55 -05:00
Christopher Gurnee
69e802e94f Update dependencies 2022-01-06 13:08:54 -05:00
Christopher Gurnee
8a3437c7df Update dependencies 2021-11-29 16:35:43 -05:00
Christopher Gurnee
aa7329889c Update dependencies 2021-11-05 09:18:17 -04:00
Christopher Gurnee
2d32874d31 Remove plugin now included by default 2021-11-03 10:12:15 -04:00
Christopher Gurnee
034238081c Update dependencies; drop very old browser support 2021-10-28 13:24:57 -04:00
Christopher Gurnee
af95d9c452 Update dependencies 2021-10-23 11:03:26 -04:00
Christopher Gurnee
b35beaae52 Switch from node-sass to sass
Credit to @ayan4m1 for this commit.
2021-10-12 14:53:30 +00:00
Christopher Gurnee
b173a2489a Update dependencies 2021-10-12 14:48:29 +00:00
Christopher Gurnee
e6d787f132 Rename website 2021-10-06 23:47:33 +00:00
Christopher Gurnee
ffb0e4b5b7 Update dependencies 2021-10-06 22:02:14 +00:00
Jesper Wrang
1d401e521c Added FAQ question about ceddit 2019-12-05 10:59:57 +01:00
Jesper Wrang
dfcb1d653d Updated depedencies 2019-12-05 09:57:50 +01:00
Jesper Wrang
c0be214ed2 Updated token for Reddit API 2018-10-21 21:42:33 +02:00
JubbeArt
9568e49c41 25k comments from Pushshift apperently craches the site, changed to 20k instead 2018-08-26 00:44:58 +02:00
JubbeArt
e945ef4c73 Changed retrived comments from Pushshift to 25k from 10k 2018-08-26 00:30:46 +02:00
JubbeArt
f157217a6a Fixed bug where 'removed too quickly to be archived' text would not show up 2018-08-09 04:59:23 +02:00
JubbeArt
c471aa40a5 Forgot to update version number 2018-08-09 04:01:22 +02:00
JubbeArt
2d45e9295f Added 'you are vering a single comment' and link to full thread 2018-08-09 03:22:45 +02:00
JubbeArt
6cbbb528d6 Made the deletion/removal detection more robust in case Reddit would change it again 2018-08-08 12:05:50 +02:00
JubbeArt
a8614410e0 1.1.1 2018-08-08 11:25:11 +02:00
JubbeArt
48ab597eb4 Updated removal/deletion detection to match reddit API changes 2018-08-08 11:22:55 +02:00
JubbeArt
f6ab190081 Removed source-maps from production builds 2018-07-28 23:46:19 +02:00
JubbeArt
e992dd9425 Added loading / success status for subreddits 2018-07-28 16:36:40 +02:00
JubbeArt
43d5a1979c Switched redux to unstated 2018-07-16 20:12:01 +02:00
JubbeArt
ea3acd2584 Changed structure to work better with webpack 4s default config 2018-07-14 23:24:23 +02:00
JubbeArt
955a9d64a5 Updated dependencies (webpack 3 -> 4, eslint -> standard) 2018-07-14 22:52:59 +02:00
Jesper Wrang
9219ccc8a4 Updated license 2018-02-18 01:31:59 +01:00
Jesper Wrang
48889b7254 Done with comment parsing from reddit API 2018-01-31 04:40:34 +01:00