ondrej
08.Сентябрь.2023 18:49:10
1
Я просто просматривал сообщения @JammyDodger , пытаясь найти предыдущий ответ, и заметил, что в отличие от тем (2 ), в вашей активности (1 ) отсутствует квадрат, определяющий цвет категории.
1
2
(Стильное название темы — заслуга Discourse AI )
6 лайков
Кажется, я заметил отсутствующий элемент и на опубликованных страницах:
3 лайка
Я считаю, что проблемы со страницей активности теперь исправлены
main ← issue/hashtag-icons-user-activity-list
merged 02:00AM - 27 Oct 23 UTC
This was just a case of removing the `onlyStream: true`
operation from `decorat… eCookedElement`, since that restricts
the decoration only to topic page posts.
Before

After

1 лайк
martin
(Martin Brennan)
02.Ноябрь.2023 01:45:20
7
Я только что объединил исправление для этого:
main ← issue/hashtags-on-embed-and-publish
merged 01:43AM - 02 Nov 23 UTC
Since we don't have icons or access to the JS that transforms
hashtag icon plac… eholders into their proper icons and colours
on embed and publish pages, we need to at least show _something_
and make sure the hashtags are not totally broken on these pages.


Not ideal, but it would be a lot of effort to make this show the correct
thing.
Это не идеально, но было бы довольно сложно заставить иконки и цвета работать на этой автономной странице, так как у неё нет доступа к данным об иконках, категориях или тегах. По крайней мере, теперь она не полностью сломана, как это было раньше.
3 лайка
martin
(Martin Brennan)
10.Ноябрь.2023 06:28:56
12
На этой неделе я внес ещё одно исправление здесь:
main ← issue/fix-hashtag-render-in-activity-stream
merged 04:34AM - 08 Nov 23 UTC
Followup to 545e92039c7e7f45e72274773ea39e7d2df94ded
This commit fixes an iss… ue where hashtags on user activity stream
items past page 1 did not get decorated. This is because of a bug
in the user stream component, where it was trying to get stream
items to decorate after the AJAX call but before they had been
rendered by Ember. This can be fixed by wrapping this decoration
logic in later() to run on the next runloop.
2 лайка