Ella E
baa4bcda23
FIX: on mobile, overflow on post controls if there are many buttons ( #16054 )
2022-02-25 15:03:58 -07:00
Kris
c9419b51a3
UX: prevent user menu overflow on tiny screens ( #15964 )
2022-02-15 20:13:11 -05:00
Jordan Vidrine
7223d5e012
UX: Fix login header z-index ( #15848 )
2022-02-07 13:31:03 -06:00
Jarek Radosz
692b6543ff
FIX: Composer fields on small desktop sizes ( #15729 )
2022-02-01 21:33:06 +01:00
Kris
c4e8ba3965
UX: post action spacing refactor & consistency ( #15403 )
2022-01-04 09:44:54 -05:00
Meghna
f6db99b56a
UX: improved invite accept page layout ( #15418 )
2021-12-29 09:12:18 +05:30
Jarek Radosz
0b34d5ac6c
UX: Maximize the preview space in composer ( #15188 )
...
A follow-up to #15117 and #15141 . Applies the previous changes to PM-specific fields, makes the preview area take the all the available height of the composer, and unifies more spacing between composer elements.
2021-12-24 12:38:33 +01:00
Kris
07436e9d8c
UX: update navigation-container scaling & wrapping ( #15372 )
2021-12-20 17:08:03 -05:00
Kris
1c9a0fe18e
UX: let mobile post controls scroll on overflow ( #15305 )
2021-12-15 15:36:10 -05:00
Penar Musaraj
f24027b453
UX: Fix topic status icon size in mobile search results ( #15251 )
2021-12-09 14:32:12 -05:00
Kris
6d2eae27a6
UX: reduce composer jumpiness on android ( #15184 )
2021-12-03 17:02:22 -05:00
Kris
657c137384
UX: Prevent overflow on mobile timeline dates ( #15182 )
2021-12-03 13:48:26 -05:00
Krzysztof Kotlarek
9cabd3721b
FEATURE: ability to add description to tags ( #15125 )
...
Ability to add description to tags, which will be displayed on hover.
2021-12-01 09:18:56 +11:00
Jarek Radosz
0bf30196c9
FIX: Broken css in #15141 ( #15144 )
2021-11-30 20:02:22 +01:00
Jarek Radosz
feb9a3675d
UX: Tweak mobile composer styling ( #15141 )
...
A followup to #15117
2021-11-30 19:50:28 +01:00
Jarek Radosz
ceed48f321
UX: Make banner full-width ( #15038 )
2021-11-22 19:43:45 +01:00
Kris
8b5dec4607
UX: mobile topic list fixes follow-up to 0e371d4
( #14959 )
2021-11-15 21:07:32 -05:00
Jordan Vidrine
0e371d4c6d
SYNTAX: Use classes instead of html element targeting ( #14890 )
...
* SYNTAX: Use classes instead of html element targeting
2021-11-15 14:49:45 -06:00
Penar Musaraj
ce91bf0775
Revert "FIX: Composer height issue in Safari on iOS 15 ( #14282 )" ( #14847 )
...
This reverts commit 0dab1634b0
.
2021-11-09 13:10:07 -05:00
Penar Musaraj
51233ae349
UX: Fix several issues with topic progress refactor ( #14790 )
2021-11-02 13:45:40 -04:00
Penar Musaraj
724f1ee9d1
UX: Fix short post width on mobile ( #14771 )
2021-10-29 11:39:19 -04:00
Penar Musaraj
095421a1e1
REFACTOR: Use IntersectionObserver to calculate topic progress position ( #14698 )
2021-10-29 09:23:15 -04:00
janzenisaac
dd5b0543c7
FEATURE: Add fullscreen-tables to post ( #14709 )
...
Overflown tables will have a "expand table" option added to open x table in a modal
2021-10-25 14:06:28 -05:00
Penar Musaraj
7c7dd2335b
FIX: Category and tag picker alignment on mobile ( #14622 )
2021-10-15 10:25:11 -04:00
Jordan Vidrine
6ab5f70090
UX: Change layout of invites page to match other user pages ( #14520 )
...
* UX: Change layout of invites page to match other user pages
2021-10-05 15:30:31 -05:00
Alan Guo Xiang Tan
9d5da2b383
PERF: Revert all inboxes from messages route. ( #14445 )
...
The all inboxes was introduced in
016efeadf6
but we decided to roll it back
for performance reasons. The main performance challenge here is that PG
has to basically loop through all the PMs that a user is allowed to view
before being able to order by `Topic#bumped_at`. The all inboxes was not
planned as part of the new/unread filter so we've decided not to tackle
the performance issue for the upcoming release.
Follow-up to 016efeadf6
2021-09-28 11:58:04 +08:00
Penar Musaraj
0b69675060
UX: Adjust mobile spacing for full page search ( #14450 )
2021-09-27 18:03:56 -04:00
Penar Musaraj
3e3043dbaa
UX: Add second Search button on mobile ( #14404 )
2021-09-21 13:02:00 -04:00
Penar Musaraj
dfeca42bf8
FEATURE: user/category/tag results in full page search ( #14346 )
...
See PR for details, this commit also changes the layout of the full page search.
2021-09-20 10:01:11 -04:00
Penar Musaraj
a736ff5f69
DEV: Clean up some styles ( #14374 )
2021-09-20 09:52:03 -04:00
Penar Musaraj
19b14d6ec2
UX: Fix tab groups editing layout issues on mobile ( #14329 )
2021-09-14 09:55:40 -04:00
Penar Musaraj
a03d8a147f
UX: Fix mobile styling for admin color schemes ( #14314 )
2021-09-13 13:43:57 -04:00
Penar Musaraj
33fb3b7ec8
UX: Fix date input display in iOS ( #14307 )
2021-09-10 15:13:45 -04:00
Penar Musaraj
6c7f4e15b6
FIX: Mobile nav styling ( #14309 )
2021-09-10 15:13:26 -04:00
Penar Musaraj
24e71acf3f
UX: Normalize sizing for inputs, buttons, dropdowns ( #14226 )
...
See PR for details
2021-09-09 11:01:56 -04:00
Penar Musaraj
0dab1634b0
FIX: Composer height issue in Safari on iOS 15 ( #14282 )
2021-09-08 13:35:09 -04:00
Kris
94085d0996
UX: Select-kit update alignment fixes ( #14199 )
2021-08-31 17:44:11 +02:00
Joffrey JAFFEUX
14e92bb0ea
FIX: correctly apply unusual padding to profile dropdowns ( #14172 )
2021-08-27 10:03:59 +10:00
Joffrey JAFFEUX
cb59681d86
DEV: select-kit third major update with focus on accessibility ( #13303 )
...
Major changes included:
- better support for screen readers
- trapping focus in modals
- better tabbing order in composer
- alerts on no content found/number of items found
- better autofocus in modals
- mini-tag-chooser is now a multi-select component
- each multi-select-component will now display selection on one row
2021-08-23 10:44:19 +02:00
Kris
f848f6cbb6
UX: Fix mobile PM nav for regular users ( #14007 )
2021-08-11 12:47:03 -04:00
Alan Guo Xiang Tan
016efeadf6
FEATURE: New and Unread messages for user personal messages. ( #13603 )
...
* FEATURE: New and Unread messages for user personal messages.
Co-authored-by: awesomerobot <kris.aubuchon@discourse.org>
2021-08-02 12:41:41 +08:00
Kris
00820f0fad
UX: History controls should use nav-pill styles ( #13904 )
2021-07-30 19:52:15 -04:00
Kris
aa6daeaa3e
FEATURE: New style for personal messages ( #13800 )
2021-07-21 10:41:04 -04:00
Jarek Radosz
a2425487b2
UX: Make sure there's always a margin on badges page ( #13693 )
2021-07-14 13:45:26 +08:00
Alan Guo Xiang Tan
f57d49ed01
UX: Layout issues with topic last visit line. ( #13655 )
...
Remove the calculation of width and instead switch to small action class
that automatically sets the width based on the screen size.
2021-07-07 12:40:40 +08:00
Alan Guo Xiang Tan
37b8ce79c9
FEATURE: Add last visit indication to topic view page. ( #13471 )
...
This PR also removes grey old unread bubble from the topic badges by
dropping `TopicUser#highest_seen_post_number`.
2021-07-05 14:17:31 +08:00
Andrei Prigorshnev
a2e0da16a7
FEATURE: use native file picker in composer ( #13552 )
...
We want to remove completely our custom modal for uploading files in composer and directly trigger the system file picker.
This PR makes it happen. The fix is pretty simple since we already weren't using our custom modal on mobile. We just need to start using the same hidden <input type="file"> that we already use on mobile.
It seems to be pretty tricky to test opening a system modal so I haven't added new tests. We already have other tests for file uploading though. We directly trigger jquery-File-Upload plugin hooks in those tests - 3dda926cb2/app/assets/javascripts/discourse/tests/acceptance/composer-attachment-test.js (L89)
.
2021-06-30 12:45:47 +04:00
awesomerobot
895df9c239
UX: margin improvement for mobile alerts
2021-06-25 09:18:06 +08:00
Kris
1702922a7c
UX: Fix mobile alert spacing ( #13506 )
2021-06-23 15:21:17 -04:00
Bianca Nenciu
ee87d8c93b
FEATURE: Make max number of favorite configurable ( #13480 )
...
It used to be hardcoded to 2 and now it uses max_favorite_badges site
setting. When zero, it disables favorite badges.
2021-06-22 18:58:03 +03:00