-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- **playground bugfixes, next15** - **some more bugfixes** - **perf improvement** - **format** - **make build work** <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > This pull request introduces various bug fixes, performance improvements, and refactoring across multiple components and files, enhancing rendering, state management, and code editing functionalities. > > - **Components**: > - Add `SuspendedPostHogPageView` in `PostHogPageView.tsx` to optimize rendering with `Suspense`. > - Refactor `ProjectView` in `ProjectView.tsx` to use `JotaiProvider` and improve state management. > - Update `TopNavbar.tsx` to handle URL creation and sharing logic more robustly. > - **Atoms and State Management**: > - Remove `sessionStore` from `atoms.ts` and refactor `activeFileNameAtomRaw`. > - Introduce `renderedPromptAtom` in `prompt-preview-content.tsx` for managing prompt data. > - **Code Editor**: > - Enhance `CodeMirrorViewer` in `code-mirror-viewer.tsx` with improved linter and TypeScript support. > - **API and Project Loading**: > - Remove deprecated API proxy in `old.ts`. > - Update `loadProject` in `loadProject.ts` to handle project loading more efficiently. > - **Dependencies**: > - Update `@vercel/kv` and `next` versions in `package.json`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for c31227e. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information
Showing
25 changed files
with
713 additions
and
360 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.