mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 05:05:15 +08:00
e1eb5fb9b3
* This PR changes the user activity bookmarks stream to show a new list of bookmarks based on the Bookmark record. * If a bookmark has a name or reminder it will be shown as metadata above the topic title in the list * The categories, tags, topic status, and assigned show for each bookmarked post based on the post topic * Bookmarks can be deleted from the [...] menu in the list * As well as this, the list of bookmarks from the quick access panel is now drawn from the Bookmarks table for a user: * All of this new functionality is gated behind the enable_bookmarks_with_reminders site setting The /bookmarks/ route now redirects directly to /user/:username/activity/bookmarks-with-reminders * The structure of the Ember for the list of bookmarks is not ideal, this is an MVP PR so we can start testing this functionality internally. There is a little repeated code from topic.js.es6. There is an ongoing effort to start standardizing these lists that will be addressed in future PRs. * This PR also fixes issues with feature detection for at_desktop bookmark reminders |
||
---|---|---|
.. | ||
badges.scss | ||
banner.scss | ||
bookmark-list-item.scss | ||
bookmark-modal.scss | ||
buttons.scss | ||
conditional-loading-section.scss | ||
convert-to-public-topic-modal.scss | ||
date-input.scss | ||
date-picker.scss | ||
date-time-input-range.scss | ||
date-time-input.scss | ||
footer-nav.scss | ||
group-member-dropdown.scss | ||
groups-form-membership-fields.scss | ||
hashtag.scss | ||
iframed-html.scss | ||
ignored-user-list.scss | ||
keyboard_shortcuts.scss | ||
navs.scss | ||
share-and-invite-modal.scss | ||
svg.scss | ||
tap-tile.scss | ||
time-input.scss | ||
user-card.scss | ||
user-info.scss | ||
user-stream-item.scss | ||
user-stream.scss |