nordabiz/templates/admin
Maciej Pienczyn 233cbb667d
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
fix(admin): fix sort toggle in grouped summary tables
The sort direction check was done AFTER clearing all sort classes,
so it always read false and defaulted to descending. Now reads the
current state before clearing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 09:03:01 +01:00
..
access_overview.html feat: add SUPERADMIN role to access overview hierarchy table 2026-03-13 18:36:09 +01:00
ai_usage_company.html fix(admin): Move percentages outside bars, add cost column to type breakdown 2026-02-07 17:03:22 +01:00
ai_usage_dashboard.html fix: convert Decimal to float for PLN cost calculation in template 2026-03-11 04:24:25 +01:00
ai_usage_user.html refactor: Move admin_ai_usage routes to admin blueprint 2026-01-31 10:43:28 +01:00
announcements_form.html refactor: Migrate announcements routes to blueprints 2026-01-31 09:41:49 +01:00
announcements.html refactor: Migrate announcements routes to blueprints 2026-01-31 09:41:49 +01:00
benefits_clicks.html feat: Add member benefits module with WisprFlow affiliate 2026-02-02 22:26:44 +01:00
benefits_form.html fix(security): Resolve 1 HIGH and 7 MEDIUM vulnerabilities from code review 2026-02-06 05:25:18 +01:00
benefits_list.html fix(security): Resolve 1 HIGH and 7 MEDIUM vulnerabilities from code review 2026-02-06 05:25:18 +01:00
CLAUDE.md claude-mem plugin v10.3.3 2026-02-23 10:33:26 +01:00
companies.html feat: add admin company detail page with enrichment workflow 2026-02-20 13:29:00 +01:00
company_detail.html feat: add user profile preview to admin company detail page 2026-02-21 10:59:55 +01:00
company_requests.html feat: Add membership application system 2026-02-01 12:38:31 +01:00
company_settings.html feat: add Facebook connection troubleshooting info in UI 2026-02-19 16:07:05 +01:00
competitor_dashboard.html feat: Add new services, scripts, and competitor dashboard 2026-02-07 12:00:54 +01:00
data_quality_dashboard.html improve: custom tooltip for action buttons with 500ms delay 2026-02-21 14:23:53 +01:00
digital_maturity.html refactor: Rebranding i aktualizacja modelu AI 2026-01-29 14:08:39 +01:00
fees.html fix(templates): Add blueprint prefix to url_for calls across admin templates 2026-02-09 13:44:50 +01:00
forum_analytics.html fix: use local Chart.js instead of jsdelivr CDN (503 from production) 2026-03-10 18:37:10 +01:00
forum_deleted.html fix(templates): Add blueprint prefix to url_for calls across admin templates 2026-02-09 13:44:50 +01:00
forum_reports.html fix(templates): Add blueprint prefix to url_for calls across admin templates 2026-02-09 13:44:50 +01:00
forum.html fix(templates): Add blueprint prefix to url_for calls across admin templates 2026-02-09 13:44:50 +01:00
gbp_audit_batch_review.html feat: add review-before-save workflow to GBP batch audit 2026-03-13 12:43:33 +01:00
gbp_audit_dashboard.html feat: admin tool for manual Google Place ID matching 2026-03-13 12:57:54 +01:00
gbp_match_places.html feat: admin tool for manual Google Place ID matching 2026-03-13 12:57:54 +01:00
health_dashboard.html refactor: Faza 6.2c - Status, Health, Debug do blueprintu admin 2026-01-31 08:59:15 +01:00
insights.html refactor: Migrate insights routes to blueprints 2026-01-31 10:27:35 +01:00
it_audit_dashboard.html fix(templates): Add blueprint prefix to url_for calls across admin templates 2026-02-09 13:44:50 +01:00
krs_audit_dashboard.html refactor: Migrate KRS API routes to admin blueprint 2026-01-31 17:31:36 +01:00
membership_detail.html fix: Use company_detail_by_slug endpoint for slug-based URL 2026-02-01 19:46:36 +01:00
membership.html feat: Add membership application system 2026-02-01 12:38:31 +01:00
model_comparison.html feat(model-comparison): Przycisk 'Uruchom ponownie' symulację 2026-01-29 09:14:46 +01:00
people.html feat: Add admin modules for Companies and People management 2026-01-31 20:13:51 +01:00
portal_seo_detail.html feat: portal self-audit SEO dashboard with history tracking 2026-02-21 15:15:33 +01:00
portal_seo.html fix: remove table-layout fixed to prevent column text truncation 2026-02-21 15:57:56 +01:00
recommendations.html refactor: Rebranding i aktualizacja modelu AI 2026-01-29 14:08:39 +01:00
security_dashboard.html refactor: Migrate security routes to blueprints 2026-01-31 09:39:12 +01:00
seo_detail.html fix: remove broken now() call in domain expiry template 2026-03-11 06:15:42 +01:00
social_audit_dashboard.html refactor: remove /admin/social-media panel, rename menu labels 2026-03-12 16:29:19 +01:00
social_audit_detail.html fix: descriptive messages for Instagram/Twitter/YouTube data sources 2026-03-12 14:40:16 +01:00
social_audit_enrichment_review.html feat: trigger Facebook Graph API sync during enrichment scan 2026-03-12 12:44:20 +01:00
social_publisher_company_settings.html rename: Social Studio → Social Media, Social Media Publisher → Social Media Dashboard 2026-02-20 08:26:40 +01:00
social_publisher_form.html rename: Social Studio → Social Media, Social Media Publisher → Social Media Dashboard 2026-02-20 08:26:40 +01:00
social_publisher_settings.html rename: Social Studio → Social Media, Social Media Publisher → Social Media Dashboard 2026-02-20 08:26:40 +01:00
social_publisher.html fix: use local Chart.js instead of jsdelivr CDN (503 from production) 2026-03-10 18:37:10 +01:00
status_dashboard.html refactor: remove debug panel entirely 2026-03-11 04:32:12 +01:00
uptime_dashboard.html feat: add uptime monitoring dashboard with UptimeRobot integration 2026-03-15 07:53:05 +01:00
user_activity.html fix(admin): fix sort toggle in grouped summary tables 2026-03-18 09:03:01 +01:00
user_insights_profile.html fix: use local Chart.js instead of jsdelivr CDN (503 from production) 2026-03-10 18:37:10 +01:00
user_insights.html feat: simplify Chat tab - topic categories and cleaner feedback view 2026-03-11 04:05:15 +01:00
users.html feat(admin): sortable user table + user activity analytics panel 2026-03-18 08:28:52 +01:00
zopk_dashboard.html feat: enable ZOPK knowledge widget and timeline admin link 2026-03-15 09:27:19 +01:00
zopk_fact_duplicates.html fix(templates): Add blueprint prefix to url_for calls across admin templates 2026-02-09 13:44:50 +01:00
zopk_knowledge_chunks.html fix(templates): Add blueprint prefix to url_for calls across admin templates 2026-02-09 13:44:50 +01:00
zopk_knowledge_dashboard.html fix(templates): Add blueprint prefix to url_for calls across admin templates 2026-02-09 13:44:50 +01:00
zopk_knowledge_duplicates.html fix(templates): Add blueprint prefix to url_for calls across admin templates 2026-02-09 13:44:50 +01:00
zopk_knowledge_entities.html fix(templates): Add blueprint prefix to url_for calls across admin templates 2026-02-09 13:44:50 +01:00
zopk_knowledge_facts.html fix(templates): Add blueprint prefix to url_for calls across admin templates 2026-02-09 13:44:50 +01:00
zopk_knowledge_graph.html fix(templates): Add blueprint prefix to url_for calls across admin templates 2026-02-09 13:44:50 +01:00
zopk_news.html fix(templates): Add blueprint prefix to url_for calls across admin templates 2026-02-09 13:44:50 +01:00
zopk_timeline.html feat(zopk): Add AI-powered roadmap analysis with status updates and gap detection 2026-02-09 17:10:28 +01:00