Dessalines
b0b50098a4
Websocket reconnect reload page data. Fixes #504
2020-02-04 11:19:05 -05:00
Dessalines
caba049da1
Merge branch 'dev' into websocket_scopes
2020-02-02 14:37:19 -05:00
Dessalines
ac943f8951
Finishing up interpolation rework.
2020-02-02 13:50:44 -05:00
Dessalines
9f2b61708e
Merge branch 'dev' into websocket_scopes
2020-02-01 00:37:34 -05:00
Dessalines
81998d9f89
Merge branch 'feature/frontend-a11y' of https://github.com/richardj/lemmy into richardj-feature/frontend-a11y
2020-01-31 23:46:04 -05:00
Dessalines
8ec104cb76
Mostly done eliminating recurring fetches.
2020-01-31 22:34:08 -05:00
Dessalines
8036474dda
Starting to work on user message scope.
2020-01-31 20:02:20 -05:00
Richard
2f9a052f89
usability features
...
This are all the commits from another PR combined into a single commit.
2020-01-31 21:52:27 +01:00
Richie Zhang
26468ffce4
Remove empty div tag containing the navbar.
...
In preliminary, the appearance and behavior of the navbar was not affected when the `<nav>` element was not wrapped, and an empty `<div>` element doesn't do anything anyway. I'm also pretty sure that the `<nav>` tag in HTML5 is basically a div with a fancy name, so it can do everything a div can.
2020-01-30 16:07:01 -08:00
Dessalines
930cad41b4
Fixing coffee cup offset. Fixes #479
2020-01-28 20:10:22 -05:00
Dessalines
aa5a911edc
Fixing front end error messages. Fixes #462
2020-01-25 09:58:53 -05:00
Dessalines
ac1d5f2b86
Done merging http-api and private_message
2020-01-23 19:17:42 -05:00
Dessalines
3b4258096c
Adding a toaster to replace alerts. Fixes #457
2020-01-22 22:29:11 -05:00
Dessalines
253bc3e0af
Adding private messaging, and matrix user ids.
...
- Fixes #244
2020-01-22 16:38:16 -05:00
Dessalines
96c1fceb99
Fixing sponsor page. Fixes #444
2020-01-19 16:28:29 -05:00
Dessalines
dcd60228ed
Strongly typing WebsocketJsonResponse. Forgot comment-form.tsx
2020-01-19 00:38:45 -05:00
Dessalines
a044718066
First pass at fixing UI to work with new websocketresponses.
2020-01-18 23:54:10 -05:00
Dessalines
e636f3bca3
Adding limits to inbox fetching. Fixes #420
2020-01-15 16:20:54 -05:00
Dessalines
5b42dc3393
Adding show_avatar user setting, and option to send notifications to inbox.
...
- Fixes #254
- Fixes #394
2020-01-02 16:55:54 -05:00
Dessalines
a4428528e3
Adding user avatars / icons. Requires pictshare.
...
- Fixes #188
2019-12-29 15:39:48 -05:00
Dessalines
9f35b33dc7
Halfway done with email, not fully working yet.
2019-10-29 20:35:39 -07:00
Dessalines
02dd9ac32a
Adding username mentions / tagging from comments.
...
- Fixes #293
2019-10-19 17:46:29 -07:00
Dessalines
4e55612833
Running prettier on code.
...
- #305 , #309
2019-10-18 17:20:27 -07:00
Dessalines
299285abb8
Fixing inbox refresh issue.
...
- Fixes #265
2019-09-05 17:55:57 -07:00
Dessalines
297755e757
Adding cards for sidebars in UI.
2019-08-19 19:37:32 -07:00
Dessalines
98b8793dec
Fixing navbar icon position.
2019-08-17 12:15:53 -07:00
Dessalines
8d36cba9f9
Adding new icon by Andy Cuccaro.
...
- Fixes #203
2019-08-16 17:36:35 -07:00
Dessalines
c494fe8e9b
Making a few internationalization fixes.
2019-08-09 17:15:27 -07:00
Dessalines
3060608a45
Second front end pass.
2019-08-09 15:52:32 -07:00
Dessalines
75e014ef5a
i18n translations first pass.
2019-08-08 18:58:04 -07:00
Dessalines
1b6ddb869c
Mark as read if viewing link.
...
- Fixes #154 . #153
2019-05-19 09:15:08 -07:00
Dessalines
d1fee01c6a
Adding browser notifications.
...
- Fixes #153
2019-05-18 16:41:22 -07:00
Dessalines
820af56387
Externalizing JWT token
2019-05-02 09:55:29 -07:00
Dessalines
675cf61654
Custom site name.
...
- Fixes #113
2019-04-30 08:19:00 -07:00
Dessalines
fe89bc2a42
Auto-select current community if creating a post from the community
...
page.
Fixes #133
2019-04-29 09:07:41 -07:00
Dessalines
50dfcefc95
Changing from forum to community
...
- Fixes #121
2019-04-28 19:05:11 -07:00
Dessalines
9ffe740ab6
Switching back to hash router
2019-04-28 18:30:52 -07:00
Dessalines
e4532aa1cb
Adding /f/ and /u/ in links now.
...
- Fixes #102
2019-04-25 14:52:18 -07:00
Dessalines
7cba618587
Adding a search page
...
- Fixes # 70
2019-04-23 15:05:50 -07:00
Dessalines
2e361aa736
Removing expires temporarily until they can be figured out.
2019-04-22 10:45:50 -07:00
Dessalines
273a38f61f
Adding a recurring inbox fetch.
...
- Fixes #94
2019-04-21 10:49:57 -07:00
Dessalines
8a4b2324a1
Fixing envelope icon.
...
- Fixes #90
2019-04-20 15:49:23 -07:00
Dessalines
ddabc42861
Adding support for an /all route
...
- Fixes #85
2019-04-20 12:42:52 -07:00
Dessalines
682413613e
Mostly working, before merge
2019-04-20 11:17:00 -07:00
Dessalines
9afadfb9c4
Saving replies, the actual fixes will be in the merge to dev.
2019-04-19 21:06:25 -07:00
Dessalines
3f33cf8dcb
Before big moderation merge
2019-04-16 16:04:23 -07:00
Dessalines
e94885eb97
Commiting before I lose everything. I'll do this properly in a merge
2019-04-15 16:12:06 -07:00
Dessalines
698f3639f2
Navbar fix
2019-04-09 15:33:49 -07:00
Dessalines
4bfb32c665
Styling, sidebar message.
2019-04-09 14:21:19 -07:00
Dessalines
7fa6631a13
Adding versioning to front page.
...
- Fixes #51
2019-04-08 20:28:07 -07:00