chapoi
6d8415579e
UX: fix topic cards layout for messages with has-replies class ( #183 )
...
The `grid-template-areas` were not correct on the messages page
---------
Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com >
Co-authored-by: Martin Brennan <martin@discourse.org >
2025-06-18 13:34:26 +10:00
chapoi
2bcd04d4f4
UX: topic cards v3 ( #182 )
...
* Bringing back the OP
* Removed reason why topic appears (again) in topic list (="activity")
* Removed likes
* New layout with indention + moved all elements left (on desktop)
| Mobile | Desktop |
|--------|--------|
| 
| 
|
| 
| 
|
| 
| 
|
| 
| 
|
| 
| 
|
---------
Co-authored-by: Jordan Vidrine <jordan@jordanvidrine.com >
2025-06-13 11:08:57 +02:00
Jordan Vidrine
dabd9a159a
DEV: Use new is_hot_topic serializer ( #73 )
2025-03-24 12:05:10 -05:00
Jordan Vidrine
bee6e4e3c5
init ( #69 )
2025-03-20 09:43:40 -05:00
Martin Brennan
ef2925a663
FIX: i18n import in status column component ( #18 )
2025-03-06 13:49:32 +10:00
Jordan Vidrine
41ee5a5358
DEV: Merge topic list card component ( #17 )
...
This PR merges the topic-list-item card component into the nextgen theme.
Also does the following cleanup:
* Use template-only ember components
* Use `fire` instead of deprecated `fa-fire` icon
* Lower version requirement for node to 18 to match core
* Add english locale strings for topic status column
* Remove dummy theme settings
---------
Co-authored-by: Martin Brennan <martin@discourse.org >
2025-03-06 13:35:27 +10:00