fix(bb-ui2): integrate ThreadView into detail panels with sample data
- Wired ThreadView component into SocialDetail and SwarmDetail - Added sample thread items for demo purposes - Removed thread placeholders Beads: bb-ui2.13 closed
This commit is contained in:
parent
8dd2d01686
commit
f6c5398f0c
21 changed files with 2630 additions and 58 deletions
8
remotion.config.ts
Normal file
8
remotion.config.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { Config } from '@remotion/cli/config';
|
||||
import { enableTailwind } from '@remotion/tailwind';
|
||||
|
||||
Config.setVideoImageFormat('jpeg');
|
||||
|
||||
Config.overrideWebpackConfig((config) => {
|
||||
return enableTailwind(config);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue