listmonk/internal/core
restyler 8e877915cc Add count SQL snippet functionality and enhance UI
- Introduce a new API endpoint for counting subscribers matching a SQL snippet.
- Implement the HandleCountSQLSnippet function in the backend.
- Add frontend API call for counting SQL snippets with loading and error handling.
- Enhance SQL Snippets view with live validation and autocomplete for SQL snippets.
- Update navigation and UI elements for better user experience.
2025-06-28 20:25:54 +04:00
..
bounces.go Fix bounces not being sorted by type field. Closes #2444. 2025-05-24 18:27:03 +05:30
campaigns.go Fix DB state issues in visual campaign cloning. 2025-04-20 20:48:51 +05:30
core.go Remove forcing unique filename on all media uploads. 2025-03-29 15:21:32 +05:30
dashboard.go Add support for caching slow queries on large databases. 2024-01-27 15:51:12 +05:30
lists.go Fix a number of cosmetic inconsistenies across handlers and functions. 2025-04-05 13:41:31 +05:30
media.go Fix a number of cosmetic inconsistenies across handlers and functions. 2025-04-05 13:41:31 +05:30
roles.go Introduce LISTMONK_ADMIN_API_USER to --install. Closes #2314, #2322. 2025-04-10 13:06:04 +05:30
settings.go Refactore all CRUD functions to a new core package. 2022-05-03 10:50:29 +05:30
sql_snippets.go Fix SQL snippets compilation and runtime issues 2025-06-28 20:25:54 +04:00
subscribers.go Add count SQL snippet functionality and enhance UI 2025-06-28 20:25:54 +04:00
subscriptions.go Fix broken subscribers:sql_query permission. 2025-04-18 14:15:47 +05:30
templates.go feat: Integrate email-builder on campaign/template editor UI and backend. 2025-04-20 20:48:51 +05:30
users.go Refactor user auth models and permission checks. 2025-04-05 00:19:27 +05:30