chore(clock): rewrite the clock app so that it will not use Vue#579
chore(clock): rewrite the clock app so that it will not use Vue#579nicomiguelino wants to merge 8 commits intomasterfrom
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
- Update build configuration to output to dist directory - Configure CSS to be generated alongside JavaScript - Update HTML asset references to use dist directory - Update .gitignore to remove static directory artifacts
|
I'll be closing this pull request in favor of #616. |
PR Type
Enhancement, Tests, Documentation
Description
Add new TypeScript Edge App skeleton
Implement settings-based message rendering
Include unit test with Screenly mocks
Add config, build, and styling assets
Diagram Walkthrough
File Walkthrough
1 files
Add unit test using Screenly mocks3 files
Implement message rendering and readiness signalAdd responsive themed styling for message cardProvide minimal HTML shell and script hooks5 files
Ignore node_modules in app directoryAdd Prettier formatting configurationDefine scripts, deps, and dev workflowDeclare app manifest and message settingConfigure TypeScript compiler options1 files
Document setup, config, deploy, and testing