Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various improvements #1551

Merged
merged 13 commits into from
Oct 10, 2024
Merged

Various improvements #1551

merged 13 commits into from
Oct 10, 2024

Conversation

frankrousseau
Copy link
Contributor

Problem

  • There is no way to set the difficulty of a task
  • Depending on project configuration, the publish tab should be displayed by default to artists
  • We can't know who is the author of a shared filter.
  • It's not possible to set the Kitsu as dark by default for every one.
  • Notifications are missing filters and could be neater.

Solution

  • Add a difficulty field to tasks.
  • Add a setting to show the publish tab by default for the artists.
  • Add a title to show the author of a shared filter.
  • Add a setting to set the dark theme as default.
  • Add read / unread and watching / is not watching filters to the notification page.
  • In notifications, show only main information by default and show comments on the selection or in show comments mode.
  • Allow to mark notifications as read/unread and do not mark them as read automatically.

})
},

computed: {
...mapGetters([
'currentProduction',
Copy link
Member

@NicoPennec NicoPennec Oct 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The currentProduction value may be incorrect on global pages (My Tasks, My Checks, News Feed, ...).

You can use this.productionMap.get(task.project_id) to retrieve the production of the current task.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx. It's fixed.

@frankrousseau frankrousseau merged commit 16eb167 into cgwire:master Oct 10, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants