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

feat: Add created date to EditTask modal #1745

Merged

Conversation

vanadium23
Copy link
Contributor

Description

Add read only span of created date to EditTask modal.

Motivation and Context

Closes #1742.

How has this been tested?

Only via manual testing, with switch on/off settings.

Screenshots (if appropriate)

Pasted image 20230309201601
Pasted image 20230309201538

Types of changes

Changes visible to users:

  • Bug fix (prefix: fix - non-breaking change which fixes an issue)
  • New feature (prefix: feat - non-breaking change which adds functionality)
  • Breaking change (prefix: feat!! or fix!! - fix or feature that would cause existing functionality to not work as expected)
  • Documentation (prefix: docs - improvements to any documentation content)
  • Sample vault (prefix: vault - improvements to the Tasks-Demo sample vault)

Internal changes:

  • Refactor (prefix: refactor - non-breaking change which only improves the design or structure of existing code, and making no changes to its external behaviour)
  • Tests (prefix: test - additions and improvements to unit tests and the smoke tests)
  • Infrastructure (prefix: chore - examples include GitHub Actions, issue templates)

Checklist

Terms

@claremacrae claremacrae added scope: task dates and times Requests for enhancements to types and formats of dates and times associated with tasks scope: user interface Changes to parts of UI other the Edit task modal. See also "scope: edit task" labels Mar 9, 2023
Copy link
Collaborator

@claremacrae claremacrae left a comment

Choose a reason for hiding this comment

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

I tested this and it worked fine, and adjusted the layout correctly if I made the window really narrow.

src/ui/EditTask.svelte Show resolved Hide resolved
@claremacrae claremacrae merged commit 180870e into obsidian-tasks-group:main Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: task dates and times Requests for enhancements to types and formats of dates and times associated with tasks scope: user interface Changes to parts of UI other the Edit task modal. See also "scope: edit task"
Projects
Status: 🎉 Released
Development

Successfully merging this pull request may close these issues.

Show the created date in the Create or Edit Task modal
2 participants