listmonk/cmd
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
..
admin.go Remove GET /api/settings dependency on the Lists -> Forms UI. 2025-04-18 23:44:08 +05:30
archive.go Clean up main initialization to remove app interdepencies in init. 2025-04-06 00:28:35 +05:30
auth.go Hide 'New' and 'Save' buttons on the templates UI if there's no manage permission. 2025-04-23 00:21:57 +05:30
bounce.go Remove repetitive URL param :id validation and simplify handlers. 2025-04-06 14:01:21 +05:30
campaigns.go Default body_source to null instead of empty string in non-visual campaigns. 2025-04-28 22:56:59 +05:30
events.go Move all HTTP handlers directly to App and remove the redundant in-between layer. 2025-04-05 19:24:25 +05:30
handlers.go Add count SQL snippet functionality and enhance UI 2025-06-28 20:25:54 +04:00
i18n.go Move all HTTP handlers directly to App and remove the redundant in-between layer. 2025-04-05 19:24:25 +05:30
import.go Move all HTTP handlers directly to App and remove the redundant in-between layer. 2025-04-05 19:24:25 +05:30
init.go Remove dangerous tpl funcs in Sprig that's enabled by default. 2025-06-08 15:06:56 +05:30
install.go Prepare first RC. 2025-04-20 20:48:51 +05:30
lists.go Remove repetitive URL param :id validation and simplify handlers. 2025-04-06 14:01:21 +05:30
main.go Clean up main initialization to remove app interdepencies in init. 2025-04-06 00:28:35 +05:30
maintenance.go Move all HTTP handlers directly to App and remove the redundant in-between layer. 2025-04-05 19:24:25 +05:30
manager_store.go Fix a number of cosmetic inconsistenies across handlers and functions. 2025-04-05 13:41:31 +05:30
media.go Remove repetitive URL param :id validation and simplify handlers. 2025-04-06 14:01:21 +05:30
public.go Clean up main initialization to remove app interdepencies in init. 2025-04-06 00:28:35 +05:30
roles.go Remove repetitive URL param :id validation and simplify handlers. 2025-04-06 14:01:21 +05:30
settings.go Remove superfluous consts dep in init functions by separating URL consts. 2025-04-05 23:39:08 +05:30
sql_snippets.go Add count SQL snippet functionality and enhance UI 2025-06-28 20:25:54 +04:00
subscribers.go Fix incorrect query check in bulk subscriber actions. Closes #2491. 2025-05-24 18:07:57 +05:30
templates.go Fix broken template funcs in visual campaign update. 2025-05-24 17:22:41 +05:30
tx.go Remove superfluous consts dep in init functions by separating URL consts. 2025-04-05 23:39:08 +05:30
updates.go Refactor all HTTP handlers and attach them to a single struct. 2025-04-05 15:42:35 +05:30
upgrade.go Add SQL snippets feature 2025-06-28 20:25:54 +04:00
users.go Allow @ in usernames. Closes #2478. 2025-05-24 22:55:39 +05:30
utils.go Remove repetitive URL param :id validation and simplify handlers. 2025-04-06 14:01:21 +05:30