mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 17:49:07 -05:00
[PR #1394] feat: add socratiq directory (excluding node_modules and dist) #5169
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1394
Author: @kai4avaya
Created: 4/18/2026
Status: 🔄 Open
Base:
dev← Head:feat/socratiq📝 Commits (6)
520bebefeat: add socratiq directory (excluding node_modules and dist)5cf0e2bfeat: Integrate SocratiQ interactive widget and update Quarto indexc198790feat: sync SocratiQ source changes and remove legacy bundle288e4c5feat: fix SocratiQ re-entry bug and add initialization loader0f85ceafix: address CodeQL security alerts and code quality warningsf73912dfeat: redesign meditation pulse toggle button with label and icon📊 Changes
214 files changed (+82738 additions, -10706 deletions)
View changed files
📝
book/quarto/index.qmd(+1 -1)➕
book/quarto/tools/scripts/socratiQ/assets/style.css(+1 -0)📝
book/quarto/tools/scripts/socratiQ/bundle.js(+1662 -1381)➕
book/quarto/tools/scripts/socratiQ/collaborative-widget-bridge.js(+12390 -0)➕
book/quarto/tools/scripts/socratiQ/collaborative-widget-bridge.umd.cjs(+4887 -0)➖
book/tools/scripts/socratiQ/bundle.js(+0 -9324)➕
socratiq/.gitignore(+3 -0)➕
socratiq/README.md(+178 -0)➕
socratiq/favicon.ico(+0 -0)➕
socratiq/package-lock.json(+3446 -0)➕
socratiq/package.json(+57 -0)➕
socratiq/serve.py(+39 -0)➕
socratiq/src_shadow/.indexHtml.js.kak.GivKQW(+631 -0)➕
socratiq/src_shadow/.indexHtml.js.kak.xF4mD5(+632 -0)➕
socratiq/src_shadow/configs/client.config.js(+423 -0)➕
socratiq/src_shadow/configs/db_configs.js(+58 -0)➕
socratiq/src_shadow/configs/db_configs_one.js(+278 -0)➕
socratiq/src_shadow/configs/env_configs.js(+43 -0)➕
socratiq/src_shadow/configs/initial_config_styles.js(+12 -0)➕
socratiq/src_shadow/cssStyles.js(+1216 -0)...and 80 more files
📄 Description
Summary
This PR adds the socratiq/ source directory to the repository on a new branch.
It includes all source code, configurations, and assets for the SocratiQ
interactive tool while strictly excluding dependencies and build artifacts.
Area
Changes
avoid submodule complexity).
and dist_vite/ from being tracked.
Vite/Webpack configurations, and assets.
Testing
ensure zero inclusion of node_modules or dist folders. Confirmed the
directory structure is clean and follows the project's organization.
Related Issues
book.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.