Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online editor #596

Merged
merged 5 commits into from
Apr 26, 2024
Merged

Online editor #596

merged 5 commits into from
Apr 26, 2024

Conversation

jeromehardaway
Copy link
Contributor

This pull request introduces several changes across different files, which include the addition of new dependencies in package.json, the creation of a new CodeEditor component, and various code style and formatting updates. The most important changes are:

New dependencies:

  • package.json: Added ace-builds and react-ace as new dependencies. These packages are used for the new CodeEditor component. [1] [2]

New component:

  • src/components/code-editor/index.tsx: Created a new CodeEditor component that uses AceEditor from react-ace. This component is a code editor with syntax highlighting and autocompletion features.

Code style and formatting updates:

  • src/components/EmojiRain/index.tsx: Updated the import statement and the string literal for the emoji property to use double quotes instead of single quotes.
  • src/components/forms/apply-form.tsx and src/components/forms/mentor-form.tsx: Simplified the conditional rendering of the Feedback component. [1] [2]
  • src/containers/hero/layout-04/index.tsx and src/containers/hero/layout-07/index.tsx: Reformatted the inline style object for better readability. [1] [2]

Markdown file updates:

  • src/data/blogs/how-veterans-use-ai-at-vets-who-code.md, src/data/blogs/prompt-engineering-for-javascript-engineers.md, and src/data/blogs/system-requirements-and-architecture-patterns-for-javascript-engineers.md: Made several formatting changes, including updating the structure of the image property and removing unnecessary white spaces. [1] [2] [3] [4] [5] [6]

@jeromehardaway jeromehardaway self-assigned this Apr 26, 2024
Copy link

vercel bot commented Apr 26, 2024

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

Name Status Preview Updated (UTC)
vets-who-code-app ✅ Ready (Inspect) Visit Preview Apr 26, 2024 2:35am

@jeromehardaway jeromehardaway merged commit 76bf8e2 into master Apr 26, 2024
3 checks passed
@jeromehardaway jeromehardaway deleted the OnlineEditor branch April 26, 2024 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant