-
Notifications
You must be signed in to change notification settings - Fork 8
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(global): add quarterly closure #305
Conversation
3dcd42d
to
ba9b42d
Compare
dadb348
to
ceee6dc
Compare
Regarding the UI: |
ceee6dc
to
69341d5
Compare
@service intl; | ||
|
||
get disabledButton() { | ||
return ![620, 630, 650, 651, 663, 665].includes( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe replace with constants
import { helper } from "@ember/component/helper"; | ||
import { DateTime } from "luxon"; | ||
|
||
const currentQuarter = function isUnset([format = "q/yyyy"]) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should display quarter being worked on, not by date
1a631ce
to
8b38d95
Compare
8b38d95
to
4238acc
Compare
🎉 This PR is included in version 5.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.