closerdao / closer-ui

closer-ui.vercel.app
1 stars 0 forks source link

Feat Lios instance #420

Closed valieff closed 1 month ago

valieff commented 2 months ago

Set up basic instance for Lios.

Added required information that we request from client to Google doc: https://docs.google.com/document/d/1wKxr9TRMgQLgnt73Ex-RsRYutPOkmvDrn26yiwiEsaI/edit

localhost_3000_

Summary by CodeRabbit

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
foz ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 8:45am
lios ✅ Ready (Inspect) Visit Preview 💬 1 unresolved Jun 17, 2024 8:45am
moos ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 8:45am
traditionaldreamfactory ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 8:45am
coderabbitai[bot] commented 2 months ago

Walkthrough

The changes involve importing new modules, adjusting configurations, and refining CSS classes across various files. Noteworthy updates include utilizing a Google Sheet ID for FAQs in index.tsx, removing the elements property from config.ts, and enhancing styling in EventPhoto.js.

Changes

File Summary
apps/lios/pages/index.tsx - Imported Faqs and useFaqs
- Modified useConfig, added screen size state
apps/lios/config.ts - Updated platformAllowedConfigs and LOGO_HEADER path
apps/lios/next.config.js - Added webpack config for topLevelAwait experiment
packages/closer/components/EventPhoto.js Updated CSS classes for image container, enhancing styling
packages/closer/components/DiscountsEditor.js Utilizes ObjectId for generating IDs in options object
packages/closer/components/FieldsEditor.js Uses ObjectId for unique identifier generation in the component
packages/closer/components/TicketOptionsEditor.js Implemented ObjectId for generating new IDs in options
packages/closer/config.ts Removed elements property from configDescription array
packages/closer/locales/base.json Removed descriptive text about a regenerative village
packages/closer/pages/stay/index.tsx Introduced ADMIN_EMAIL, adjusted sorting based on APP_NAME, UI refinements
packages/closer/next.config.js Removed commented-out code, added webpack config for top-level await
packages/closer/package.json Added "bson": "^6.7.0" dependency
packages/closer/utils/helpers.js Updated getSample function to use ObjectId for ID generation

Poem

Code whispers change in the rabbit's ear,
Faqs dance in, configurations clear.
CSS classes shift, elements depart,
A coderabbit leaps with joy, heart to heart! 🐇💻🎩

[!NOTE]

Pull Request Summarized by CodeRabbit Free Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting

Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` 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 as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.