Commit Graph

25 Commits

Author SHA1 Message Date
Hemant Singh Bisht
48ef93f39d
fix: @W-22259678@ update stale skill name references (#301)
fix: update stale skill name references to match new naming convention

- README.md: update folder structure examples from old names
  (generating-apex, generating-custom-object, generating-flow) to new
  names (platform-apex-generate, platform-custom-object-generate,
  automation-flow-generate)
- samples/AGENT.md (b2e + b2x): update using-ui-bundle-salesforce-data
  to experience-ui-bundle-salesforce-data-access
2026-06-29 12:32:07 +05:30
svc-idee-bot
9a0712528a
chore: sync React samples from npm (#280)
Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-06-03 12:43:28 +05:30
k-j-kim
574d8dcca2
chore: sync React B2E & B2X (1.120.6) with uiBundle lockfiles and gitignore @W-21940169@ (#179)
chore: sync React B2E (1.120.6) & B2X (1.120.6) samples with lockfiles and gitignore

Add package-lock.json generation for uiBundle directories and .gitignore
writing to the sync scripts so they persist across syncs.

Co-authored-by: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com>
2026-04-08 12:00:47 -05:00
svc-idee-bot
31d4fa8b43
chore: sync React B2E (1.120.3) & B2X (1.120.3) samples from npm (#172) 2026-04-06 10:55:44 -05:00
Justin Horst
7d10760653
chore: Update native mobile app readme with detailed deployment steps (#169) W-21861732:
@W-21861732 fix: convert native mobile rental tenant app README from RTF to Markdown

The README was accidentally saved in RTF format, causing rendering
issues. Stripped RTF formatting and restored plain Markdown.

Co-authored-by: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com>
2026-04-02 10:32:58 -05:00
svc-idee-bot
813fe2343a
chore: sync React B2E (1.120.2) & B2X (1.120.2) samples from npm (#165) 2026-04-01 16:51:52 -05:00
k-j-kim
0d69b918da
fix: updating ui bundles to the latest @W-21814993@ (#156)
* fix: updating ui bundles to the latest

* fix: updating image url
2026-04-01 08:58:14 +05:30
svc-idee-bot
50dc84c62e
chore: sync React B2E (1.118.1) & B2X (1.118.1) samples from npm (#148)
Co-authored-by: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com>
2026-03-30 23:25:35 -05:00
k-j-kim
92cae58d5f
Rename webapp-template npm packages to ui-bundle-template @W-21338965@ (#135)
* chore: rename webapp-template packages to ui-bundle-template

* chore: sync React b2e and b2x samples from npm @1.117.3

* chore: rename sample folders to match ui-bundle-template package names

* chore: sync React b2e and b2x samples from npm @1.117.5

* chore: remove accidental trace.md from b2e sample

* chore: keep old webapp-template sample directories alongside new ui-bundle-template ones

* chore: revert component.md change from skills/generating-webapplication-ui

* chore: update ui-bundle-template sample versions to 1.117.5
2026-03-30 15:50:18 -05:00
Haifeng Li
e125e92ae5
W-21672186: Migrate mobile rental app to data providers and design tokens (#132)
* W-21672186: Migrate mobile rental app to data providers and design tokens

* Update rental app home screen to use CamaDataService

Replace PortalService with CamaDataService and remove cama_dev namespace for all data providers in the home screen.

---------

Co-authored-by: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com>
2026-03-30 14:08:10 -05:00
k-j-kim
7018d49e26
fix: correct .gitignore to track sample lib/ folders @W-21361802@ (#119)
fix: use glob pattern in .gitignore to track sample lib/ folders

The lib/ negation rules had incorrect webapp folder names
(appreactsampleb2e/appreactsampleb2x instead of
propertymanagementapp/propertyrentalapp), causing the sample lib/
directories to remain git-ignored. Replaced with a simpler
!samples/**/lib/ glob that is resilient to future name changes.

Made-with: Cursor
2026-03-27 10:57:57 +05:30
svc-idee-bot
1624c21a5f
chore: sync React B2E (1.116.6) & B2X (1.116.6) samples from npm (#114) 2026-03-26 12:07:03 -05:00
svc-idee-bot
768aa1e783
chore: sync React B2E (1.112.10) & B2X (1.112.10) samples from npm (#103)
Co-authored-by: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com>
2026-03-25 12:48:51 -05:00
Haifeng Li
18e9c24e21
@W-21672186: Update rentalApp metadata to latest version (#96)
* @W-21672186@ Update rentalApp metadata to latest version

Replace rentalApp digital experience folder with latest version:
- Rename app from Homestead to RentalApp
- Update login URL to use HTTPS
- Replace home screen with new homeScreen
- Add experience container definition
- Reformat language settings

* @W-21672186@ Fix radiusBorderCircle type from string to number

* @W-21672186@ Sync rentalApp screens with source of truth

- Rename calendar screen to calendarScreen
- Update homeScreen target and id to match source
2026-03-24 09:54:08 -04:00
k-j-kim
2e1cdf8131
feat: sync React B2E (1.112.7) & B2X (1.112.7) samples from npm @W-21361802@ (#98)
chore: sync React B2E (1.112.7) & B2X (1.112.7) samples from npm

- Bump template dependencies to 1.112.7
- Run sync-react-b2e-sample and sync-react-b2x-sample
- Add .gitignore unignore rules so src/lib directories are tracked

Made-with: Cursor
2026-03-23 22:49:56 -07:00
k-j-kim
c0ebed377d
chore: final clean up of webapps @W-21338965@ (#95)
chore: final clean up of webapps
2026-03-23 15:44:31 -07:00
svc-idee-bot
74ba11f45f
chore: sync React B2E (1.112.5) & B2X (1.112.5) samples from npm (#85)
Co-authored-by: Mohan Raj Rajamanickam <1509984+mohanraj-r@users.noreply.github.com>
2026-03-23 15:12:03 -07:00
Lesya Turanscaia
03e2d0dd82
@W-21710292 fix: remove leading forward slash restriction from webapp path safety (#92)
* fix: removing the validation for the leading forward slash

* fix: remove leading forward slash restriction from webapp path safety

Made-with: Cursor
2026-03-23 12:45:43 -07:00
Haifeng Li
d69306bd89
@W-21672186: Update native mobile rental tenant app sample (#84)
* @W-21672186@ Update native mobile rental tenant app sample

Replace screen definitions (homeScreen, propertiesScreen, tenantsScreen)
with updated screens (home, calendar). Remove experience__camaECDefinition,
add sfdc_cms__languageSettings, and update app metadata and build metadata.

* @W-21672186@ Revert app metadata URL to generic login endpoint
2026-03-23 13:53:19 -04:00
Haifeng Li
c3ebc04836
W-21164311: rename screen to screenAPIName in sample app metadata (#64)
chore: rename screen to screenAPIName in sample app metadata

Align sample app metadata with cama-app-metadata schema change (PR #14).
The screen key in tabs is now screenAPIName, reflecting that screen
metadata is delivered by the Delivery API using unique identifiers.
2026-03-20 12:57:58 -04:00
svc-idee-bot
58ff5530ae
chore: sync React B2E (1.107.0) & B2X (1.107.0) samples from npm (#65) 2026-03-17 22:59:19 -05: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
svc-idee-bot
667fe6fa5c chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
Gordon Bockus
6bcf823901
chore: add b2e to GHA flow 2026-03-02 14:05:26 -06:00
Gordon Bockus
ce615bf036
feat: add first pass at b2e sample 2026-02-27 14:56:57 -06:00