19db9dea30
Fix an issue with user language setting.
2020-07-29 09:05:46 -04:00
Dessalines
d1342afe93
Remove extra jwt claims (for user settings) ( #1025 )
...
* Remove extra jwt claims (for user settings)
- The JWT token only contains the issuer, and your user id now.
- Now only a page refresh is necessary to pick up your settings on all
clients, including theme, language, etc.
- GetSiteResponse now gives you your user and settings if logged in.
- Fixes #773
* Remove extra comment line, I tested nsfw
* Adding a todo to add a User_::readSafe()
2020-07-27 09:23:08 -04:00
76fec39670
Adding a lot of front end prettying.
...
- Re-did litely theme.
- Increased spacing.
- Fixed up navbar to not full width.
- Made login/sign up stand out.
- Made thumbnails have a light background.
- Removed btn-sm, made almost all buttons bigger.
- Made all badges lighter.
- Made card backgrounds transparent.
- Fixes #888
2020-07-23 02:10:22 -04:00
Dessalines
55ce7b1339
Adding version to GetSite. Fixes #1001 ( #1002 )
...
* Adding version to GetSite. Fixes #1001
* Removing version.ts file
2020-07-21 13:20:23 +00:00
cd4e0ab3c2
HTML title bugs.
...
- Fixing HTML titles for some pages. Fixes #801
- Removing WebSocketService.Instance.site, fetching site on demand now.
2020-07-08 01:02:14 -04:00
de63ff6d2a
Some navbar fixes.
2020-07-04 11:35:38 -04:00
69df9cecca
Adding a search icon, and a faster transition.
2020-07-03 22:00:51 -04:00
Ricardo de Arruda
2f54532be0
Modify search button to be expandable.
...
* Accordingly issue#814.
* Input contract if un-focus input element
* Search text data persisted when contracted/expanded
2020-07-03 23:20:44 +03:00
Ricardo de Arruda
e41117c878
Replace search button to input field at navbar.
...
* Search input not rendered at /search path.
* Navbar wrapped with withRouter for accessing history props.
* Flex-grow/shrink control the width of the input element dynamically.
2020-07-01 00:30:23 +03:00
bd26e4e9c1
Fixing some front end pictshare to pictrs conversions.
2020-06-09 17:17:24 -04:00
bb287cbd07
Adding an admin settings page.
...
- Fixes #620
- Adding a UserListing component. Fixes #627
2020-04-10 16:55:57 -04:00
0b467cfeed
Browser notification as plain markdown. Fixes #618
2020-04-01 11:31:24 -04:00
4949ab973b
Fixing navbar bell padding.
2020-03-20 17:20:59 -04:00
522649d9d3
Notification improvements.
...
- Adding a navbar notification icon for mobile.
- Adding an in-app notification toast. To be improved later.
- Fixes #607
2020-03-20 16:13:54 -04:00
c999579c05
Better tippy loading. Fixes #577
2020-03-04 22:35:55 -05:00
44bbc45973
A first pass at adding icons, and tippy tooltips.
...
- Adding icons for post-listing, comment-node, and navbar.
- Adding html titles.
- Updating moment expand to use users locale.
2020-03-03 02:29:45 -05:00
774518e4fe
Fixing unread indicator on link click. Fixes #527
2020-02-11 10:14:09 -05:00
b0b50098a4
Websocket reconnect reload page data. Fixes #504
2020-02-04 11:19:05 -05:00
caba049da1
Merge branch 'dev' into websocket_scopes
2020-02-02 14:37:19 -05:00
ac943f8951
Finishing up interpolation rework.
2020-02-02 13:50:44 -05:00
9f2b61708e
Merge branch 'dev' into websocket_scopes
2020-02-01 00:37:34 -05:00
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
8ec104cb76
Mostly done eliminating recurring fetches.
2020-01-31 22:34:08 -05:00
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
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