mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
chore: assign todos (#7297)
This commit is contained in:
@@ -48,7 +48,7 @@ export const inputStyle = style({
|
||||
});
|
||||
export const popperStyle = style({
|
||||
boxShadow: cssVar('shadow2'),
|
||||
// TODO: for menu offset, need to be optimized
|
||||
// TODO(@catsjuice): for menu offset, need to be optimized
|
||||
marginTop: '16px',
|
||||
background: cssVar('backgroundOverlayPanelColor'),
|
||||
borderRadius: '12px',
|
||||
|
||||
@@ -29,7 +29,7 @@ export interface WeekDatePickerProps
|
||||
handleRef?: ForwardedRef<WeekDatePickerHandle>;
|
||||
}
|
||||
|
||||
// TODO: i18n
|
||||
// TODO(catsjuice): i18n
|
||||
const weekDays = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'];
|
||||
// const weekDays = ['日', '一', '二', '三', '四', '五', '六'];
|
||||
const format = 'YYYY-MM-DD';
|
||||
|
||||
Reference in New Issue
Block a user