Skip to content

Commit

Permalink
feat(website): drop layer feature from website (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashgear authored Aug 27, 2024
1 parent c30f788 commit 9315bce
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 300 deletions.
43 changes: 0 additions & 43 deletions app/screens/layers/[mode]/page.tsx

This file was deleted.

161 changes: 0 additions & 161 deletions app/templates/layers/layers/page.tsx

This file was deleted.

59 changes: 0 additions & 59 deletions src/app/LayerByMode.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/app/types/layerMode.types.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/app/types/template.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {SpotlightNewSponsornProps} from '../../../remotion/compositions/template
import {TalkProps} from '../../../remotion/compositions/templates/talk/Talk';
import {TalkBrandedSchema} from '../../../remotion/compositions/templates/talk/talks.types';
import {DefaultProps} from '../../../remotion/types/defaultProps.types';
import {LayerByModeProps} from '../LayerByMode';

export type DefaultPropsTypes =
| {[key: string]: string | undefined}
Expand All @@ -21,7 +20,6 @@ export type DefaultPropsTypes =
| AlpesCraftProps
| VolcampProps
| CampingDesSpeakersProps
| LayerByModeProps
| SponsorProps
| z.infer<typeof SponsorSchema>
| SilhouetteProps
Expand All @@ -35,7 +33,6 @@ export type TemplateTypes =
| React.FC<AlpesCraftProps>
| React.FC<VolcampProps>
| React.FC<CampingDesSpeakersProps>
| React.FC<LayerByModeProps>
| React.FC<SponsorProps>
| React.FC<z.infer<typeof SponsorSchema>>
| React.FC<SpotlightNewSponsornProps>
Expand Down
2 changes: 0 additions & 2 deletions src/data/config/compositionsConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {DefaultProps} from '../../../remotion/types/defaultProps.types';
import {TemplateTypes} from '../../app/types/template.types';

import {EventConfig} from './templates/eventConfig';
import {LayersConfig} from './templates/layersConfig';
import {MeetupConfig} from './templates/meetupConfig';
import {SilhouetteConfig} from './templates/silhouetteConfig';
import {
Expand Down Expand Up @@ -37,7 +36,6 @@ export const CompositionsConfig: CompositionsConfigProps = {
templates: {
Talk: TalkConfig,
TalkBranded: TalkBrandedConfig,
Layers: LayersConfig,
Sponsor: SponsorConfig,
SpotlightNewSponsor: SpotlightNewSponsorConfig,
Event: EventConfig,
Expand Down
10 changes: 0 additions & 10 deletions src/data/config/sideBarConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ export const sideBarNavConfig: sideBarNavProps = {
},
],
},
{
categoryName: 'layers',
items: [
{
compositionName: 'Layers',
compositionId: 'Layers',
compositionLink: 'layers',
},
],
},
{
categoryName: 'meetups',
items: [
Expand Down
21 changes: 0 additions & 21 deletions src/data/config/templates/layersConfig.ts

This file was deleted.

0 comments on commit 9315bce

Please sign in to comment.