Skip to content

next#8

Merged
andrinoff merged 4 commits intomasterfrom
next
Aug 20, 2025
Merged

next#8
andrinoff merged 4 commits intomasterfrom
next

Conversation

@andrinoff
Copy link
Copy Markdown
Member

@andrinoff andrinoff commented Aug 20, 2025

This pull request introduces a major enhancement to the notebook editing experience by adding a custom mathematical keyboard for easy LaTeX/math symbol insertion. It also updates some UI elements and dependencies to improve usability and branding.

Notebook Math Editing Improvements:

  • Added a new MathKeyboard component, providing categorized math symbols, functions, and structures for easy insertion into the notebook editor. The keyboard supports inline and display math, and intelligently inserts symbols based on cursor context. (src/components/MathKeyboard.tsx)
  • Updated the notebook page to integrate the new math keyboard, including logic to insert math symbols at the cursor position and handle special cases for inline/display math. (src/app/notebook/page.tsx) [1] [2] [3]
  • Added jotai as a dependency for state management. (package.json)

UI/UX and Branding Updates:

  • Changed the site icon to use a hosted image instead of the local favicon, improving branding consistency. (src/app/layout.tsx)
  • Updated the home page title and adjusted layout spacing and responsiveness for a more polished appearance. (src/app/page.tsx) [1] [2] [3] [4] [5] [6] [7]

Styles:

  • Minor cleanup of notebook styles, removing redundant comments and ensuring mobile responsiveness. (src/styles/notebook.scss) [1] [2] [3] [4]

@vercel
Copy link
Copy Markdown

vercel bot commented Aug 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docerium-com Ready Ready Preview Comment Aug 20, 2025 1:37pm

@andrinoff andrinoff merged commit 16b278e into master Aug 20, 2025
3 checks passed
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