arshdeep-dml
  • Joined on 2025-05-27
arshdeep-dml commented on pull request jaanvi/bulk-email#1 2025-06-02 09:50:36 +00:00
dev-jaanvi

Color codes are already defined in the theme; use theme values instead of hardcoded colors.

arshdeep-dml commented on pull request jaanvi/bulk-email#1 2025-06-02 09:22:23 +00:00
dev-jaanvi

Add app-specific values for the short_name and name fields.

arshdeep-dml commented on pull request jaanvi/bulk-email#1 2025-06-02 09:19:29 +00:00
dev-jaanvi

add app specific meta description.

arshdeep-dml pushed to main at arshdeep-dml/link-shortner 2025-06-02 05:36:17 +00:00
8e66cbe7ba Enforce uniqueness on short_code + expiry_date + user_id via DB trigger
arshdeep-dml pushed to main at arshdeep-dml/link-shortner 2025-06-02 05:25:21 +00:00
0490664441 fix: return existing shortener if matching record already exists
arshdeep-dml pushed to main at arshdeep-dml/link-shortner 2025-06-02 05:00:08 +00:00
ee171da676 fix(db): enforce correct slug uniqueness rules with insert trigger
arshdeep-dml pushed to main at arshdeep-dml/link-shortner 2025-05-30 11:29:32 +00:00
925873a1de Update index.js