Commit Graph

36 Commits

Author SHA1 Message Date
Discourse Translator Bot
4e2a982e91 Update translations (#31035) 2025-01-31 10:48:44 +01:00
Discourse Translator Bot
f0d6e9758d Update translations (#30898) 2025-01-21 15:55:30 +01:00
Discourse Translator Bot
496a739788 Update translations (#30765) 2025-01-14 16:19:49 +01:00
Discourse Translator Bot
1631c39391 Update translations (#30319) 2024-12-18 15:19:37 +01:00
Discourse Translator Bot
68c9553251 Update translations (#28577) 2024-08-29 15:37:52 -04:00
Discourse Translator Bot
05e120a9f2 Update translations (#28246) 2024-08-13 16:31:24 +02:00
Discourse Translator Bot
f5fc49f5db Update translations (#28115)
* Update translations

* DEV: Spec failed because of translation update

---------

Co-authored-by: Gerhard Schlager <gerhard.schlager@discourse.org>
2024-07-29 15:16:40 +02:00
Discourse Translator Bot
dd67375de7 Update translations (#27790) 2024-07-09 23:12:03 +02:00
Discourse Translator Bot
7d4ff77a14 Update translations (#27604) 2024-06-25 15:40:08 +02:00
Discourse Translator Bot
69c99a82dd Update translations (#27511) 2024-06-18 15:39:31 +02:00
Discourse Translator Bot
74e7bed7d5 Update translations (#27417) 2024-06-11 17:20:39 +02:00
Discourse Translator Bot
104ca5c325 Update translations (#27017) 2024-05-14 16:19:44 +02:00
Discourse Translator Bot
6791eb1a94 Update translations (#26030) 2024-03-05 16:47:46 +01:00
Discourse Translator Bot
2e0ec679c5 Update translations (#25185) 2024-01-09 15:09:36 +01:00
Discourse Translator Bot
c90772fd3a Update translations (#24599) 2023-11-29 10:41:27 +01:00
Discourse Translator Bot
c33a20cff6 Update translations (#24485) 2023-11-21 14:36:16 +01:00
Discourse Translator Bot
5fa46e6995 Update translations (#24177) 2023-11-07 21:31:20 +01:00
Discourse Translator Bot
2768f3a968 Update translations (#23408) 2023-09-05 15:42:34 +02:00
Discourse Translator Bot
9db047a76c Update translations (#23309) 2023-08-29 15:50:52 +02:00
Discourse Translator Bot
81d0b8838c Update translations (#23181) 2023-08-23 09:29:38 +02:00
Discourse Translator Bot
23222aa2d4 Update translations (#23099) 2023-08-15 21:24:57 +02:00
Discourse Translator Bot
5b6493ff4b Update translations (#23013) 2023-08-08 15:42:28 +02:00
Discourse Translator Bot
d5f4b8e02c Update translations (#22904) 2023-08-01 16:05:44 +02:00
Joffrey JAFFEUX
2d567cee26 FEATURE: thread pagination (#22624)
Prior to this commit we were loading a large number of thread messages without any pagination. This commit attempts to fix this and also improves the following points:

- code sharing between channels and threads:
Attempts to reuse/share the code use in channels for threads. To make it possible part of this code has been extracted in dedicated helpers or has been improved to reduce the duplication needed.

Examples of extracted helpers:
- `stackingContextFix`: the ios hack for rendering bug when momentum scrolling is interrupted
- `scrollListToMessage`, `scrollListToTop`, `scrollListToBottom`:  a series of helper to correctly scroll to a specific position in the list of messages

- better general performance of listing messages:
One of the main changes which has been made is to remove the computation of visible message during scroll, it will only happen when needed (update last read for example). This constant recomputation of `message.visible` on intersection observer event while scrolling was consuming a lot of CPU time.
2023-07-27 09:57:03 +02:00
Discourse Translator Bot
ad9ad55870 Update translations (#22664) 2023-07-25 17:57:48 +02:00
Discourse Translator Bot
76176eda9d Update translations (#21145) 2023-04-25 17:23:21 +02:00
Discourse Translator Bot
171e8b679d Update translations (#20861) 2023-04-05 09:12:48 +02:00
Discourse Translator Bot
1f88354c5e Update translations (#20559) 2023-03-07 14:58:31 +01:00
Discourse Translator Bot
43800eeb73 Update translations (#20370) 2023-02-20 11:01:01 +01:00
Discourse Translator Bot
8b72f489e1 Update translations (#19974) 2023-01-24 16:32:34 +01:00
Discourse Translator Bot
4ac37bbe0f Update translations (#19897) 2023-01-18 11:42:54 +01:00
Discourse Translator Bot
5d1444e3ca Update translations (#19401) 2022-12-09 12:01:05 +01:00
Discourse Translator Bot
cf347811c6 Update translations (#19238) 2022-11-29 15:36:51 +01:00
Discourse Translator Bot
2eee6fb644 Update translations (#19150) 2022-11-22 15:01:19 +01:00
Discourse Translator Bot
d7844a797f Update translations (#18948) 2022-11-09 00:00:28 +01:00
Roman Rizzi
0a5f548635 DEV: Move discourse-chat to the core repo. (#18776)
As part of this move, we are also renaming `discourse-chat` to `chat`.
2022-11-02 10:41:30 -03:00