k-j-kim
|
445ac2f126
|
Rename webapp/webapplication to UI bundle across the codebase
Directory renames: webapplications/ → uiBundles/, samples dirs drop -experimental suffix
File renames: *.webapplication-meta.xml → *.uibundle-meta.xml, webapplication.json → ui-bundle.json
XML metadata: <WebApplication> → <UIBundle>
NPM packages: @salesforce/webapp-* → @salesforce/ui-bundle-*
Skill names: *-webapplication-* → *-salesforce-ui-bundle-*
CLI references: sf webapp → sf ui-bundle
Source code: function/variable/type names, import paths, string literals updated
ESLint config: Added .worktrees/** to ignores
CHANGELOG repo URLs preserved
|
2026-03-27 17:54:18 -07:00 |
|
Justin Horst
|
eb5662a707
|
@ W-21164311 Mobile sample app (#39)
* Add native-mobile-rental-tenant-app sample
Made-with: Cursor
* Add digitalExperiences metadata to native-mobile-rental-tenant-app
- Vibes app metadata (rental_app_metadata): tabs, theme, toolbar
- Vibes screens: Home, Tenants, Properties with MCF/SharedUI components
- Update README and samples docs
Made-with: Cursor
* Update digitalExperiences to CAMA format from cama-mcp-server
- Replace Vibes format (rental_app, vibesAppMetadata, vibesScreen) with CAMA format (rentalApp, camaAppMetadata, camaScreen)
- Add camaBuildMetadata, camaECDefinition
- Add rentalApp.digitalExperience-meta.xml
- Source: khawkins/cama-mcp-server branch apply_metadata_updates
- Update README and samples docs
Made-with: Cursor
* update readme
|
2026-03-12 10:46:22 -05:00 |
|