Added Meet the team page#53
Conversation
## Walkthrough
The 'whitespace-widget' module was added to the modules configuration within the createAposConfig function in website/app.js. This change registers the widget for use in the ApostropheCMS instance. No other logic, error handling, or control flow was modified.
## Changes
| File(s) | Change Summary |
|----------------|-------------------------------------------------------|
| website/app.js | Added 'whitespace-widget' to the modules configuration |
## Possibly related PRs
- speedandfunction/website#36: Adds the 'whitespace-widget' module to the modules configuration in website/app.js, directly related to this PR.
## Suggested reviewers
- killev📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (4)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
website/app.js (1)
56-57: Consider alphabetizing custom widgets for readabilityThe custom widgets list is growing. Sorting these entries alphabetically (or grouping by feature/domain) can make it easier to scan and maintain this configuration block as you add more widgets.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
export/meet-the-team.csvis excluded by!**/*.csv
📒 Files selected for processing (1)
website/app.js(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: unit-tests
- GitHub Check: e2e-tests
- GitHub Check: security-scan
|



Added Meet the team page