-
Notifications
You must be signed in to change notification settings - Fork 0
Develop to Main #30
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
Merged
Merged
Develop to Main #30
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…page-for-every-EPIC-date Feature/dl 1 create dedicated page for every epic date
Make design consistent
…files' into 'develop' * extract done * update CI * resolve comments * resolve second round of comments * resolve third round of comments * start -> flex start in css module * typo and semicolon corrections
* eslint config fixed, modification on files done
* readme update * Clarify future roadmap and backend service details (#12) Updated the future roadmap section to clarify the backend service's functionality and changed the wording for the ongoing development.
* date pick works * extended apod query to manage date too * user now is able to search for image of the day from past * style updated, lint warn/err fixed * prettier fixes * vite icon removed, added galacticview one * fix PR comments, add useMemo for new date comp, corrected invalidation in query * date UTC conversion fixes * update lint workflow for prettier * lint fix * UTC fixes * add usememo for today date, readme update for api key
…to 'develop' * added module react-image-magnifiers, created for it a type to be (acts as contract between ts code and js library), some design changes * lint fix * new module, new zoom effect
# Conflicts: # .github/workflows/workflow.yml # README.md # package.json # src/App.css # src/Root.tsx # src/components/FooterBar.module.css # src/components/NavigationBar.module.css # src/components/NavigationBar.tsx # src/components/imageoftheday/ImageOfTheDay.module.css # src/components/imageoftheday/ImageOfTheDayHistory.module.css # src/pages/HomePage.module.css # src/pages/HomePage.tsx
Search function
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and new features to the project, focusing on adding an AI chat widget, enhancing API integrations, updating dependencies, and improving responsive design and build workflows. The most significant changes are grouped below.
New Features and Integrations:
AgentChatWidgetReact component, providing an interactive AI chat assistant accessible across the app, along with its styles and supporting logic (src/components/AgentChatWidget.tsx,src/components/AgentChatWidget.module.css,src/Root.tsx). [1] [2] [3] [4]src/api/agent.api.ts,src/api/nasaImageAndVideoLibrary.api.ts). [1] [2]Dependency and Build Workflow Updates:
package.jsonto add dependencies required for the chat widget and related features, such asreact-icons,react-textarea-autosize,uuid, anddompurify, and their type definitions..github/workflows/workflow.yml. [1] [2]Responsive and UI Improvements:
src/components/NavigationBar.module.css,src/components/FooterBar.module.css,src/App.css). [1] [2] [3] [4]bodyandhtmlto prevent horizontal overflow and ensure full-width layout (src/App.css).Documentation and Visuals:
README.mdwith new, centered images to better showcase the app's interface.Other Improvements:
src/api/nasaEpic.api.ts).