mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
fixed sizing issue on today's date
This commit is contained in:
@@ -89,7 +89,7 @@ function Calendar({
|
|||||||
range_start: cn("bg-accent", defaultClassNames.range_start),
|
range_start: cn("bg-accent", defaultClassNames.range_start),
|
||||||
range_middle: cn(defaultClassNames.range_middle),
|
range_middle: cn(defaultClassNames.range_middle),
|
||||||
range_end: cn("bg-accent", defaultClassNames.range_end),
|
range_end: cn("bg-accent", defaultClassNames.range_end),
|
||||||
today: cn("border border-dashed ", defaultClassNames.today),
|
today: cn("border border-dashed -m-px", defaultClassNames.today),
|
||||||
outside: cn(
|
outside: cn(
|
||||||
"text-muted-foreground aria-selected:text-muted-foreground",
|
"text-muted-foreground aria-selected:text-muted-foreground",
|
||||||
defaultClassNames.outside,
|
defaultClassNames.outside,
|
||||||
|
|||||||
2
todo.md
2
todo.md
@@ -5,8 +5,6 @@
|
|||||||
- sprints
|
- sprints
|
||||||
- timeline display
|
- timeline display
|
||||||
- display sprints
|
- display sprints
|
||||||
- calendar
|
|
||||||
- make today's date's border inside, or come up with another solution. different months are different DOM sizes because of this
|
|
||||||
- add toasts app-wide
|
- add toasts app-wide
|
||||||
- for almost every network interaction that is user prompted
|
- for almost every network interaction that is user prompted
|
||||||
- the interface feels snappy but sometimes it's hard to tell if your changes are volatile or saved
|
- the interface feels snappy but sometimes it's hard to tell if your changes are volatile or saved
|
||||||
|
|||||||
Reference in New Issue
Block a user