Commit graph

2121 commits

Author SHA1 Message Date
c-andy-candies
214eae5be5
Reopen PR 1420 Feature add three six and nine months options frontend (#1689)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-07-07 13:37:50 -04:00
Sander Saarend
497fb7014f
Update lemmy-js-client and lemmy-translations (#1848) 2023-07-07 14:53:42 +00:00
7197474633 v0.18.1 2023-07-07 09:17:00 -04:00
SleeplessOne1917
f854a51090
Dark theme tweaks (#1840)
* Make post titles visible on i386

* Make post titles visible on vaporwave dark

* Undo unnecessary changes
2023-07-07 08:23:25 -04:00
Oliver White
53a5bfe592
fix: Adjust sidebar banner to wrap bellow the title (#1819)
* fix: Adjust sidebar banner to wrap bellow the title

* remove flex and add bottom border when uncollapsed

* use classnames utility
2023-07-07 08:22:50 -04:00
02198f1076 v0.18.1-rc.11 2023-07-06 09:15:44 -04:00
Michael Charles Aubrey
1de0fdb8c2
add ruby annotation support (#1831) 2023-07-06 07:44:32 -04:00
Jay Sitter
9ce164245f
fix: Fix mobile thumbnail being too small (#1814)
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-07-05 15:31:08 -04:00
Dennis Saw
3a89454e82
Use Join Lemmy hostname as link text in footer (#1737)
* Use Join Lemmy URL as link text in footer when there's a user

I think it makes sense to keep a link to the Join Lemmy website even
though there's a logged in user. There's plenty of other useful info on
that website beyond just joining Lemmy.

Using the URL avoids the phrase "Join Lemmy" and should indicate that
you're navigating to said website.

* Extract hostname from the existing URL constant instead

* Just use hostname of join lemmy site in footer

To maintain consistency whether logged in or not.
2023-07-05 11:42:44 -04:00
Jay Sitter
53348d5ac4
fix: Add focus ring color to post action buttons and markdown help link (#1816) 2023-07-05 11:41:12 -04:00
Jay Sitter
b45c24537d
fix: Fix focus ring styles for radio button toggles #1772 (#1773) 2023-07-04 17:24:57 -04:00
Alec Armbruster
c3ab9e74f8
fix toaster upon user settings change (#1802)
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-07-04 17:08:32 -04:00
jcgurango
26ff0f7e06
Fix home page not using site-level listing type #1612 (#1778)
* Fix home page not using site-level listing type

* Use null handling instead
2023-07-04 17:06:34 -04:00
Jay Sitter
778c3533f0
feat: Subtler user badge style (#1796) 2023-07-04 16:54:38 -04:00
SleeplessOne1917
322a44bf24
Fix data-bs-theme (#1810)
* Fix data-bs-theme

* Add other dark themes

* Add vaporwave-dark to dark theme list
2023-07-04 16:53:28 -04:00
SleeplessOne1917
4a0368bd5b v0.18.1-rc.10 2023-07-04 12:52:17 -04:00
Alec Armbruster
7eddc52c13
Attempt to fix inability to logout from some instances (subdomains) (#1809)
* slight refactor, tweak params

* fix paths

* remove domain

* remove expires

* Use maxAge instead of expires

---------

Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-07-04 12:52:14 -04:00
SleeplessOne1917
f6cbc896af
feat(theme): Vaporwave (#1682)
* Make vaporwave dark theme work

* Tweak vaporwave light theme

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-07-04 12:13:31 -04:00
Jay Sitter
8323bc9ab6
fix: Revert smaller text size (#1795) 2023-07-04 11:58:54 -04:00
Security-Chief-Odo
ba9389c15e
Updated the regex for isAuthPath to reduce false positive hits (#1806)
* OUpdated the regex for isAuthPath to reduce false positive hits as described in issue #1704

* Updated the regex for isAuthPath to reduce false positive hits - Re-ran Linting
2023-07-04 11:13:04 -04:00
SleeplessOne1917
26979b91c2
Merge pull request #1797 from jsit/fix/markdown-toolbar-button-focus
fix: Add focus border to markdown toolbar buttons
2023-07-04 05:30:10 +00:00
Jay Sitter
21c8b64cda fix: Add focus border to markdown toolbar buttons 2023-07-04 00:53:52 -04:00
Jay Sitter
b1292b958a
fix: Add data-bs-theme attribute for user dark/light modes (#1782)
* fix: Add data-bs-theme attribute for user dark/light modes

* fix: Remove unnecessary optional chain

* fix: Oops -- add missing files
2023-07-03 20:02:24 -04:00
SleeplessOne1917
8730f157da
Merge pull request #1771 from jsit/fix/fix-long-words-in-titles-overflow
fix: Break text on post titles so long words don't overflow
2023-07-03 21:30:32 +00:00
Jay Sitter
976812a446 Merge remote-tracking branch 'lemmy/main' into fix/fix-long-words-in-titles-overflow
* lemmy/main:
  v0.18.1-rc.9
  fix: Fix comment collapse and vote buttons not having focus style (#1789)
  Add missing modlog reasons (#1787)
  Fix search page breaking on initial load when logged in (#1781)
  feat: Add PR template (#1785)
  v0.18.1-rc.8
  Fix profile loading spinner
  fix: Move getRoleLabelPill to the only component that uses it
  fix: Remove unused hasBadges() function
  fix: Fix badge alignment and break out into component
  fix: Fix up filter row gaps and margins a little
  fix: Fix heading levels
  fix: Simplify row classes a bit
  fix: Fix some gaps in search filters
  fix: Fix row gap on search options
  fix: Add bottom margin to inbox controls
  fix: Small cleanup to search/inbox controls
2023-07-03 17:13:33 -04:00
b9d9231520 v0.18.1-rc.9 2023-07-03 16:55:54 -04:00
Jay Sitter
5a95a058ae
fix: Fix comment collapse and vote buttons not having focus style (#1789) 2023-07-03 16:53:10 -04:00
SleeplessOne1917
e829b13053
Add missing modlog reasons (#1787) 2023-07-03 16:52:33 -04:00
SleeplessOne1917
a0cf54c0a0
Fix search page breaking on initial load when logged in (#1781)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-07-03 16:43:52 -04:00
Jay Sitter
ca05902423
feat: Add PR template (#1785) 2023-07-03 14:18:22 -04:00
SleeplessOne1917
8b478e9712 v0.18.1-rc.8 2023-07-03 10:22:12 -04:00
SleeplessOne1917
43869824bf
Merge pull request #1780 from m-gail/fix-profile-loading-spinner
Fix profile loading spinner
2023-07-03 14:15:22 +00:00
SleeplessOne1917
f89a788a9f
Merge branch 'main' into fix-profile-loading-spinner 2023-07-03 14:12:14 +00:00
SleeplessOne1917
a19358333a
Merge pull request #1770 from jsit/fix/fix-badges-spacing-componentize
fix: Fix badge alignment and break out into component
2023-07-03 12:35:35 +00:00
SleeplessOne1917
34f04e6758
Merge branch 'main' into fix/fix-badges-spacing-componentize 2023-07-03 12:29:55 +00:00
m-gail
fa4fe57a86
Fix profile loading spinner 2023-07-03 12:56:22 +02:00
SleeplessOne1917
93d2d56cce
Merge pull request #1762 from jsit/fix/h1-page-titles
fix: Fix heading levels
2023-07-03 08:07:17 +00:00
Jay Sitter
8a163fedde fix: Break text on post titles so long words don't overflow 2023-07-02 20:20:08 -04:00
Jay Sitter
1e69129b10
Merge branch 'main' into fix/h1-page-titles 2023-07-02 20:08:55 -04:00
SleeplessOne1917
90a9b6bda1
Merge pull request #1760 from jsit/fix/use-row-in-filters
fix: Small cleanup to search/inbox controls
2023-07-03 00:02:16 +00:00
SleeplessOne1917
7389b1f9c8
Merge branch 'main' into fix/use-row-in-filters 2023-07-02 23:56:46 +00:00
Jay Sitter
7b34022e0d
Merge branch 'main' into fix/h1-page-titles 2023-07-02 19:54:03 -04:00
Jay Sitter
4e1e29b9a5
Merge branch 'main' into fix/fix-badges-spacing-componentize 2023-07-02 19:47:41 -04:00
Jay Sitter
6cb49967c2 fix: Move getRoleLabelPill to the only component that uses it 2023-07-02 19:47:12 -04:00
SleeplessOne1917
8e20d16f71
Merge pull request #1757 from jsit/fix/expand-button-when-no-link
fix: Post expand button was not showing if body-only post
2023-07-02 23:23:08 +00:00
Alec Armbruster
c0193fa2de
Merge branch 'main' into fix/expand-button-when-no-link 2023-07-02 19:20:32 -04:00
Jay Sitter
61867ee73d fix: Remove unused hasBadges() function 2023-07-02 19:01:14 -04:00
Jay Sitter
50b1a395f1
Merge branch 'main' into fix/fix-badges-spacing-componentize 2023-07-02 18:59:15 -04:00
Jay Sitter
9869b911cf fix: Fix badge alignment and break out into component 2023-07-02 18:48:35 -04:00
SleeplessOne1917
ce1f979c36
Merge pull request #1766 from LemmyNet/auth-error-message
Prevent JWT token from showing up on error page
2023-07-02 22:37:37 +00:00