• Joined on 2022-11-09
xarvos commented on issue AkkomaGang/akkoma-fe#388 2024-04-26 15:07:28 +00:00
[bug] Timestamps on post and popup post are not using the same string

ah sorry, it was supposed to be different strings and it's the same in english too

xarvos closed issue AkkomaGang/akkoma-fe#388 2024-04-26 15:07:28 +00:00
[bug] Timestamps on post and popup post are not using the same string
xarvos opened issue AkkomaGang/akkoma-fe#388 2024-04-26 14:52:03 +00:00
[bug] Timestamps on post and popup post are not using the same string
xarvos closed issue AkkomaGang/akkoma-fe#348 2024-02-26 11:29:35 +00:00
[bug] List items with inner p tags don't have bullets
xarvos commented on issue AkkomaGang/akkoma-fe#348 2024-02-26 11:29:35 +00:00
[bug] List items with inner p tags don't have bullets

classic rage comic: it doesn't work... why? it works... why?

just checked that firefox 122 also works.

xarvos opened issue AkkomaGang/akkoma-fe#368 2024-01-25 01:33:54 +00:00
[bug] Adding users to list upon creation is no-op
xarvos opened issue AkkomaGang/akkoma-fe#367 2024-01-25 01:30:15 +00:00
[feat] Indicate when a list is created
xarvos opened issue AkkomaGang/akkoma-fe#364 2024-01-11 01:59:09 +00:00
[bug] Full username on hover is partially hidden
xarvos commented on issue AkkomaGang/akkoma-fe#349 2023-11-08 03:04:48 +00:00
[feat] "Don't Show User on Home Timeline"

It seems this feature needs to be implemented on backend though

xarvos pushed to update-css at xarvos/pleroma-fe 2023-11-05 02:32:56 +00:00
235c734d37 Use overflow: auto for description
xarvos pushed to update-css at xarvos/pleroma-fe 2023-11-05 02:31:07 +00:00
f8dcb33de0 Use overflow: auto
xarvos created pull request AkkomaGang/akkoma-fe#355 2023-11-05 02:28:46 +00:00
Update some styling
xarvos created branch update-css in xarvos/pleroma-fe 2023-11-05 02:22:58 +00:00
xarvos pushed to update-css at xarvos/pleroma-fe 2023-11-05 02:22:58 +00:00
41f34f32da Set scroll for overflow-y for description
deaef1d0b9 Use relative unit for font size
52b0b6f008 add VI to messages.js
8afbe5e3bc Merge pull request 'Making still-image better' (#341) from Mergan/pleroma-fe:still-image-ultimate into develop
58be48d164 Merge pull request 'Do not copy all emojis in recentEmoji getter' (#340) from sn0w/akkoma-fe:feature/optimize-recent-emojis into develop
Compare 10 commits »
xarvos commented on issue AkkomaGang/akkoma-fe#348 2023-10-07 01:35:27 +00:00
[bug] List items with inner p tags don't have bullets

If I disable this rule on firefox, the bullets and numbers are also displayed fine 🤔

.StatusBody .text > * {
	white-space: pre-wrap;
}

no idea why this causes that.

xarvos commented on issue AkkomaGang/akkoma-fe#348 2023-10-07 01:29:09 +00:00
[bug] List items with inner p tags don't have bullets

It looks like this is only a problem on firefox. Other clients work fine on firefox though

xarvos opened issue AkkomaGang/akkoma-fe#348 2023-10-06 13:43:28 +00:00
[bug] List items with inner p tags don't have bullets
xarvos commented on issue AkkomaGang/akkoma-fe#337 2023-08-22 12:29:41 +00:00
[bug] animated emoji not detected when file name in the URL doesn't have extension

sorry, i updated that.

as for the commit, it's actually https://code.criminallycute.fi/CriminallyCute/criminallycute-fe/commit/7b10d8f, the admin clone the repo mainly to add CI so I linked the…

xarvos commented on issue AkkomaGang/akkoma-fe#337 2023-08-22 08:52:36 +00:00
[bug] animated emoji not detected when file name in the URL doesn't have extension

It looks like:

  • the detection depends on file name from the URL
  • file name in misskey URL is UUID and does not have the extension. the extension is included in the file name in `content-dispo…
xarvos opened issue AkkomaGang/akkoma-fe#337 2023-08-22 08:49:33 +00:00
[bug] animated emoji not detected when file name in the URL doesn't have extension