Skip to content

Commit 1cc117e

Browse files
hotlongCopilot
andcommitted
chore(crm): tidy repo + commit residual view fixes from prior session
- gitignore ephemeral verification screenshots (crm-*.png, m10-*.png, studio-*.png, page-*.png) and example-app local storage. Long-lived reference shots move to docs/screenshots/archive/. - View definitions across account / case / opportunity / lead / task drop `{TODAY()}` and `{NOW() + 4h}` template strings — the view runtime does not interpolate them, so the filters silently matched nothing. Replaced with operator-only predicates + ascending sort so the user still sees "most urgent first". - Regenerate dist/objectstack.json + src/cubes/index.ts + src/data/index.ts to match the source edits. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent efd3b9d commit 1cc117e

47 files changed

Lines changed: 171 additions & 24 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ coverage/
2828
.nyc_output/
2929
.playwright-mcp/
3030
test-results/
31+
32+
# Ephemeral screenshots from local browser-verification runs.
33+
# Long-lived screenshots belong in docs/screenshots/.
34+
/crm-*.png
35+
/crm-*.jpeg
36+
/m10-*.png
37+
/studio-*.png
38+
/page-*.png
39+
/tmp-*.png
3140
playwright-report/
3241

3342
# Temporary files
@@ -105,3 +114,4 @@ test-results/
105114
playwright/.cache/
106115
apps/cloud/artifacts/
107116
studio-crm.png
117+
examples/app-crm/storage/
104 KB
85.4 KB
114 KB
105 KB
101 KB
90.9 KB
105 KB
184 KB
190 KB

0 commit comments

Comments
 (0)