-
Notifications
You must be signed in to change notification settings - Fork 113
fix: add word boundaries to code highlighting regex #490
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
Open
narutamaaurum
wants to merge
198
commits into
piyushdotcomm:main
Choose a base branch
from
narutamaaurum:fix/code-line-regex-xss
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
198 commits
Select commit
Hold shift + click to select a range
a45fa06
added feature: Export Chat Transcript (Download as Markdown / JSON)
akash3911 ae55ada
fix: correct typo myPlaground → myPlayground in Prisma schema
algojogacor 7607b72
Added shortcut modal and header button
aparna24bce11388 3a30a7c
Fixed auth secret issue and added Shortcut Modal
aparna24bce11388 b79b7a9
Merge branch 'main' into feature/shortcut-modal
aparna24bce11388 5a46ca0
Fix: add aria-label to menu button for accessibility
aparna24bce11388 c904a61
feat: improved ux of template modal card
sidhacks 6c8278d
added all requested changes
sidhacks 0d87947
fix: correct ShortcutModal integration with Shadcn Dialog
aparna24bce11388 f0373cc
fix: remove missing animated shader background import
aparna24bce11388 4373e74
Merge branch 'main' into feature/shortcut-modal
aparna24bce11388 cfbcb47
fix: resolve widespread TypeScript errors in template data structures
Srushti-Kamble14 e0ea92d
refactor: address CodeRabbit review comments on type safety and JSON …
Srushti-Kamble14 6f8927f
Merge branch 'main' into main
piyushdotcomm c34c919
fix: reuse shared template types and preserve JSON typing
Srushti-Kamble14 8ecad4e
defined interface for collaborator
chetisha28 dce82bc
fix: add empty alt attribute to empty state illustration
rutul2006 1a2eb45
refactor(icon): replace hex gradient with Tailwind classes in app/ico…
rutul2006 002e64a
Merge branch 'piyushdotcomm:main' into main
Srushti-Kamble14 fdbe08a
fix: add descriptive fallback alt text to Image in template-card.tsx
pooja-0206 a640d28
fix(dashboard): replace any types with proper project data interfaces
angelina-2206 5ae7c51
perf(modules): replace index-based keys with stable identifiers in li…
angelina-2206 4c9c777
fix: add aria-label to icon-only buttons in RunningEnvironments
MaitrayeeK efba2d2
fix: load time on low end devices
sidhacks 502e102
fix: Replaced Promise<any> with Promise<Project>
swarnimbandekar 1d1bd42
feat: add isLoading prop to Button component with spinner
palak170306-design dc0285b
fix(types): replace any types in dashboard profile page
Nightkilller 9cb1dc8
fix: ensure isLoading always disables button by placing disabled afte…
palak170306-design 6ec6808
feat: add error boundary component for dashboard route
Srushti-Kamble14 92afeca
fix(playground): add type annotations for AI state and provider funct…
Srushti-Kamble14 e3745d3
fix(profile): replace any type with StatCardProps interface in KPIStats
Srushti-Kamble14 a686a82
Replaced generic string type with KpiColor union type
Srushti-Kamble14 4e67166
fix(download): replace 'any' with 'unknown' in schema catch (fixes #290)
sanudking ef6e588
fix: remove unused TemplateFolder import in useAI.test.ts
RavindiFernando 9571671
fix: replace any type with DeployFile interface in netlify route
RavindiFernando aa494ca
feat: implement inline AI ghost text completions
jainsomil714-debug 57ddaf2
feat: implement real-time collaboration using Yjs CRDTs
jainsomil714-debug 5eedd56
placeholder
sanudking 5d6d7b8
placeholder
sanudking 1b0b497
placeholder
sanudking edfe85d
placeholder
sanudking 2df4f00
placeholder
sanudking df485ca
placeholder
sanudking 319544a
placeholder
sanudking 93566bf
placeholder
sanudking 8e67c41
fix(profile): remove unused theme variable in UsageAnalytics (fixes #…
sanudking b6ce879
security: implement rate limiting for AI API endpoints
jainsomil714-debug ac89a54
feat: add integrated Git source control UI
jainsomil714-debug d7ac6d8
fix: resolve Monaco editor model memory leaks
jainsomil714-debug 6e7bb56
feat: add offline PWA support
jainsomil714-debug d56399c
feat: add secure environment variable secrets manager
jainsomil714-debug ae84df7
feat: add editor split view and tab management
jainsomil714-debug 94e4eba
fix: optimize xterm rendering for heavy output
jainsomil714-debug 48fe4d2
feat: add customizable themes and font ligature support
jainsomil714-debug 71a3029
feat: implement Yjs collaboration utilities and remove obsolete envir…
STRANGENIKHIL e5bbc4f
feat: add runtime activity panel for webcontainer events
Bhagy-Yelleti 185fde7
Added validation improvements on playloads messages
KaranUnique 8c0cb79
Merge pull request #350 from Somil450/feature-theme-ligature-support
piyushdotcomm f17f256
Merge pull request #349 from Somil450/fix-xterm-heavy-output-freeze
piyushdotcomm e2982f0
Merge pull request #348 from Somil450/feature-editor-split-view
piyushdotcomm c3e8ce7
Merge pull request #347 from Somil450/enhancement-secrets-manager
piyushdotcomm abc4e49
Merge pull request #346 from Somil450/feature-offline-pwa-support
piyushdotcomm 5a05aa8
Merge pull request #345 from Somil450/fix-monaco-model-memory-leaks
piyushdotcomm 20d8101
Merge pull request #344 from Somil450/feature-git-source-control-ui
piyushdotcomm dd164a5
Merge pull request #343 from Somil450/security-rate-limit-ai-endpoints
piyushdotcomm cfe9356
Merge pull request #341 from Somil450/enhancement-live-collaboration-…
piyushdotcomm acd479a
Merge pull request #340 from Somil450/feature-inline-ai-completions
piyushdotcomm 4d80f64
feat(playground): add split view editor support
Bhagy-Yelleti 807dd2e
fix(playground): address review feedback for split editor
Bhagy-Yelleti 6582a6c
fix(playground): improve inline completion debounce handling
Bhagy-Yelleti b924e1c
fix(profile): replace any type in KPIStats component props #369
jainsomil714-debug 5239ed1
fix(yjs): remove room tracking logs #368
jainsomil714-debug a55b61d
fix(api-utils): replace any with Duration type for slidingWindow limi…
swarnimbandekar b75ba84
fix(lib): use console.error in user-data #367
jainsomil714-debug 73dc591
fix(dashboard): use console.error for actions #366
jainsomil714-debug 87476c8
fix(home): remove test log in hero-code #365
jainsomil714-debug 3181155
fix(playground): remove verbose logging in path-to-json #363
jainsomil714-debug 671e862
fix(playground): remove AI Chat Panel execution logs #362
jainsomil714-debug 5841337
fix(playground): remove verbose logging in path-to-json #361
jainsomil714-debug 7d2e10f
fix(webcontainers): clean up WebContainer debug logs #360
jainsomil714-debug 284c6a7
fix(collab): remove leftover console logs #359
jainsomil714-debug 1d3e3cf
fix: use isLoading variable in preview refresh button
notSoumya 7ddacb1
fix: remove unused tools variable from chat test
CodesWithSubham b33e84a
Implemented transactions in the authentication system to prevent inco…
KaranUnique 7563195
Implemented transactions in the authentication system to prevent inco…
KaranUnique 65d2031
fixed the suggested changes and issues
KaranUnique 380cf1b
Merge pull request #380 from Somil450/fix/server-logs
piyushdotcomm 8f569d0
Merge pull request #379 from Somil450/fix/webcontainer-logs
piyushdotcomm 2da9d03
Merge pull request #378 from Somil450/fix/path-to-json-logs-361
piyushdotcomm f729b34
Merge pull request #377 from Somil450/fix/ai-chat-logs
piyushdotcomm 9a3df1c
Merge pull request #376 from Somil450/fix/path-to-json-logs
piyushdotcomm c4b7624
Merge pull request #375 from Somil450/fix/hero-test-log
piyushdotcomm 8572d14
Merge pull request #374 from Somil450/fix/dashboard-console-error
piyushdotcomm 81cbe13
Merge pull request #372 from Somil450/fix/use-console-error
piyushdotcomm 31fbc70
Merge pull request #371 from Somil450/fix/remove-yjs-logs
piyushdotcomm 1eb4dca
Merge pull request #370 from Somil450/fix/kpistats-any-type
piyushdotcomm 3943af9
Merge pull request #385 from KaranUnique/authentication
piyushdotcomm 62904ad
Merge pull request #384 from CodesWithSubham/fix/remove-unused-tools-…
piyushdotcomm 22706c5
Merge pull request #381 from notSoumya/main
piyushdotcomm e451119
Merge pull request #373 from swarnimbandekar/fix/api-utils-replace-an…
piyushdotcomm 4dc4b90
Merge pull request #342 from sanudking/fix/issue-271-unused-theme
piyushdotcomm c8113f6
Merge pull request #331 from RavindiFernando/fix/netlify-any-type
piyushdotcomm 992f748
Merge pull request #328 from RavindiFernando/fix/remove-unused-templa…
piyushdotcomm d4dfd92
Merge pull request #327 from sanudking/fix/issue-290-typing
piyushdotcomm 76e7f38
Merge pull request #324 from Srushti-Kamble14/error-boundary
piyushdotcomm ecd2c78
Merge pull request #321 from Nightkilller/fix/profile-any-types
piyushdotcomm 7958d21
Merge pull request #320 from palak170306-design/feature/button-loadin…
piyushdotcomm 85280a7
Merge pull request #316 from swarnimbandekar/fix/replace-any-type-com…
piyushdotcomm 3929138
Merge pull request #315 from sidhacks/fix/load-time-improved
piyushdotcomm 36054e7
Merge pull request #314 from MaitrayeeK/fix/aria-labels-icon-buttons
piyushdotcomm 9e75f63
Merge pull request #311 from pooja-0206/main
piyushdotcomm 5cc126d
Merge pull request #310 from rutul2006/refactor/icon-tailwind-colors
piyushdotcomm 4dbd72f
Merge pull request #309 from rutul2006/issue-287-empty-state-alt
piyushdotcomm f31c30e
Merge branch 'develop' into feat/runtime-activity-panel
Bhagy-Yelleti e577328
Merge branch 'develop' into feat/split-view-editor
Bhagy-Yelleti c055190
Merge branch 'upstream/develop' into fix/project-table-types
angelina-2206 0816d52
fix(playground): remove leftover console.log statements in actions
swarnimbandekar 5a827c7
fix(deploy): add rate limiting to Vercel deploy endpoint
anshul23102 5f7bccf
Merge branch 'upstream/develop' into fix/stable-key-props
angelina-2206 3fdd020
Merge branch 'develop' into ai-hook
Srushti-Kamble14 be571e1
Merge branch 'develop' into kpi-statistics
Srushti-Kamble14 27e7e39
fix: added aria-labels to package manager icon buttons
harshiyasaxena 06ea184
fix: distinguish dev dependency aria-labels
harshiyasaxena f69ad35
Merge branch 'develop' into main
STRANGENIKHIL 238e621
feat: enable LogoutButton customization and mobile sidebar logout
CodesWithSubham 5043e0f
fix(profile): replace any[] with Prisma Playground type #399
jainsomil714-debug b7c5e54
fix(qwik): strongly type Promise opts in hero component #400
jainsomil714-debug 1e5f5fa
fix(api): strongly type catch error in upload-zip route #401
jainsomil714-debug 56d2c52
fix(api): strongly type catch error in download route #402
jainsomil714-debug d3c3534
fix(api): type the Netlify deployment files parameter #403
jainsomil714-debug d4b88f2
fix(profile): remove any from playground filtering #404
jainsomil714-debug d36e745
fix(playground): resolve @ts-ignore in playground actions #405
jainsomil714-debug 3d54260
fix(api): resolve @ts-expect-error in upload-zip route #406
jainsomil714-debug 704c8c4
fix(terminal): correct missing React hooks dependencies #407
jainsomil714-debug c9999ab
fix(playground): correct missing React hooks dependencies in playgrou…
jainsomil714-debug 4357395
fix: add DATABASE_URL validation for collaboration server
84e4105
chore: improve DATABASE_URL validation message
47f41ca
fix: add aria labels to env manager icon buttons
pragya0129 22ef997
Merge branch 'develop' into validation
KaranUnique eef3667
fix: handle non-json responses gracefully in github import dialog
AQUA1310 91effe7
fix: stabilize useEffect dependencies in webcontainer preview
pari-28 efae2cd
Merge pull request #418 from Somil450/fix/editor-hooks-deps
piyushdotcomm 8e9c256
Merge pull request #417 from Somil450/fix/terminal-hooks-deps
piyushdotcomm 8163d0f
Merge pull request #416 from Somil450/fix/upload-zip-ts-expect-error
piyushdotcomm ef128b4
Merge pull request #415 from Somil450/fix/playground-actions-ts-ignore
piyushdotcomm e469156
Merge pull request #413 from Somil450/fix/netlify-deploy-files-type
piyushdotcomm 48240d6
Merge pull request #411 from Somil450/fix/upload-zip-catch-type
piyushdotcomm 82eb2dc
Merge pull request #410 from Somil450/fix/qwik-hero-promise-type
piyushdotcomm d9ffca5
Merge pull request #409 from Somil450/fix/profile-actions-type
piyushdotcomm 6968632
Merge pull request #358 from Bhagy-Yelleti/feat/split-view-editor
piyushdotcomm 5c82012
Merge pull request #354 from KaranUnique/validation
piyushdotcomm 69ab5c8
Merge pull request #351 from STRANGENIKHIL/main
piyushdotcomm f87f90e
Merge pull request #326 from Srushti-Kamble14/kpi-statistics
piyushdotcomm 954f76e
Merge pull request #313 from angelina-2206/fix/stable-key-props
piyushdotcomm e435745
Merge pull request #312 from angelina-2206/fix/project-table-types
piyushdotcomm d34ca7c
Merge branch 'develop' into fix/profile-page-filter-type
Somil450 d478df9
Merge branch 'develop' into fix/download-route-catch-type
Somil450 c422728
Merge branch 'develop' into ai-hook
Srushti-Kamble14 b86d13d
Merge branch 'develop' into feat/runtime-activity-panel
Bhagy-Yelleti 0fa286a
Merge pull request #414 from Somil450/fix/profile-page-filter-type
piyushdotcomm 8e29f95
Merge pull request #412 from Somil450/fix/download-route-catch-type
piyushdotcomm aa4e405
Merge pull request #353 from Bhagy-Yelleti/feat/runtime-activity-panel
piyushdotcomm 847efaf
Merge pull request #325 from Srushti-Kamble14/ai-hook
piyushdotcomm 3837769
fix(security): prevent ip spoofing rate limit bypass
Vedhant26 497116c
fix(security): resolve coderabbit review comments for getClientIp
Vedhant26 9ead8e9
feat: add Code Time Travel feature with AI explanations (#357)
sivaangayarkanni 6f8040a
added moving popular templates section
ruhuRaj cbd4d64
fix: correct theme toggle icon active state
nishitha011 5096f53
fix: address marquee accessibility review comments
ruhuRaj 09f49bf
Perf/lighthouse v2 (#356)
YASHcode-IIITV a982e6d
refactor(react): address missing hook dependencies to remove exhausti…
Exodus2004 08062ea
chore(profile): improve type safety by replacing 'any' types
Exodus2004 03a2ff7
fix(react): add missing useCallback import
Exodus2004 d5bbfb9
chore(profile): improve type safety by replacing 'any' types
Exodus2004 e72fd60
Merge pull request #444 from Exodus2004/fix-profile-any-types
piyushdotcomm e19817a
Merge pull request #437 from ruhuRaj/bug_fix
piyushdotcomm 70c40aa
Merge pull request #445 from Exodus2004/fix-exhaustive-deps
piyushdotcomm d8764f1
Merge pull request #439 from nishitha011/fix-theme-toggle-icon-395
piyushdotcomm 6278c8a
Merge pull request #432 from Vedhant26/fix/ip-spoofing-rate-limit
piyushdotcomm 7802eaf
Merge pull request #424 from pari-28/fix-273-useeffect-dependency
piyushdotcomm 9cc6df9
Merge pull request #422 from AQUA1310/fix/github-import-json-error
piyushdotcomm f207854
Merge pull request #419 from harshavardhani22/fix-production-deployment
piyushdotcomm cd91860
Merge pull request #398 from CodesWithSubham/feat/mobile-dashboard-si…
piyushdotcomm 095b1fc
Merge pull request #393 from swarnimbandekar/fix/remove-console-logs-…
piyushdotcomm ab85820
Merge pull request #391 from harshiyasaxena/fix/package-manager-aria-…
piyushdotcomm 23c0954
Merge pull request #389 from anshul23102/fix/382-vercel-rate-limit
piyushdotcomm 6239073
Merge pull request #308 from chetisha28/main
piyushdotcomm f811c1b
Merge pull request #166 from aparna24bce11388/feature/shortcut-modal
piyushdotcomm 55f2421
Merge pull request #153 from algojogacor/fix/typo-myplayground-schema
piyushdotcomm 6976199
Merge pull request #114 from akash3911/export-feature
piyushdotcomm 5f3d851
Merge branch 'develop' into fix/add-aria-label-env-manager-buttons
pragya0129 45dcb6d
feat(playground): add ai-powered readme generator (#268)
AdityaM-IITH 5042fb1
fix(security): prevent OAuth account takeover via improper linking (#…
Vedhant26 02d7e6a
Merge pull request #421 from pragya0129/fix/add-aria-label-env-manage…
piyushdotcomm 5ee79a5
fix: improve Yjs reconnect recovery after file rename (#255)
YASHcode-IIITV 45f9eb3
Fix/logout button hydration error (#425)
prasangeet 6781da4
fix: remove redundant variable assignment in code-line.tsx
narutamaaurum f5a704a
fix: add word boundaries to code highlighting regex
narutamaaurum File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| { | ||
| } |
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
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
Oops, something went wrong.
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.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: piyushdotcomm/Editron
Length of output: 439
🏁 Script executed:
Repository: piyushdotcomm/Editron
Length of output: 4598
🏁 Script executed:
Repository: piyushdotcomm/Editron
Length of output: 4598
🏁 Script executed:
Repository: piyushdotcomm/Editron
Length of output: 4598
🏁 Script executed:
Repository: piyushdotcomm/Editron
Length of output: 4580
Resolve merged
Homeconflict (this file is currently non-compilable).app/(root)/page.tsxhas twoexport default Homedeclarations (export default function Home()at line 18 andexport default async function Home()at line 20).<HomePageClient popularTemplates={popularTemplates} />around lines 120-123), leaving mismatched closing braces/tags.useState/useEffectbut contains no"use client"directive; keep hooks insideHomePageClient(or make a proper client component) and keep the servergetPopularTemplateSummariesfetch in the serverHome.🧰 Tools
🪛 Biome (2.4.16)
[error] 18-123: Illegal duplicate default export declarations
(parse)
🤖 Prompt for AI Agents