Natalie Tay
1ac2dfbae2
FEATURE: Add assign note ( #326 )
2022-05-05 13:21:14 +08:00
Jordan Vidrine
d8d2dc950a
UX: Additional refactor for topic-list prep ( #310 )
2022-03-23 10:42:55 -05:00
Jordan Vidrine
8c382b02c1
UX: Topic list refactor ( #299 )
2022-03-09 16:46:10 -06:00
Krzysztof Kotlarek
594dad6b83
FEATURE: holiday icon for suggestions ( #278 )
...
When user is on holiday, mark avatar with calendar icon.
In this case, urgent topics can be assigned to an available team member.
2022-01-17 09:10:08 +11:00
Jordan Vidrine
a9a427150e
FIX: Adjust mobile list for recent topic list changes ( #257 )
2021-11-23 17:47:31 -06:00
janzenisaac
54bd6bd2c3
UX: Update reassign dropdown styles ( #242 )
...
- Make drop down options regular font weight
- Add icon to drop down options
2021-11-15 10:47:29 -06:00
janzenisaac
98103586b2
FEATURE: Reassign workflow ( #231 )
...
Build a new workflow that adds a dropdown in place of the old assign button with the ability to
Re-assign a new user / group to an assigned topic
Re-assign yourself to an assigned topic
Unassign a user / group from an assigned topic
2021-11-12 10:09:47 -06:00
Krzysztof Kotlarek
a4b1847eff
FEATURE: display indirect assignments in the first post ( #227 )
...
A link in the first post will allow going to a specific post assigned to a user or group.
2021-11-03 10:35:10 +11:00
Krzysztof Kotlarek
c396605d2f
FEATURE: assign to post ( #224 )
...
Ability to assign an individual post to a user or group
2021-11-01 09:27:13 +11:00
Penar Musaraj
74b9f3d22c
UX: Fix input styling in group assignments page ( #213 )
2021-09-21 14:25:01 -04:00
Penar Musaraj
86a2b1d574
UX: Fix input alignment following core changes ( #200 )
2021-09-14 09:41:08 -04:00
Krzysztof Kotlarek
62d87f0084
FEATURE: better UI for group assignments ( #197 )
...
On the group assignment page, we should be able to display
- all topics assigned to that group + to user belonging to that group
- all topics assigned directly to group
- all topics assigned to individual user
2021-09-09 12:18:18 +10:00
Jarek Radosz
d807491df2
FEATURE: Assign to group ( #182 )
...
Ability to assign groups.
To assign group, user must have a right to send a message to that group.
In addition, 2 jobs were introduced, - AssignNotification and UnassignNotification to inform interested users in the background about the new assignment.
2021-08-27 09:25:38 +10:00
Penar Musaraj
6ae6d576c4
DEV: Remove SCSS color vars fallbacks ( #159 )
2021-05-12 08:55:32 -04:00
Osama Sayegh
b1b8c94f56
DEV: Migrate from {{user-selector}} to {{email-group-user-chooser}} ( #146 )
2021-02-15 12:34:55 +03:00
Kris
ea0ac1a7fc
Adjust button padding to account for avatar ( #139 )
...
Follow up to f7bb92b
2021-01-28 10:27:54 -05:00
Kris
f7bb92bf51
UX: update button padding for core button update ( #138 )
2021-01-27 16:46:37 -05:00
Joe
55ceec2ac3
UX: adds margins to assign tag in composer-popup ( #119 )
...
This PR adds some margins to the assign tags in the composer-popup.
Before
<img src="https://user-images.githubusercontent.com/33972521/100543762-02948f00-328d-11eb-8147-3cc5d53eaf72.png " width=500>
After
<img src="https://user-images.githubusercontent.com/33972521/100543767-09230680-328d-11eb-98e5-278d96623b37.png " width=500>
2020-11-30 01:13:56 +08:00
Ahmed Gagan
2fad129af5
UX: Ensure equal margin around topic search box ( #106 )
2020-08-21 14:39:18 +01:00
David Taylor
83ff23c98e
UX: Ensure bottom of usernames/names are never cut off
2020-08-13 17:00:50 +01:00
David Taylor
18284b9a2e
UX: Update group assigned user dropdown styling for mobile
2020-08-13 01:58:46 +01:00
David Taylor
4091211198
UX: New layout for group assigned user sidebar
2020-08-13 01:23:08 +01:00
David Taylor
17bf41e775
UX: Align user and topic search boxes
2020-08-13 00:01:14 +01:00
Ahmed Gagan
f250dca93f
FEATURE: Allow filtering users in group assigned tab ( #95 )
2020-08-12 23:39:14 +01:00
Ahmed Gagan
050143960c
FEATURE: Link user card from assigned list avatar ( #93 )
2020-08-05 12:19:20 +01:00
Penar Musaraj
36adc0b14c
DEV: Switch to CSS custom properties for colors in scss
...
Preparing the plugin for an upcoming core change. Note that this change
is backwards-compatible.
2020-08-03 12:57:55 -04:00
Kris
26682ccec4
UX: Improving styling so names/usernames fit better ( #86 )
2020-07-23 13:13:55 +01:00
Jarek Radosz
bc6669150d
FIX: Don't set assign button's height ( #71 )
...
"we can't use flex for buttons yet" – now we can, and we do! e71f5e8951
Fixes an issue with assign button height in some themes.
2020-07-03 12:33:59 +02:00
jjaffeux
e71bca3bff
FIX: removes css hack
2020-05-22 17:03:12 +02:00
jjaffeux
cddc0a2eb5
UX: displays avatar instead of icon on desktop
2020-05-19 10:51:20 +02:00
jjaffeux
88f0c37702
FIX: remove icon size height, as it impacts other buttons indirectly
2020-05-13 22:48:59 +02:00
jjaffeux
8b7f89823d
UX: improves assignee display on button and dropdown
...
- Changes the title attribute to display the name of the assignee
- Displays the assignee’s username in the row when on mobile view
- Tweaks positioning to attempt good alignment
- Slightly increases icon size to have visually the same size than other topic footer buttons icons
2020-05-12 15:49:13 +02:00
jjaffeux
c271178f73
UX: keeps showing icon for more consistency
2020-05-12 09:30:44 +02:00
jjaffeux
2123cfc40e
UX: slightly better alignement of the avatar img
2020-05-12 09:02:55 +02:00
Joffrey JAFFEUX
af11fdca47
FEATURE: displays assignee avatar in button and dropdown ( #66 )
2020-05-11 19:02:22 +02:00
Roman Rizzi
2f5af6e2cb
FIX: Add a custom mobile view for the assigned-topics-list ( #33 )
2019-05-09 10:53:45 +10:00
Régis Hanol
578a7f7b70
UX: slightly more space right to the PM icon
2019-05-07 09:55:22 +02:00
Roman Rizzi
e3b2e5bdb6
FEATURE: Display PMs in assigned activity and differentiate them. ( #27 )
...
* FEATURE: Display PMs in assigned activity and differentiate them.
* FEATURE: Unassign/Re-assign tasks from the activity view
* Remove bulkAssign. Reuse assign/unassign with a service. Change PM icon position
* Reuse ListItemDefaults instead of duplicating code.
* Conditionally show/hide feature if list items defaults is present in core
2019-05-07 16:30:47 +10:00
Kris
4625108888
FIX: class for wrapper changed
2019-04-19 13:57:09 -04:00
David Taylor
519effe056
DEV: Apply prettier
2018-10-22 19:49:32 +01:00
Kris
11012a7fbd
Padding needs to be more specific
2018-10-18 18:03:11 -04:00
Kris
edd17c6496
Post alignment update
2018-10-16 13:46:37 -04:00
Kris
7c8ce7d1b3
Slight margin reduction
2018-08-08 22:53:32 -04:00
Guo Xiang Tan
e1c7869969
UX: Add margin to assign-controls on mobile.
2018-05-24 14:44:13 +08:00
Guo Xiang Tan
22108df6be
FEATURE: Display link with count to user's assigned messages page.
2018-05-23 18:16:36 +08:00
Robin Ward
754209ce58
Add "Unassign All" button to user's assigned topics view
2018-05-04 13:41:04 -04:00
Robin Ward
856c5a5435
FEATURE: Add ability to claim topics on flagged topics page
2017-09-25 12:22:38 -04:00
Robin Ward
7ca73b293a
FEATURE: Add ability to claim topics on flagged topics page
2017-09-08 15:31:02 -04:00
Sam
11242a6fd0
fiddle with styling
2017-03-08 16:13:15 -05:00
Sam
bfdffdca83
FEATURE: easy assign list
2017-03-08 15:55:07 -05:00