Commit graph

122 commits

Author SHA1 Message Date
Henry Jameson
3c8d7ed11f display subject in coversation's header 2026-07-23 13:42:41 +03:00
Henry Jameson
52af3c4420 change header to span 2026-07-22 21:26:06 +03:00
Henry Jameson
b6ff0b2bf6 remove the replied status preview, it takes too much space and looks confusing 2026-07-22 21:24:28 +03:00
Henry Jameson
acdf081bb1 reply-to work 2026-07-22 16:03:48 +03:00
Henry Jameson
1301aff930 fixes and cleanup 2026-07-22 14:25:39 +03:00
Henry Jameson
2e9c556c5f refactor postStatusForm & add initial mentionsLine support 2026-07-21 23:22:44 +03:00
Henry Jameson
3db36c25ee move SABs margin into status 2026-07-10 18:35:00 +03:00
Henry Jameson
a3c3611b8f initial work on last-status-reply stuff 2026-07-09 01:08:09 +03:00
Henry Jameson
a58cdd954d adapted chatmessage to display statuses 2026-07-07 21:15:15 +03:00
Henry Jameson
ddc126f696 fix and refactor the way status focusing work 2026-07-06 19:43:08 +03:00
Henry Jameson
1d95c43eca oops 2026-07-01 14:59:04 +03:00
Henry Jameson
43857fd3eb fix warnings and better handing of highlight/goto 2026-06-30 06:17:17 +03:00
Henry Jameson
415844e3da diving deeper into refactoring threads 2026-06-30 06:00:41 +03:00
Henry Jameson
31f4ad343a refactored the way status suspensibility works 2026-06-30 05:42:09 +03:00
Henry Jameson
f7c67130f5 cleanup in conversation 2026-02-15 21:32:45 +02:00
Henry Jameson
84f77f2948 clean up naming 2025-05-13 17:54:35 +03:00
Henry Jameson
673d8490f5 make lint work again + lint --fix 2025-03-31 12:41:04 +03:00
Henry Jameson
d9aca590bb eslint --fix 2025-02-04 14:14:31 +02:00
Henry Jameson
4f108057a2 move quick filter into quick view on mobile to save space 2025-01-19 17:22:42 +02:00
Henry Jameson
2f7b9fb4ef replace deprecated tc with t equivalent 2025-01-02 22:58:36 +02:00
Pleroma User
2bd16bedce Markup inconsistencies 2024-10-22 08:24:06 +00:00
tusooa
b173741f87
Display loading and error indicator for conversation page 2024-04-14 11:46:29 -04:00
Henry Jameson
9bdc8d9b9c fix transparency blur in statuses on firefox 2024-03-29 13:36:43 +02:00
Henry Jameson
b925c32e67 Make unloaded statuses follow panel styling 2024-03-25 16:38:03 +02:00
Henry Jameson
34f23b992e fix conversations panels shadows 2024-03-07 00:37:21 +02:00
Henry Jameson
b10458e3a3 lint 2024-03-04 21:40:35 +02:00
Henry Jameson
075f2cb903 remove all "fallback variables" 2024-03-04 19:45:42 +02:00
Henry Jameson
a190389f3c panels/statuses are looking really good now even with transparency 2024-03-04 18:24:29 +02:00
Henry Jameson
1bc1a83a1f fix borders in statuses and linear view 2024-02-19 00:21:44 +02:00
Henry Jameson
c16f1d4e35 more fixes 2024-02-13 02:27:53 +02:00
tusooa
7dc2277453
Use stylelint 2023-01-09 13:02:16 -05:00
tusooa
d41e7a4c6d
Make timeline a list of articles 2022-11-07 13:53:56 -05:00
Henry Jameson
0331e42ee8 move definitions for timeline header buttons to Panel.scss, now called
rightside buttons
2022-10-09 18:50:13 +03:00
Henry Jameson
09f3783647 lint 2022-08-04 23:44:56 +03:00
Henry Jameson
f4276f7241 made quick settings into their own component, added quick view settings,
added both to conversation view
2022-08-01 23:20:27 +03:00
Henry Jameson
fddb531ed2 --fix 2022-07-31 12:35:48 +03:00
Henry Jameson
54a40bfa01 fix inline conversation's shadow showing through outer header 2022-05-09 23:18:39 +03:00
Henry Jameson
deece57584 better formatting 2022-04-26 00:10:33 +03:00
Henry Jameson
2a6f42fef3 unified how panel-footer works between regular timelines and user timeline 2022-04-25 23:50:22 +03:00
Henry Jameson
bb29218a6c fixate conversation heading 2022-04-19 23:06:57 +03:00
Henry Jameson
d9f8091ce6 fix extra padding in thread view 2022-04-10 19:29:06 +03:00
Henry Jameson
684650e14f restore margins for inline convos 2022-04-10 14:47:47 +03:00
Henry Jameson
afcfcce2e6 re-fix i18n warnings again 2022-03-29 15:46:21 +03:00
Henry Jameson
01d8fa4e54 fix i18n at places 2022-03-23 16:32:53 +02:00
Tusooa Zhu
a511250b63
Make $status-margin fallback only 2022-03-07 19:28:38 -05:00
Tusooa Zhu
415a823af0
Clean up dead code 2022-03-07 19:19:32 -05:00
Tusooa Zhu
d157f67381
Make fading ancestors optional 2022-03-07 19:19:32 -05:00
Tusooa Zhu
9432fcec7d
Make 'Show full conversation' button have left border in embbeded mode 2022-03-07 19:19:32 -05:00
Tusooa Zhu
20880cdf0b
Make replying and mediaPlaying controlled
$refs is not a reliable way to deal with child components under
tree threading as it is not reactive, but the children may change at
any time. The only good way seems to be making these states aggregated on
the conversation component.

Ref: tree-threading
2022-03-07 19:19:31 -05:00
Tusooa Zhu
2a510205c3
Fix virtual scrolling for tree threading
Ref: tree-threading
2022-03-07 19:19:31 -05:00