Skip to content

Commit d60e3a6

Browse files
Merge pull request #9 from PortableProgrammer/dev
Preferences and Dashboard restyling
2 parents 86444f1 + 41e8c96 commit d60e3a6

26 files changed

Lines changed: 374 additions & 205 deletions

img/card-dark.png

-40.6 KB
Loading

img/card-light.png

-42.8 KB
Loading

img/card-mobile-dark.png

218 KB
Loading

img/comments-dark.png

5.22 KB
Loading

img/compact-dark.png

-14.7 KB
Loading

img/compact-media-dark.png

-17.7 KB
Loading

img/compact-mobile-dark.png

21.4 KB
Loading

img/subs-dark.png

3.07 KB
Loading

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lurker
22

3-
lurker is a selfhostable, read-only reddit client, forked from [oppiliappan/lurker](https://github.com/oppiliappan/lurker)
3+
lurker is a selfhostable, read-only Reddit client, forked from [oppiliappan/lurker](https://github.com/oppiliappan/lurker)
44

55
It is better than [`old-reddit`](https://old.reddit.com) because:
66

@@ -104,7 +104,7 @@ services.lurker = {
104104
105105
lurker is open to registrations when first started.
106106
Navigate to `/register` and create an account, which will be an admin account.
107-
Click on your username at the top-right to view the dashboard and to invite other users to your instance.
107+
Click on Snoo at the top-right to view the dashboard, change your preferences, and to invite other users to your instance.
108108

109109
## Technical
110110

@@ -144,3 +144,9 @@ You can now browse your lurker devcontainer instance remotely via `http://<host_
144144
nix shell .# # get a devshell
145145
nix build .#lurker # build the thing
146146
```
147+
148+
## 3rd-party Assets
149+
150+
Reddit brand assets and elements are utilized in compliance with the [Reddit Brand foundation](https://reddit.lingoapp.com/k/Brand-foundation-oYYL4W?v=29) (`v2.09` at the time of last review).
151+
152+
lurker utilizes the `Inter` typeface by [Rasmus Andersson](https://rsms.me/inter/)

src/mixins/comment.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ mixin comment(com, isfirst, parent_id, next_id, prev_id)
4444

4545
if com.kind == "more"
4646
div(class=`more ${isfirst ? 'first' : ''}`)
47-
a(href=`/comments/${parent_id}/comment/${data.id}`)
47+
a(href=`/comments/${parent_id}/comment/${data.id}?from=${from}#${parent_id}`)
4848
| #{data.count} more #{fmttxt(data.count, 'comment')}
4949
else
5050
div(class=`comment ${isfirst ? 'first' : ''} ${data.stickied ? 'sticky' : ''}`)

0 commit comments

Comments
 (0)