https://github.com/lee-dohm/discourse-assigned-tab
Places a tab in the topics list called "Assigned" that shows the topics that are assigned to the current user
https://github.com/lee-dohm/discourse-assigned-tab
discourse theme theme-component
Last synced: 5 months ago
JSON representation
Places a tab in the topics list called "Assigned" that shows the topics that are assigned to the current user
- Host: GitHub
- URL: https://github.com/lee-dohm/discourse-assigned-tab
- Owner: lee-dohm
- License: mit
- Created: 2020-10-28T21:04:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-20T19:05:16.000Z (over 5 years ago)
- Last Synced: 2026-01-14T12:32:58.280Z (6 months ago)
- Topics: discourse, theme, theme-component
- Language: HTML
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Discourse Assigned Tab
A Discourse theme component that places a tab in the topics list called "Assigned" that shows the topics that are assigned to the current user.
> **Note:** Since the way we've configured the [discourse-assign plugin][discourse-assign] is that it is visible to staff only, the added "Assigned" topic list tab is also only visible to staff.
[discourse-assign]: https://meta.discourse.org/t/discourse-assign/58044
## Installation
1. Navigate to `https://example.com/admin/customize/themes` where `example.com` is the hostname of your Discourse installation
1. Click the "Install" button
1. Click the "From a git repository" tab
1. Enter https://github.com/lee-dohm/discourse-assigned-tab into the text box
1. Click "Install"
## License
[MIT](LICENSE.md)