discourse/app/assets/stylesheets/desktop
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
..
components FEATURE: Featured topic for user profile & card (#8461) 2019-12-09 11:15:47 -08:00
admin_customize.scss UX: Editing theme name stays active when switching themes. 2019-04-23 14:57:14 +08:00
alert.scss Fix mobile styling 2015-09-01 16:49:45 -07:00
banner.scss FIX: banner topic's max-width & max-height on both mobile & desktop 2014-08-28 16:15:48 +02:00
category-list.scss Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
compose.scss DEV: Move some autocomplete input styling to SCSS (#8381) 2019-11-20 12:32:00 -05:00
discourse.scss UX: applies correct background to <select> on dark themes (#8234) 2019-10-23 17:10:10 +02:00
group.scss UX: More consistent table header styles, removing duplicate styles 2019-02-26 21:40:17 -05:00
header.scss UX: better alignment for tags in the header (#8047) 2019-08-28 18:18:27 +10:00
history.scss UX: rearrange controls in edit modals 2019-07-15 13:44:44 -04:00
latest-topic-list.scss FIX: IE11 layout glitches 2019-01-21 13:40:55 -05:00
login.scss UX: Increase fade on long sign-up form content for more evident scroll 2019-11-21 14:43:20 -05:00
menu-panel.scss FIX: ensure menu not too tall on desktop only 2019-11-03 18:47:53 -05:00
modal.scss UX: Better composer hyperlink modal (#8160) 2019-10-08 16:19:07 -04:00
topic-list.scss UX: Adds +n indicator in PM topic list (#8353) 2019-11-14 14:14:23 -05:00
topic-post.scss Improving bookmarks part 1 (#8466) 2019-12-11 14:04:02 +10:00
topic.scss FEATURE: opt-in guidance on topics for users without access (#7852) 2019-07-04 10:12:39 +02:00
upload.scss UX: Fix profile image upload control spacing on mobile 2019-07-18 11:36:24 -04:00
user.scss Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00