feat(app,api) add new border type glass option #1452
Annotations
8 errors and 1 warning
Typecheck app
Type 'string | null' is not assignable to type '"glass" | null'.
|
Typecheck app
Type '{ lite: true; preview: true; shadow: "rgb(0 0 0 / 40%) 0px 30px 55px"; showTab: true; component: ParentComponent<MacOsTerminalProps> | ParentComponent<BaseTerminalProps>; ... 9 more ...; showGlassReflection: false; }' is not assignable to type 'IntrinsicAttributes & DynamicProps<ParentComponent<MacOsTerminalProps> | ParentComponent<BaseTerminalProps>, (MacOsTerminalProps & { ...; }) | (BaseTerminalProps & { ...; })>'.
|
Typecheck app
Type '{ preview: true; showTab: true; shadow: "rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset"; component: ParentComponent<MacOsTerminalProps> | ParentComponent<...>; ... 9 more ...; showGlassReflection: boolean; }' is not assignable to type 'IntrinsicAttributes & DynamicProps<ParentComponent<MacOsTerminalProps> | ParentComponent<BaseTerminalProps>, (MacOsTerminalProps & { ...; }) | (BaseTerminalProps & { ...; })>'.
|
Typecheck app
Argument of type '(state: TerminalState) => { id: string; type: string; showHeader: boolean; accentVisible: boolean; shadow: string | null; background: string; textColor: string; showWatermark: boolean; showGlassReflection: boolean; opacity: number; alternativeTheme: boolean; borderType: string | null; }' is not assignable to parameter of type 'StoreSetter<TerminalState, []>'.
|
Typecheck app
Argument of type '(state: TerminalState) => { type: string; showHeader: boolean; accentVisible: boolean; shadow: string | null; background: string; textColor: string; showWatermark: boolean; showGlassReflection: boolean; opacity: number; alternativeTheme: boolean; borderType: string | null; }' is not assignable to parameter of type 'StoreSetter<TerminalState, []>'.
|
Typecheck app
Property 'borderType' is missing in type '{ opacity: number; background: string; accentVisible: boolean; alternativeTheme: boolean; shadow: string | null; showGlassReflection: boolean; type: string; showHeader: boolean; showWatermark: boolean; textColor: string; }' but required in type '{ type: string; showHeader: boolean; accentVisible: boolean; shadow: string | null; background: string; textColor: string; showWatermark: boolean; showGlassReflection: boolean; opacity: number; alternativeTheme: boolean; borderType: string | null; }'.
|
Typecheck app
Argument of type 'VersionStore | null' is not assignable to parameter of type 'VersionStore'.
|
Typecheck app
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/[email protected], actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading