Skip to content

Comments

PR into main [#746 #749 #750 #751 #756 #758 #759 #760 #762 #763 #764 #766 #767 #769 #770 #771 #772]#747

Merged
surajair merged 96 commits intomainfrom
dev
Feb 18, 2026
Merged

PR into main [#746 #749 #750 #751 #756 #758 #759 #760 #762 #763 #764 #766 #767 #769 #770 #771 #772]#747
surajair merged 96 commits intomainfrom
dev

Conversation

@surajair
Copy link
Collaborator

@surajair surajair commented Feb 13, 2026

Included PRs (dev → main)

PR & Title Opened By
#772 fix: update currentPage lookup to use primaryPage field for non-empty language @amitdhiman5086
#771 refactor: optimize currentPage lookup by checking language pages first @amitdhiman5086
#766 Show affected pages when deleting partials @Copilot
#770 refactor: add success toast notifications for theme, design token, and publish operations @amitdhiman5086
#769 feat(data-binding): conditional visibility support @surajair
#767 refactor: add theme, design token tracking and realtime query sync for page saves @amitdhiman5086
#764 refactor: remove derived data from GetWebsiteDataAction and compute client-side @amitdhiman5086
#763 feat:ui improvements to builder design @surajair
#760 Consolidate page data API calls into single GET_PAGE_ALL_DATA endpoint @Copilot
#762 Hide mark as template feature from pages UI (keep backend code) @Copilot
#759 refactor: consolidate website data fetching into single GET_WEBSITE_DATA action @amitdhiman5086
#750 fix: 748 added support for expressions in data bindings @surajair
#758 Remove "Publish with translation pages" menu item @Copilot
#756 Merge check_user_access and get_role_and_permissions into single endpoint @Copilot
#749 feat: show design token classes on hover over design token @amitdhiman5086
#751 refactor: disable dark mode flag by default in theme configuration panel @amitdhiman5086
#746 refactor: enhance publish dropdown with icons, labels, and conditional translation pages option @amitdhiman5086

surajair and others added 4 commits February 12, 2026 19:38
@vercel
Copy link

vercel bot commented Feb 13, 2026

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

Project Deployment Actions Updated (UTC)
sdk Ready Ready Preview, Comment Feb 18, 2026 6:56am

Request Review

@github-actions github-actions bot changed the title PR into main PR into main [#746] Feb 13, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 13, 2026

Deploying sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: 92e6ccf
Status: ✅  Deploy successful!
Preview URL: https://98d845a2.sdk-8n4.pages.dev

View logs

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 13, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
sdk-nextjs 92e6ccf Feb 18 2026, 06:55 AM

@github-actions github-actions bot changed the title PR into main [#746] PR into main [#746 #751] Feb 13, 2026
feat: show design token classes on hover over design token
@github-actions github-actions bot changed the title PR into main [#746 #751] PR into main [#746 #749 #751] Feb 13, 2026
surajair and others added 11 commits February 13, 2026 14:08
Co-authored-by: surajair <9153560+surajair@users.noreply.github.com>
Co-authored-by: surajair <9153560+surajair@users.noreply.github.com>
Co-authored-by: surajair <9153560+surajair@users.noreply.github.com>
Co-authored-by: surajair <9153560+surajair@users.noreply.github.com>
Co-authored-by: surajair <9153560+surajair@users.noreply.github.com>
…sponse correctly

Co-authored-by: surajair <9153560+surajair@users.noreply.github.com>
…plicit 401 handling, remove props drilling

Co-authored-by: surajair <9153560+surajair@users.noreply.github.com>
@github-actions github-actions bot changed the title PR into main [#746 #749 #750 #751 #756 #758 #759 #760 #762 #763 #764 #767] PR into main [#746 #749 #750 #751 #756 #758 #759 #760 #762 #763 #764 #767 #769] Feb 17, 2026
amitdhiman5086 and others added 10 commits February 17, 2026 16:08
- Add userId and userName fields to SyncPayload type
- Pass userName through handleWebsiteDataSync and handlePublishChanges
- Include user attribution in toast descriptions for theme, design token, and publish operations
- Extract user name from chaiUser in useSendRealtimeEvent hook
- Pass userName to syncQueryData in useReceiveRealtimeEvent
- Remove "Successfully" suffix from theme update toast title
- Remove "Successfully" suffix from design tokens update toast title
Co-authored-by: surajair <9153560+surajair@users.noreply.github.com>
…tional chaining in delete-page

- Change useSiteWideUsage to return {data} object instead of direct value
- Remove optional chaining (?.) for page.id in delete-page component dependencies
- Update languagePagesCount and childPageCount useMemo dependencies to use page.id directly
Removed success toast notification for published changes when not syncing.
- Remove userName and t (translation) parameters from handlePublishChanges
- Remove corresponding parameters from PublishChangesParams type usage
- Reorder imports alphabetically
- Update processSyncPayload call to handlePublishChanges with reduced parameters
refactor: add success toast notifications for theme, design token, and publish operations
@github-actions github-actions bot changed the title PR into main [#746 #749 #750 #751 #756 #758 #759 #760 #762 #763 #764 #767 #769] PR into main [#746 #749 #750 #751 #756 #758 #759 #760 #762 #763 #764 #767 #769 #770] Feb 17, 2026
@github-actions github-actions bot changed the title PR into main [#746 #749 #750 #751 #756 #758 #759 #760 #762 #763 #764 #767 #769 #770] PR into main [#746 #749 #750 #751 #756 #758 #759 #760 #762 #763 #764 #766 #767 #769 #770] Feb 17, 2026
amitdhiman5086 and others added 3 commits February 18, 2026 11:56
- Split currentPage lookup into two separate find operations
- Check language pages first before falling back to primary pages
- Add primaryPages to useMemo dependencies array
refactor: optimize currentPage lookup by checking language pages first
@github-actions github-actions bot changed the title PR into main [#746 #749 #750 #751 #756 #758 #759 #760 #762 #763 #764 #766 #767 #769 #770] PR into main [#746 #749 #750 #751 #756 #758 #759 #760 #762 #763 #764 #766 #767 #769 #770 #771] Feb 18, 2026
amitdhiman5086 and others added 2 commits February 18, 2026 12:24
fix: update currentPage lookup to use primaryPage field for non-empty language
@github-actions github-actions bot changed the title PR into main [#746 #749 #750 #751 #756 #758 #759 #760 #762 #763 #764 #766 #767 #769 #770 #771] PR into main [#746 #749 #750 #751 #756 #758 #759 #760 #762 #763 #764 #766 #767 #769 #770 #771 #772] Feb 18, 2026
@surajair surajair merged commit 87c5795 into main Feb 18, 2026
6 of 7 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.

3 participants