8c6ccc321d
fix unfinished post being sent when scrolling
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-05-15 03:11:07 +03:00
596ae7e377
Merge pull request 'fix dropdown-item-icon and form controls using missing variables' ( #307 ) from denys/akkoma-fe:missing-sass-vars into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #307
2023-05-08 15:29:58 +00:00
2a76be56e7
fix apply theme button without page refresh
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-05-01 20:54:18 +03:00
661a98d38d
order bubble after public in sidebar like in other two menus
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-05-01 20:53:29 +03:00
94d640f9f1
fix dropdown-item-icon and form controls using missing variables
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-05-01 20:50:31 +03:00
solidsanek
db33fe8ee2
Drafts: Fix drafts erasing edits and redrafts
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-04-09 11:02:13 +02:00
14cedc5ed1
don't crash if class
isn't a list
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-01 07:55:47 +01:00
47fc082fb9
Fix floating point error for poll expiry
...
ci/woodpecker/pr/woodpecker Pipeline was successful
Previous code multiply with 0.001 before multiplication which leads to a
floating point error. By changing it to division by 1000 after
multiplication this is avoided.
2023-03-24 20:48:02 +07:00
7e1b1e79f4
simplify timeline vibility checks
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-18 20:22:47 +00:00
b92b2f74a4
add timeline visibility setting parsing
2023-03-18 20:01:05 +00:00
7361f4e77e
Add checks for currentUser on sidebar
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-16 16:41:37 +00:00
42ab3eada4
Remove links from navs if we can't see the timeline
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-15 22:20:54 +00:00
6fdef479d0
add recently used emojis panel to emoji picker ( #283 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
~~(not intended for merging yet, just submitting this for preliminary review and discussion)~~
this patch adds a tab with recently used emojis to the emoji picker: https://akko.lain.gay/notice/ASoGCtyoiXbYPJjqpk
there's a couple of things i'm ~~still trying to work out~~ not totally happy with and i'd appreciate any feedback on them:
* the recentEmojis getter is called very frequently and has to do a possibly somewhat expensive lookup of emoji objects by their `displayName` each time, which i'm not sure is ideal
* ~~emoji reactions on posts added through the picker are picked up by the recentEmojis module, but clicks on existing emoji reactions are not, because `addReaction` in `react_button.js` only currently receives the replacement and not the full emoji object (if there even is one wherever that method is called from)~~ this works now and does the same stupid full search of all emojis by their name which i guess is less bad because this only happens when you hit a reaction emoji button that already existed
Reviewed-on: #283
Co-authored-by: flisk <akkomadev.mvch71fq@flisk.xyz>
Co-committed-by: flisk <akkomadev.mvch71fq@flisk.xyz>
2023-03-10 19:10:42 +00:00
fe08691f05
Merge pull request 'support Misskey's oblong reactions' ( #284 ) from yheuhtozr/pleroma-fe:oblong-reactions into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #284
2023-03-10 18:57:38 +00:00
626c880038
oblong emoji in status
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-02-22 10:20:25 +09:00
6d7761c7e5
perhaps more graceful cqw
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-02-20 23:27:41 +09:00
996ce3dde3
support oblong reactions
2023-02-20 23:18:04 +09:00
solidsanek
2c007f06e3
Post: remove debug logs
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-02-19 18:58:53 +01:00
solidsanek
00704bd88c
Post: Add drafting feature
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-02-17 13:56:01 +01:00
581c53a15e
components: emoji_reactions: force custom emoji reaction height
...
ci/woodpecker/pr/woodpecker Pipeline was successful
Prevents the usage of too long emoji reactions
2023-02-10 23:28:46 +00:00
9e04e4fd80
Improve emoji picker performance ( #275 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
A simple virtual scroller is now used for the emoji grid. This avoids loading all emoji images at once, saving network bandwidth and reducing load on the server, while also putting less work on the browser's DOM and layout engine.
Co-authored-by: yan <yan@omg.lol>
Reviewed-on: #275
Co-authored-by: yanchan09 <yan@omg.lol>
Co-committed-by: yanchan09 <yan@omg.lol>
2023-02-04 21:10:06 +00:00
88d5149db5
paginate-follow-requests ( #277 )
...
ci/woodpecker/push/woodpecker Pipeline failed
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: #277
2023-02-04 21:09:09 +00:00
7f4dd9ff03
Disable follow button if blocked by user
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-01-27 00:30:47 +00:00
a9a95e9120
Add indicator if user blocks you
2023-01-27 00:30:30 +00:00
56fd2e773b
Merge branch 'languages' into develop
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-15 17:59:50 +00:00
42dc1a027a
add language input
2023-01-15 17:59:32 +00:00
236bc2c762
Merge pull request 'Only show "keep open" emoji checkbox on post form' ( #269 ) from sfr/pleroma-fe:fix/keepopen into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #269
2023-01-09 22:20:31 +00:00
Sol Fisher Romanoff
e9f47509ae
Only show "keep open" emoji checkbox on post form
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-01-03 16:04:26 +02:00
f288d0c219
Make everything work with a strict CSP
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-02 15:16:42 +00:00
62287fffae
add follow/unfollow to followed tags list
ci/woodpecker/push/woodpecker Pipeline failed
2023-01-01 21:05:25 +00:00
e9f16af82d
Add list of followed hashtags to profile
2023-01-01 20:11:07 +00:00
dfba8be134
Fall back to nsfw image if no blurhash
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-30 05:03:25 +00:00
313ddcebcb
Add blurhash support
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-30 04:57:23 +00:00
2e5001e5de
Allow follow(er) lists to be acessible by account owner even if follower counts are disabled ( #246 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
Currently, if a user has their follower/follow counts hidden, they cannot access their own list of followers/follows. This makes no real sense and means that they cannot modify those lists without disabling their privacy options.
This fix simply allows those tabs to be accessed no matter if the counts are hidden or not.
Reviewed-on: #246
Co-authored-by: Beefox <bee@beefox.xyz>
Co-committed-by: Beefox <bee@beefox.xyz>
2022-12-30 03:04:15 +00:00
014f8b0dd2
Make minimum width for 3-column layout 1280px ( #255 ) ( #256 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
1280px is a pretty common screen width for several resolutions
(1280x720, 1280x800, 1280x1024, etc.). Since it is only 20px less than
the current 1300px minimum, this shouldn't be a big issue to lower the
minimum screen width for the 3-column layout to 1280px.
Closes: AkkomaGang/pleroma-fe#255
Co-authored-by: Francis Dinh <normandy@biribiri.dev>
Reviewed-on: #256
Co-authored-by: Norm <normandy@biribiri.dev>
Co-committed-by: Norm <normandy@biribiri.dev>
2022-12-30 03:01:17 +00:00
f668455dff
Merge branch 'link-verification' into develop
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-29 20:56:22 +00:00
bb243168b3
Revert "Merge pull request 'Don't show timeline links if disabled and logged out' ( #250 ) from sfr/pleroma-fe:fix/hide-timelines into develop"
...
This reverts commit 0b5793c1e0
, reversing
changes made to 72ef2e7454
.
2022-12-29 15:18:13 +00:00
da491f3278
add verification of links
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-29 15:17:35 +00:00
d00e28d5e9
fix emoji picker in replies in notifications
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-22 05:43:01 +00:00
7bec96a1bf
Merge pull request 'Fix user moderation dropdown clipping' ( #249 ) from sfr/pleroma-fe:fix/dropdown into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: AkkomaGang/pleroma-fe#249
2022-12-14 12:08:27 +00:00
Sol Fisher Romanoff
6e1ba218df
Don't show timeline links if disabled and logged out
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-12-10 21:39:50 +02:00
Sol Fisher Romanoff
830e8fdb45
Fix user moderation dropdown clipping
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-12-10 21:03:12 +02:00
abc75c360b
Ensure only content gets clipped
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-07 11:01:58 +00:00
a8e119b0f1
Merge branch 'develop' of akkoma.dev:AkkomaGang/pleroma-fe into develop
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-06 15:56:06 +00:00
17e574b173
Move theme apply/reset to new row
...
Fixes #225
2022-12-06 15:55:39 +00:00
71d2e0b0ce
Merge pull request 'fix scope selector icon spacing' ( #243 ) from nocebo/crt-fe:shared/fix-scope-spacing into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: AkkomaGang/pleroma-fe#243
2022-12-06 15:32:40 +00:00
eb49295422
Add hashtag following button ( #244 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: AkkomaGang/pleroma-fe#244
2022-12-04 17:31:41 +00:00
337a30fe01
remove whitespace between scope selector icons
...
ci/woodpecker/pr/woodpecker Pipeline was successful
when i originally wrote this, for reasons unclear to the present me, i used literal whitespaces to space out the icons on the scope selector
this causes strange inconsistencies in spacing depending on the font being used
akkoma also did not include the whitespace when adding the local-only scope, resulting in even weirder spacing
this corrects all of that by removing the whitespaces and using css instead
2022-12-03 07:12:55 +00:00
Karl Prieb
c669701762
add a left margin on search bar
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-29 18:04:33 -03:00
0a01a2bdf0
Add post expiry inputs
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-28 12:08:18 +00:00
7860c885c4
Add link to RSS feed to the profile ( #234 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
Today I learned that akkoma and mastodon (and potentially other activitypub services) offer RSS/Atom feeds for user profiles at `[user profile url].rss`. This PR adds a direct link to the feed because I haven’t seen anything link to the feed on either mastodon-fe or pleroma-fe
Co-authored-by: Charlotte 🦝 Delenk <lotte@chir.rs>
Reviewed-on: AkkomaGang/pleroma-fe#234
Co-authored-by: darkkirb <lotte@chir.rs>
Co-committed-by: darkkirb <lotte@chir.rs>
2022-11-26 20:57:04 +00:00
Sean Meininger
b8faee5d6d
added maintainer code
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-26 00:15:12 -08:00
c01c62f149
Redirect users to "awaiting approval" message on register ( #231 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
Ref #81 - this implements a "your request has been sent" message
![image](/attachments/61dc3f5e-2706-46f9-a1ca-4efe3f526ff3)
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: AkkomaGang/pleroma-fe#231
2022-11-22 14:44:44 +00:00
105b934f90
Only reload user if it _is_ a user ( #232 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
Ref #181
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: AkkomaGang/pleroma-fe#232
2022-11-22 14:40:25 +00:00
e4e8ed812b
Merge pull request 'Allow using mouse wheel to navigate through the emoji tabs ( #179 )' ( #222 ) from Mergan/pleroma-fe:emoji-picker-allow-scroll into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: AkkomaGang/pleroma-fe#222
2022-11-21 16:51:30 +00:00
684894aee3
mobile-newline ( #226 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
Allows the handle of users to drop down onto the next line if there isn't enough room in order to improve useability on mobile
Reviewed-on: AkkomaGang/pleroma-fe#226
Co-authored-by: Beefox <bee@beefox.xyz>
Co-committed-by: Beefox <bee@beefox.xyz>
2022-11-21 16:49:18 +00:00
f8a796b234
Merge pull request 'move domain block to drop down menu ( #223 )' ( #224 ) from nocebo/crt-fe:shared/move-domain-mute into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: AkkomaGang/pleroma-fe#224
2022-11-21 16:46:29 +00:00
70ea9e772c
Merge pull request 'Allow for searching unicode emoji via inputting emoji ( #163 & #227 )' ( #230 ) from Mergan/pleroma-fe:beefox-emoji-search into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: AkkomaGang/pleroma-fe#230
2022-11-21 10:11:19 +00:00
efe0f53736
Constrain content to status content ( #218 ) ( #220 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
MFM No longer overflows
![image](/attachments/7bbf519a-9fd2-492d-aba0-9a0e1ded6373)
Co-authored-by: David <dmgf2008@hotmail.com>
Reviewed-on: AkkomaGang/pleroma-fe#220
Co-authored-by: Mergan <mergan@noreply.akkoma>
Co-committed-by: Mergan <mergan@noreply.akkoma>
2022-11-21 10:10:50 +00:00
fcbbbad8d4
Allow for searching unicode emoji via inputting emoji
...
ci/woodpecker/pr/woodpecker Pipeline was successful
(This is needed for the react menu)
2022-11-21 01:04:00 -08:00
862c93706c
move domain block to drop down menu
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-18 08:49:57 -05:00
David
e06348ee33
Allow using mouse wheel to navigate through the emoji tabs
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-17 14:45:32 -08:00
169282ea42
rely on backend mfm parsing
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-15 15:54:16 +00:00
db46879a8f
Big 'ol set of patches and dep maintenance ( #212 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: AkkomaGang/pleroma-fe#212
2022-11-15 15:47:32 +00:00
0770981a20
Ensure we don't fail if translation is disabled
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-12 19:06:39 +00:00
c2a5a8c91f
Merge pull request 'Use correct pluralization in reports tab' ( #206 ) from sfr/pleroma-fe:fix/reports-plural into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: AkkomaGang/pleroma-fe#206
2022-11-12 16:38:26 +00:00
Sol Fisher Romanoff
a1c0642bb5
Use correct pluralization in reports tab
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-12 18:35:25 +02:00
c7200b2234
make emoji reactions in notifications bar wider
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-11 16:47:25 +00:00
98074ed90d
make desc overflow a scroll
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-11 16:20:41 +00:00
d51308a56b
Merge pull request 'Set max-height for description container' ( #201 ) from xarvos/pleroma-fe:fix-overflowing-description into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: AkkomaGang/pleroma-fe#201
2022-11-11 16:19:59 +00:00
4b5536ae68
Merge branch 'develop' of akkoma.dev:AkkomaGang/pleroma-fe into develop
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-11 16:05:10 +00:00
e44462b1d5
add "no reports" message
2022-11-11 16:05:02 +00:00
af32f901ac
Set max-height for description container
...
ci/woodpecker/pr/woodpecker Pipeline was successful
Without max-height, the description text can overflow the image, making
it impossible to close.
See issue #199 : AkkomaGang/pleroma-fe#199
2022-11-11 11:33:21 +07:00
0810c57c8b
Merge pull request 'Hide bubble timeline icon from desktop nav if empty' ( #197 ) from sfr/pleroma-fe:fix/navbar-hide-bubble into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: AkkomaGang/pleroma-fe#197
2022-11-10 12:10:05 +00:00
e77931d68c
Use correct sensitiveIfSubject key
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-10 12:06:59 +00:00
1e8fc5bcc4
Add "requested to follow you" text on card
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-10 03:01:20 +00:00
Sol Fisher Romanoff
642fe3dc10
Hide bubble timeline icon from desktop nav if empty
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-08 18:50:42 +02:00
8713f1870f
use correct key for languages
...
ci/woodpecker/push/woodpecker Pipeline was successful
fixes #196
2022-11-08 12:25:47 +00:00
a83c3a1fa1
Fix profile field deletion
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-07 14:53:13 +01:00
3286641f3c
Add software info on hover ( #194 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: AkkomaGang/pleroma-fe#194
2022-11-06 22:52:25 +00:00
sfr
15bac1e401
Add reports management ( #186 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
implements part of #178 , other parts will come later
Co-authored-by: Sol Fisher Romanoff <sol@solfisher.com>
Reviewed-on: AkkomaGang/pleroma-fe#186
Co-authored-by: sfr <sol@solfisher.com>
Co-committed-by: sfr <sol@solfisher.com>
2022-11-06 21:26:05 +00:00
23b0b01829
Merge pull request 'Highlight emoji reactions picked by yourself' ( #193 ) from sfr/pleroma-fe:fix/emoji-reaction-picked into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: AkkomaGang/pleroma-fe#193
2022-11-06 20:59:44 +00:00
Sol Fisher Romanoff
6a045dbc58
Highlight emoji reactions picked by yourself
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-06 16:12:08 +02:00
Sol Fisher Romanoff
cd9dc9d2b2
Clear search bar on reopen
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-06 15:46:35 +02:00
ffac376b5a
Ensure MFM scaling is ignored when rendering is disabled
...
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Fixes #173
2022-11-02 22:33:54 +00:00
469063ff52
Debounce word filters
...
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Fixes #182
2022-11-02 22:08:58 +00:00
bda433b006
Add mfm autocomplete ( #183 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
I thought it could be neat to have an autocomplete like Misskey has for MFM.
A condition was removed that prevented autocomplete to actually autocomplete stuff when only the first character was entered. It doesn't affect the other autocompletes since none of them display their elements if nothing was actually searched. (in that case MFM returns the full list of elements)
Co-authored-by: solidsanek <solidsanek@outerheaven.club>
Reviewed-on: AkkomaGang/pleroma-fe#183
Reviewed-by: floatingghost <hannah@coffee-and-dreams.uk>
Co-authored-by: solidsanek <solidsanek@noreply.akkoma>
Co-committed-by: solidsanek <solidsanek@noreply.akkoma>
2022-10-29 20:50:31 +00:00
Sean King
80f58baa86
Change "Remove this follower" to "Remove Follower" and add a button to remove a follower in the followers tab for the logged in user
2022-10-06 17:07:44 +01:00
Sean King
2453a338be
Added support for removing users from followers
2022-10-06 17:06:53 +01:00
4f837f75ea
setting-sync ( #175 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: AkkomaGang/pleroma-fe#175
2022-10-06 15:59:16 +00:00
Sol Fisher Romanoff
ca646822f6
Add delete & redraft button to posts
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-09-25 20:50:03 +03:00
468eb12573
Detect whether an WEBP or APNG is animated ( #161 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-authored-by: David <dmgf2008@hotmail.com>
Reviewed-on: AkkomaGang/pleroma-fe#161
Co-authored-by: Mergan <mergan@noreply.akkoma>
Co-committed-by: Mergan <mergan@noreply.akkoma>
2022-09-23 10:27:14 +00:00
38d50acaeb
Merge pull request 'Hide mentions of bubble timeline if empty' ( #167 ) from sfr/pleroma-fe:hide-bubble into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: AkkomaGang/pleroma-fe#167
2022-09-20 14:16:02 +00:00
aedd0794a4
Remote interaction with posts ( #168 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
From: https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1419
This is the frontend side of AkkomaGang/akkoma#198 (merged in a6d85003fe
).
Co-authored-by: Tusooa Zhu <tusooa@kazv.moe>
Reviewed-on: AkkomaGang/pleroma-fe#168
Co-authored-by: Norm <normandy@biribiri.dev>
Co-committed-by: Norm <normandy@biribiri.dev>
2022-09-19 17:39:21 +00:00
Sol Fisher Romanoff
b936506f47
Hide mentions of bubble timeline if empty
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-09-14 21:44:29 +03:00
f628483499
translation parameterisation ( #165 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: AkkomaGang/pleroma-fe#165
2022-09-12 15:47:53 +00:00
b980d5b2ef
use with-direction in edited timeago
...
ci/woodpecker/push/woodpecker Pipeline was successful
Fixes #159
2022-09-07 12:55:03 +01:00
2da92fcd13
editing ( #158 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-authored-by: Sean King <seanking2919@protonmail.com>
Co-authored-by: Tusooa Zhu <tusooa@kazv.moe>
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: AkkomaGang/pleroma-fe#158
2022-09-06 19:25:03 +00:00
1cce6969cc
make linter happy
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-06 11:38:23 +01:00
ae1b6ad887
Customisation of default profile tab, clean up settings ( #156 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: AkkomaGang/pleroma-fe#156
2022-09-05 17:02:16 +00:00