Skip to content

Comments

conflict resolved with development#2715

Closed
iamibrahimriaz wants to merge 23 commits intosovware:conditional-fieldfrom
iamibrahimriaz:conditional-field-on-directory-type-change
Closed

conflict resolved with development#2715
iamibrahimriaz wants to merge 23 commits intosovware:conditional-fieldfrom
iamibrahimriaz:conditional-field-on-directory-type-change

Conversation

@iamibrahimriaz
Copy link
Collaborator

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Security fix
  • Improvement
  • New Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Text changes
  • Other... Please describe:

Description

How to reproduce the issue or how to test the changes

Any linked issues

Fixes #

Checklist

RabbiIslamRony and others added 23 commits February 10, 2026 15:59
The Section Name input inside the Configure Section panel lost focus
after typing a single character. This happened because the
fieldListComponentKey computed property included groupData.label in
the key. Every keystroke updated the label, changed the key, and
forced Vue to destroy and recreate the field-list-component — along
with its input DOM element.

Changes:
- Remove groupData.label from fieldListComponentKey so the key stays
  stable while the user types (Form_Builder_Widget_Group_Header_Component.vue)
- Add deep: true to the value watcher in Field_List_Component.vue so
  that external label changes (e.g. inline header editing) still
  propagate to the Section Name input without the key-based re-render hack
Add the following regular-style SVGs that were absent from the local
icon set but present in the official Font Awesome 5.15.4 distribution:

- arrow-alt-circle-down
- arrow-alt-circle-left
- arrow-alt-circle-right
- arrow-alt-circle-up
- calendar-alt
- comment-alt
- file-alt
- grin-alt
- list-alt
- money-bill-alt
- trash-alt
…input-focus-loss

fix: prevent Section Name input from losing focus on every keystroke
Move deleted listing to trash from user dashboard
parsed enquiry submission time to UTC
…gular-svg-icons

Fix: Missing Font Awesome regular SVG icons not rendering on frontend
Add expiration date and never expires option to listings bulk edit
…xt-alignment

fix: resolve text alignment issues on single listing page
@Armanul46 Armanul46 closed this Feb 23, 2026
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.

4 participants