Commit graph

51 commits

Author SHA1 Message Date
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
930cad41b4 Fixing coffee cup offset. Fixes #479 2020-01-28 20:10:22 -05:00
aa5a911edc Fixing front end error messages. Fixes #462 2020-01-25 09:58:53 -05:00
ac1d5f2b86 Done merging http-api and private_message 2020-01-23 19:17:42 -05:00
3b4258096c Adding a toaster to replace alerts. Fixes #457 2020-01-22 22:29:11 -05:00
253bc3e0af Adding private messaging, and matrix user ids.
- Fixes #244
2020-01-22 16:38:16 -05:00
96c1fceb99 Fixing sponsor page. Fixes #444 2020-01-19 16:28:29 -05:00
dcd60228ed Strongly typing WebsocketJsonResponse. Forgot comment-form.tsx 2020-01-19 00:38:45 -05:00
a044718066 First pass at fixing UI to work with new websocketresponses. 2020-01-18 23:54:10 -05:00
e636f3bca3 Adding limits to inbox fetching. Fixes #420 2020-01-15 16:20:54 -05:00
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
a4428528e3 Adding user avatars / icons. Requires pictshare.
- Fixes #188
2019-12-29 15:39:48 -05:00
9f35b33dc7 Halfway done with email, not fully working yet. 2019-10-29 20:35:39 -07:00
02dd9ac32a Adding username mentions / tagging from comments.
- Fixes #293
2019-10-19 17:46:29 -07:00
4e55612833 Running prettier on code.
- #305 , #309
2019-10-18 17:20:27 -07:00
299285abb8 Fixing inbox refresh issue.
- Fixes #265
2019-09-05 17:55:57 -07:00
297755e757 Adding cards for sidebars in UI. 2019-08-19 19:37:32 -07:00
98b8793dec Fixing navbar icon position. 2019-08-17 12:15:53 -07:00
8d36cba9f9 Adding new icon by Andy Cuccaro.
- Fixes #203
2019-08-16 17:36:35 -07:00
c494fe8e9b Making a few internationalization fixes. 2019-08-09 17:15:27 -07:00
3060608a45 Second front end pass. 2019-08-09 15:52:32 -07:00
75e014ef5a i18n translations first pass. 2019-08-08 18:58:04 -07:00
1b6ddb869c Mark as read if viewing link.
- Fixes #154. #153
2019-05-19 09:15:08 -07:00
d1fee01c6a Adding browser notifications.
- Fixes #153
2019-05-18 16:41:22 -07:00
820af56387 Externalizing JWT token 2019-05-02 09:55:29 -07:00
675cf61654 Custom site name.
- Fixes #113
2019-04-30 08:19:00 -07:00
fe89bc2a42 Auto-select current community if creating a post from the community
page.

Fixes #133
2019-04-29 09:07:41 -07:00
50dfcefc95 Changing from forum to community
- Fixes #121
2019-04-28 19:05:11 -07:00
9ffe740ab6 Switching back to hash router 2019-04-28 18:30:52 -07:00
e4532aa1cb Adding /f/ and /u/ in links now.
- Fixes #102
2019-04-25 14:52:18 -07:00
7cba618587 Adding a search page
- Fixes # 70
2019-04-23 15:05:50 -07:00
2e361aa736 Removing expires temporarily until they can be figured out. 2019-04-22 10:45:50 -07:00
273a38f61f Adding a recurring inbox fetch.
- Fixes #94
2019-04-21 10:49:57 -07:00
8a4b2324a1 Fixing envelope icon.
- Fixes #90
2019-04-20 15:49:23 -07:00
ddabc42861 Adding support for an /all route
- Fixes #85
2019-04-20 12:42:52 -07:00
682413613e Mostly working, before merge 2019-04-20 11:17:00 -07:00
9afadfb9c4 Saving replies, the actual fixes will be in the merge to dev. 2019-04-19 21:06:25 -07:00
3f33cf8dcb Before big moderation merge 2019-04-16 16:04:23 -07:00
e94885eb97 Commiting before I lose everything. I'll do this properly in a merge 2019-04-15 16:12:06 -07:00
698f3639f2 Navbar fix 2019-04-09 15:33:49 -07:00
4bfb32c665 Styling, sidebar message. 2019-04-09 14:21:19 -07:00
7fa6631a13 Adding versioning to front page.
- Fixes #51
2019-04-08 20:28:07 -07:00
0469b5f0c7 Adding user dropdown.
- Fixes #54.
- Fixed some styling.
2019-04-08 17:04:03 -07:00
49bf16e7d4 Adding user details / overview page.
- Fixes #19
2019-04-07 22:19:02 -07:00
b8c259f9e7 Adding expanding navbar, some docs 2019-04-06 15:49:51 -07:00
e826f631d8 Adding docker.
- Adding docker support. Fixes #6
- Completing the name change to lemmy. Fixes #36
- Running DB migrations from code. Fixes #38
2019-04-05 22:29:20 -07:00
d07a1b4563 Adding forum / community page
- Adding the page. Fixes #17.
- Adding number of comments for community.
- Add sorting to that table.
2019-04-04 13:00:19 -07:00
c786464381 Adding forum / community pages
- Adding main forum page. Fixes #11
- Adding view version for posts. #21
- Got rid of fedi user ids. Fixes #22
- Post sorting working. Fixes #24
2019-04-02 23:49:32 -07:00
25dcb8f4f4 Adding a few endpoints.
- Adding CreatePost, CreateComment, CreateCommunity
2019-03-26 11:00:18 -07:00
e570c70701 Adding login and Register
- Login and Register  mostly working.
- Starting to work on creating communities.
2019-03-22 18:42:57 -07:00