-
Notifications
You must be signed in to change notification settings - Fork 12
chore(clock): rewrite the clock app so that it will not use Vue #579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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
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