Commit graph

10 commits

Author SHA1 Message Date
Phil Hughes
9830f9a23b Updated subscribe icon 2016-06-09 17:19:14 +01:00
Phil Hughes
beaee0a71f Fixed issue with failing tests 2016-04-12 15:54:26 +01:00
Phil Hughes
02cfff4623 Removed references to subscribe-button CSS class
These were being blocked by adblocks

Closes #15043
2016-04-12 13:35:06 +01:00
Arinde Eniola
ffe2f8e679 fix the failing tests and some changes 2016-04-06 20:27:30 +01:00
Arinde Eniola
8d28f94e7b finish up the design and add info to the changelog 2016-04-06 20:27:30 +01:00
Rémy Coutable
54ec7e9599 Improving the original label-subscribing implementation
1. Make the "subscribed" text in Issuable sidebar reflect the labels
   subscription status

2. Current user mut be logged-in to toggle issue/MR/label subscription
2016-03-15 18:22:02 +01:00
Timothy Andrew
0444fa560a Original implementation to allow users to subscribe to labels
1. Allow subscribing (the current user) to a label

- Refactor the `Subscription` coffeescript class
  - The main change is that it accepts a container, and conducts all
    DOM queries within its scope. We need this because the labels
    page has multiple instances of `Subscription` on the same page.

2. Creating an issue or MR with labels notifies users subscribed to those labels

- Label `has_many` subscribers through subscriptions.

3. Adding a label to an issue or MR notifies users subscribed to those labels

- This only applies to subscribers of the label that has just been
  added, not all labels for the issue.
2016-03-15 17:25:37 +01:00
Valery Sizov
22fcb2f418 improve UI 2015-03-17 17:11:57 +02:00
Valery Sizov
1b437ec349 tests 2015-03-16 21:38:41 +02:00
Valery Sizov
9698b36c1c Subscription 2015-03-15 19:44:59 +02:00