username-is-required

Results 11 comments of username-is-required

reddark pulls its list of participating subreddits from the wiki over at r/ModCoord, so if that sub should be on the list but isn’t, it might be worth commenting it...

you’ll probably also want to change the line on `index.html` that says that restricted subreddits will be displayed as public https://github.com/YoloFTW/reddark/blob/3e1719093bda8fd234a58bc67a643aa429d1299e/index.html#L42-L43

`genItem()` in `public/index.js` also needs updating to deal with restricted subs https://github.com/YoloFTW/reddark/blob/3e1719093bda8fd234a58bc67a643aa429d1299e/public/index.js#L126-L128 (sorry for the comment spam! i’m just commenting these as i find them while implementing this into my...

@YoloFTW whats your opinion on whether the colour should be different for restricted subs than that of private subs? i had one person tell me they thought restricted subs should...

[the code here](https://github.com/Tanza3D/reddark/blob/824c79e2260134b4669d23cf9d2fb93f70114a48/public/index.js#LL110C1-L110C1) also needs to remove the `subreddit-restricted` class

for [here](https://github.com/Tanza3D/reddark/blob/824c79e2260134b4669d23cf9d2fb93f70114a48/public/index.js#L92) and [here](https://github.com/Tanza3D/reddark/blob/824c79e2260134b4669d23cf9d2fb93f70114a48/public/index.js#L101), the code needs to check if the subreddit is already private/restricted and, if so, remove the other class

@Tanza3D what i was thinking was to emit `loading` to trigger the “Server Reloading” message on the clients (rather than just a sudden change in subreddits). a ‘reloading’ message would...

also @Tanza3D are you able to check the logs to see if the auto-updating broke again before you restarted the process just now? i’ve noticed the number of subreddits listed...

i’m actually having trouble trying to think of the best way to implement the automatic list refreshing. it’d be relatively easy to set the list to recreate itself every 3...

i edited the script in my forked repo to (hopefully successfully) automatically refresh the subreddit list (username-is-required#6), however there’s slight difference in the codebase from when i modified my fork...