Skip to content

Comments

chore: sync main to dev after v1.23.0#45

Merged
github-actions[bot] merged 3 commits intodevfrom
main
Jan 2, 2026
Merged

chore: sync main to dev after v1.23.0#45
github-actions[bot] merged 3 commits intodevfrom
main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 2, 2026

Automated PR to sync release changes from main to dev.

rodrigogs and others added 3 commits January 2, 2026 15:32
* refactor: componentize buttons and icons (#33)

* fix: add cursor pointer to close button in ChatStats component

* feat: add reusable button components

* feat: add Icon component with 47 icons and filled state support

* refactor: replace inline SVGs with Icon component

* refactor: replace inline buttons with IconButton and ListItemButton

* refactor: replace inline SVGs and buttons in main page

- Replace all inline SVG icons with Icon component
- Replace inline button elements with IconButton component
- Fix layout structure issues for proper flex container nesting
- Fix indentation in no-chat-selected section

* style: fix linting issues

* fix: replace remaining inline SVG and hardcoded strings

- Replace inline WhatsApp SVG with Icon component in +page.svelte
- Replace hardcoded 'Delete bookmark', 'Cancel', 'Save' with i18n messages in BookmarkModal
- Replace hardcoded 'Remove Chat' with i18n message in ChatList

* fix: export new button and icon components from index.ts

* fix: address Copilot review comments

- Fix wifi-off icon SVG path (was showing lightbulb icon)
- Fix circle icon SVG path (malformed relative move command)
- Fix Icon indentation inside IconButton/Button components (7 locations)

* Initial plan

* fix: replace array class bindings with template literals and remove unused prop

Co-authored-by: rodrigogs <2362425+rodrigogs@users.noreply.github.com>

* style: use consistent template literal pattern for class bindings

Co-authored-by: rodrigogs <2362425+rodrigogs@users.noreply.github.com>

* Initial plan

* fix: resolve type check errors and a11y warning

- Use local inlang plugins instead of CDN to fix compilation in offline/restricted networks
- Add stroke-width prop to Icon component and use it in actualStrokeWidth derivation
- Add track element to video in MediaGallery to satisfy a11y requirements

Co-authored-by: rodrigogs <2362425+rodrigogs@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rodrigogs <2362425+rodrigogs@users.noreply.github.com>

* chore: auto-sync dev with main after release

* fix: add JSDoc comment to IconName type for better IDE support

* fix: use GitHub API to sync dev with main after release

The previous approach failed because dev branch is protected and requires PRs.

* feat: use peter-evans/create-pull-request for elegant branch sync

Most elegant solution for syncing protected branches:
- Industry standard (175k+ repos use it)
- No PAT required, works with GITHUB_TOKEN
- Handles branch protection automatically
- Idempotent (updates existing PR)
- Auto-deletes branch after merge

* fix: remove duplicate sync step (handled in build.yml)

* fix: add pull-requests permission for branch sync

* feat: extract reusable UI components

Extract repeated UI patterns into reusable components:

- Collapsible: Expandable sections with animated chevron
- FeatureItem: Badge list items (numbered/icon variants)
- Modal + ModalHeader + ModalContent: Dialog overlays with ESC key handling
- Dropdown + DropdownHeader + DropdownSearch + DropdownList: Floating menus

Reduced +page.svelte by 92 lines while improving maintainability.

Co-authored-by: Copilot <noreply@github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rodrigogs <2362425+rodrigogs@users.noreply.github.com>
Co-authored-by: Copilot <noreply@github.com>
Extract repeated UI patterns into reusable components:
- Collapsible: Expandable sections with animated chevron
- FeatureItem: Badge list items (numbered/icon variants)
- Modal + ModalHeader + ModalContent: Dialog overlays with ESC key handling
- Dropdown + DropdownHeader + DropdownSearch + DropdownList: Floating menus

Reduced +page.svelte by 92 lines while improving maintainability.
# [1.23.0](v1.22.2...v1.23.0) (2026-01-02)

### Features

* UI componentization with reusable components ([47f0496](47f0496))
@github-actions github-actions bot merged commit 924f816 into dev Jan 2, 2026
9 checks passed
@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 4, 2026

🎉 This PR is included in version 1.24.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants