discourse/app/assets/stylesheets/common/components
Martin Brennan 6261339da9
Improving bookmarks part 1 (#8466)
Note: All of this functionality is hidden behind a hidden, default false, site setting called `enable_bookmarks_with_reminders`. Also, any feedback on Ember code would be greatly appreciated!

This is part 1 of the bookmark improvements. The next PR will address the backend logic to send reminder notifications for bookmarked posts to users. This PR adds the following functionality:

* We are adding a new `bookmarks` table and `Bookmark` model to make the bookmarks a first-class citizen and to allow attaching reminders to them.
* Posts now have a new button in their actions menu that has the icon of an actual book
* Clicking the button opens the new bookmark modal.
* Both name and the reminder type are optional.
* If you close the modal without doing anything, the bookmark is saved with no reminder.
* If you click the Cancel button, no bookmark is saved at all.
* All of the reminder type tiles are dynamic and the times they show will be based on your user timezone set in your profile (this should already be set for you).
* If for some reason a user does not have their timezone set they will not be able to set a reminder, but they will still be able to create a bookmark.
* A bookmark can be deleted by clicking on the book icon again which will be red if the post is bookmarked.

This PR does NOT do anything to migrate or change existing bookmarks in the form of `PostActions`, the two features live side-by-side here. Also this does nothing to the topic bookmarking.
2019-12-11 14:04:02 +10:00
..
badges.scss UX: Inherit badge icon color 2019-03-25 09:29:38 -04:00
banner.scss UX: Better close button positioning in alerts, some cleanup 2019-04-05 16:21:16 -04:00
bookmark-modal.scss Improving bookmarks part 1 (#8466) 2019-12-11 14:04:02 +10:00
buttons.scss FIX: make notification consent banner usable via keyboard and screenreader (#8255) 2019-10-31 15:36:24 -04:00
conditional-loading-section.scss UX: makes reports fade in when loading is done (#6440) 2018-10-02 09:20:04 +02:00
convert-to-public-topic-modal.scss FEATURE: Allow choice of category when making a PM public (#7907) 2019-07-19 11:52:50 -04:00
date-input.scss FEATURE: new date/time components (#7898) 2019-07-18 17:29:41 +02:00
date-picker.scss UX: general cleanup of inputs, buttons and select elements - part 1 2018-09-19 20:37:04 +08:00
date-time-input-range.scss FEATURE: new date/time components (#7898) 2019-07-18 17:29:41 +02:00
date-time-input.scss FEATURE: new date/time components (#7898) 2019-07-18 17:29:41 +02:00
footer-nav.scss FIX: Show composer above DiscourseHub app nav on iPad 2019-10-02 14:13:33 -04:00
group-member-dropdown.scss Replace deprecated dropdown-button with DropdownSelectBoxComponent (#6451) 2018-10-05 09:48:17 -04:00
groups-form-membership-fields.scss UX: Make group membership UI clearer (#8210) 2019-10-17 18:05:42 +01:00
hashtag.scss DEV: adds prettier (#5956) 2018-06-08 11:49:31 +02:00
ignored-user-list.scss UX: remove confusing border on ignored users list 2019-07-31 17:39:28 +02:00
keyboard_shortcuts.scss Refactor keyboard shortcuts modal to fix RTL locales (#7545) 2019-05-21 06:39:32 +03:00
navs.scss Target active nav pill with single style 2019-03-07 13:21:42 -05:00
share-and-invite-modal.scss FIX: share-and-invite modal was too narrow (#7559) 2019-05-16 14:37:19 +02:00
svg.scss FIX: Limit previous IE SVG click event fix 2018-12-28 10:18:53 -05:00
tap-tile.scss Improving bookmarks part 1 (#8466) 2019-12-11 14:04:02 +10:00
time-input.scss FEATURE: new date/time components (#7898) 2019-07-18 17:29:41 +02:00
user-card.scss FEATURE: Featured topic for user profile & card (#8461) 2019-12-09 11:15:47 -08:00
user-info.scss Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
user-stream-item.scss Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
user-stream.scss FIX: Fixed deleted posts layout (#7348) 2019-04-10 19:00:39 +02:00