-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add FAQ and Contact links to ListWidget; update terminology from Modu… #668
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (2)
- src/data/innerpages/apply-to-be-a-student.json: Language not supported
- src/data/innerpages/become-a-mentor.json: Language not supported
…nstallation and clearing Playwright cache before installation
…nd streamline installation process
…nclude specific ICU version and streamline installation process
… dependencies installation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 7 out of 11 changed files in this pull request and generated no comments.
Files not reviewed (4)
- .eslintrc.json: Language not supported
- package.json: Language not supported
- src/data/innerpages/apply-to-be-a-student.json: Language not supported
- src/data/innerpages/become-a-mentor.json: Language not supported
commit fbbf6ae Author: Jerome Hardaway <[email protected]> Date: Mon Dec 23 01:31:13 2024 -0500 added mic blog (#671) Added new blog about the Military Influencer Conference commit 9717aeb Author: Jerome Hardaway <[email protected]> Date: Sat Dec 21 18:44:25 2024 -0500 Add YouTube link to Social and Text widgets (#670) commit 3bc1347 Author: Jerome Hardaway <[email protected]> Date: Sat Dec 21 18:10:31 2024 -0500 Remove Static Views (#669) * Add course data for Core Fundamentals and Command Line Interface; update BlogCard component to remove views display * Remove instructor and course data for Core Fundamentals and Command Line Interface * Remove views display from BlogArea components across multiple layouts * Remove 'views' field from blog data retrieval across multiple components commit 1bcbc5f Author: Jerome Hardaway <[email protected]> Date: Thu Dec 19 18:46:07 2024 -0500 Add FAQ and Contact links to ListWidget; update terminology from Modu… (#668) * Add FAQ and Contact links to ListWidget; update terminology from Modules to Subjects * Add step to install WebKit dependencies in Playwright workflow * Update WebKit dependency version in Playwright workflow * Enhance Playwright workflow by adding specific WebKit dependencies installation and clearing Playwright cache before installation * Update WebKit dependencies installation to use correct ICU version and streamline installation process * Refactor WebKit dependencies installation in Playwright workflow to include specific ICU version and streamline installation process * Update upload-artifact action to version 4 in Playwright workflow * added libvpx7 * Refactor Playwright workflow to improve caching and streamline WebKit dependencies installation * Update WebKit dependencies with correct package versions in Playwright workflow * Refactor Playwright workflow to let Playwright handle dependencies installation * remove webkit * Remove WebKit configuration from Playwright setup * add to playwright to depenencies * save * save * update web server command in Playwright config to use 'npm run dev' * Update Playwright config to run build before starting server and extend ESLint rules for devDependencies commit 89b13e9 Author: Jerome Hardaway <[email protected]> Date: Sun Dec 15 23:17:37 2024 -0500 fixed text on button (#666) commit 4fcbe51 Author: Jerome Hardaway <[email protected]> Date: Sun Dec 15 23:07:34 2024 -0500 Update courses (#665) * Rename Courses to Subjects and update related paths; add subjects page and remove courses page * Add new subjects: Flask, Web Fundamentals, and Streamlit with detailed descriptions and curriculum * Update section title from Modules to Subjects in homepage JSON commit d44c0c6 Author: Jerome Hardaway <[email protected]> Date: Tue Dec 10 16:58:39 2024 -0500 update GitHub Actions workflows and refine API request handling (#664) * update GitHub Actions workflows and refine API request handling * updated second cache action
This pull request includes updates to the widget components and data files to improve the user interface and align terminology across the application. The most important changes include adding new links to the
ListWidget
component, updating theTwoColumnListWidget
component, and modifying the titles and counters in the JSON data files.Updates to widget components:
src/components/widgets/list-widget.tsx
: Added new links for "FAQ" and "Contact us" to theListWidget
component.src/components/widgets/two-col-list-widget.tsx
: Removed the "FAQ" and "Contact us" links, and updated the "Modules" link to "Subjects" in theTwoColumnListWidget
component.Updates to data files:
src/data/innerpages/apply-to-be-a-student.json
: Changed the title from "Modules Taught" to "Subjects Taught" and updated the counter value from 100 to 13.src/data/innerpages/become-a-mentor.json
: Changed the title from "Modules Taught" to "Subjects Taught" and updated the counter value from 100 to 10.