Jay Sitter
c2990fd644
Merge branch 'main' into undefined_quote
2023-07-02 15:11:48 -04:00
Jay Sitter
65fcaafab7
fix: Fix vote buttons not showing spinners while registering vote #1761
2023-07-02 15:07:37 -04:00
Jay Sitter
548e5560a1
fix: Fix joined button check color
2023-07-02 14:47:45 -04:00
Jay Sitter
b8c2e1e2ca
fix: Fix up filter row gaps and margins a little
2023-07-02 14:42:30 -04:00
Jay Sitter
a48c20a772
fix: Fix heading levels
2023-07-02 14:29:56 -04:00
Jay Sitter
93d0bc44ea
fix: Simplify row classes a bit
2023-07-02 13:43:28 -04:00
Jay Sitter
302c6b496d
fix: Fix some gaps in search filters
2023-07-02 13:36:29 -04:00
Jay Sitter
2c56c2e59d
fix: Fix row gap on search options
2023-07-02 13:26:07 -04:00
Jay Sitter
350b1b28ee
fix: Add bottom margin to inbox controls
2023-07-02 13:22:03 -04:00
Jay Sitter
d258edfbaf
fix: Small cleanup to search/inbox controls
2023-07-02 13:18:16 -04:00
Jay Sitter
1700476528
Merge pull request #1730 from sunaurus/dm_fix
...
Fix DM replies not working
2023-07-02 11:49:38 -04:00
SleeplessOne1917
1e2f333bb0
Merge branch 'main' into fix/expand-button-when-no-link
2023-07-02 15:48:24 +00:00
Jay Sitter
28dc62d44c
Merge branch 'main' into dm_fix
2023-07-02 11:46:51 -04:00
SleeplessOne1917
b6513cc56b
Merge pull request #1756 from jsit/fix/list-view-vote-button-width
...
fix: Fix vote buttons in list view variable width
2023-07-02 15:28:44 +00:00
Jay Sitter
868601fa58
fix: Update comment to reflect new logic
2023-07-02 11:26:44 -04:00
Jay Sitter
195e258a51
fix: Post expand button was not showing if body-only post
2023-07-02 11:23:42 -04:00
SleeplessOne1917
53a5bdbb5c
Merge branch 'main' into fix/list-view-vote-button-width
2023-07-02 15:23:23 +00:00
Jay Sitter
a72cc6807e
fix: Fix vote buttons in list view variable width
2023-07-02 11:20:02 -04:00
SleeplessOne1917
3a4454499d
Merge pull request #1755 from jsit/fix/thumb-button-transparent-1754
...
fix: Fix thumb buttons having gray background #1754
2023-07-02 15:06:03 +00:00
Jay Sitter
34f2b73063
fix: Fix thumb buttons having gray background #1754
2023-07-02 11:02:53 -04:00
SleeplessOne1917
6a62d48257
Merge pull request #1750 from paradox460/main
...
Add support for Command (⌘) key shortcuts on Markdown text areas
2023-07-02 11:03:10 +00:00
Jeff Sandberg
17bcfe5257
Add metaKey to markdown-textarea, for macos
...
On MacOS, Ctrl is less commonly used than Command (⌘).
Javascript expresses command as `metaKey`.
This allows for _either_ Ctrl or Command to be used in the Markdown text
area.
Note that on Windows, on some browsers, the "windows" key is labeled as meta, so it would
work on windows as well.
http://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/metaKey
2023-07-02 04:11:09 -06:00
SleeplessOne1917
f87dad3a5c
Merge pull request #1741 from sunaurus/cookie_path
...
Fix jwt cookie path
2023-07-01 23:33:56 +00:00
SleeplessOne1917
2c335483dd
Merge branch 'main' into undefined_quote
2023-07-01 23:32:59 +00:00
sunaurus
c68d2b8ee6
Fix jwt cookie path
2023-07-02 02:04:44 +03:00
SleeplessOne1917
d00a4fa546
Merge pull request #1729 from sunaurus/locale_fallback
...
Add fallback date-fns locale import
2023-07-01 22:39:22 +00:00
sunaurus
47cbe3e002
Fix quotedText bugs in markdown editor
2023-07-01 19:57:06 +03:00
sunaurus
653094eddb
Fix DM replies
2023-07-01 19:26:30 +03:00
sunaurus
515f5f5af3
Add fallback date-fns locale import
2023-07-01 18:57:19 +03:00
SleeplessOne1917
61255bf01a
v0.18.1-rc.7
2023-06-30 16:26:09 -04:00
SleeplessOne1917
e658e36420
v0.18.1-rc.6
2023-06-30 16:26:00 -04:00
SleeplessOne1917
93fe23a305
Merge pull request #1721 from sunaurus/date_fns_lang
...
Fix date-fns locale import failing for some locales
2023-06-30 15:11:37 -04:00
sunaurus
ed1f208e47
Fix date-fns locale import failing for some locales
2023-06-30 19:59:44 +03:00
SleeplessOne1917
cf9f37fbc4
Merge pull request #1719 from LemmyNet/fix-cookie-in-catch-all
...
Fix nonexistent property `req.cookies`
2023-06-30 10:40:41 -04:00
Alec Armbruster
af22947c0f
fix req.cookie nonexistent -.-
2023-06-30 10:35:57 -04:00
SleeplessOne1917
c8e3256c88
Merge pull request #1718 from LemmyNet/fix-cache-auth
...
Fix broken `user.auth()` method on `middleware.ts`
2023-06-30 10:17:14 -04:00
Alec Armbruster
c8ed02cead
Merge branch 'fix-cache-auth' of https://github.com/LemmyNet/lemmy-ui into fix-cache-auth
2023-06-30 10:04:27 -04:00
Alec Armbruster
0bcb2d77be
wip
2023-06-30 10:04:19 -04:00
Alec Armbruster
7743fa98b9
wip
2023-06-30 10:04:01 -04:00
SleeplessOne1917
213dadb654
Merge branch 'main' into fix-cache-auth
2023-06-30 09:52:31 -04:00
Alec Armbruster
c804cf958a
Merge branch 'main' of https://github.com/LemmyNet/lemmy-ui into fix-cache-auth
2023-06-30 09:52:15 -04:00
Diamond
a7592d74bb
Enforce SameSite=Strict ( #1713 )
2023-06-30 09:51:41 -04:00
Alec Armbruster
1b7a9dcb8b
fix service worker path
2023-06-30 09:50:19 -04:00
Alec Armbruster
da45ffb46b
fix cache auth method
2023-06-30 09:42:09 -04:00
SleeplessOne1917
b6415f828e
Merge pull request #1711 from LemmyNet/cache-dev
...
Fix some issues
2023-06-29 19:26:40 -04:00
SleeplessOne1917
cc184a86c8
Fix authorized route false flag
2023-06-29 18:12:22 -04:00
SleeplessOne1917
2d88e42cab
Fix dev caching issue
2023-06-29 16:33:08 -04:00
9e7fec772d
v0.18.1-rc.5
2023-06-29 16:20:38 -04:00
SleeplessOne1917
df39e0fe5d
Merge pull request #1708 from LemmyNet/cache-control
...
Cache static data for a day
2023-06-29 14:19:07 -04:00
SleeplessOne1917
fa41117320
Merge branch 'main' into cache-control
2023-06-29 13:35:44 -04:00