- index.html: store dropdown in topbar (switch without leaving page)
- cabinet.html: store-cards with Активировать/Проверить, edit hidden in <details>
- Removed 'Используется' button, active shown as green card + label
- next=index param to return to main page after store switch
- Brand name changed to WBfeed.ru across all templates
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Settings: tab per star with mini-toggle + template count badge
- Templates: full-width textarea per template (not cramped columns)
- Filter mode: pill-cards instead of raw radio buttons
- Save button aligned right with border-top separator
- Log: card-based entries (rating pill, meta row, review/reply blocks)
- wb3.png logo, 160px on login, 40px in topbar with ring shadow
- Fix CSS variable names (--c-* → --line/--card/--text/--muted)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Replace tumbler with Start/Stop buttons (green/red)
- Lock settings form with <fieldset disabled> when auto-reply active
- Clear queue + reset fetch timer on settings save
- Show 'Очередь подгрузится через X сек.' countdown in queue section
- API /status returns next_fetch_seconds, queue_len, auto_reply_enabled
- Login: price 15₽/день, up to 144 replies/day, wb2 logo, promo panel 25% width
- Replace wb.png → wb2.png across all templates
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Support reply pools for all 5 stars (1★–5★)
- Configurable enabled stars (DB setting, not env)
- Filter mode: no_text / empty / all reviews
- New settings UI: star toggles with colors, filter radios, dynamic pool columns
- Remove review browse/export UI from main page
- Login: left panel 1/4 width, logo 140px, price 7₽/день
- Fix Jinja2 vars() → reply_pools dict
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- app.py: add pool keys for stars 1-3, AUTO_REPLY_STARS_KEY/FILTER_KEY,
_load_enabled_stars(), _load_filter_mode(), updated _has_review_content()
with filter_mode param, new /auto-reply-settings POST route, index route
passes enabled_stars/filter_mode/pools 1-5 to template
- templates/index.html: remove reviews list & controls section, replace pool
card with full settings card (star toggles, filter mode radios, dynamic
per-star pool columns), update JS for all 5 stars
- templates/login.html: fix ratings feature text (1-5★), update price to
7 ₽/день with corrected description
- static/styles.css: login-promo fixed 300px width, logo 140px, add
settings UI styles (star-toggles, filter-options, pool-columns, star-chips 1-3)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Left panel: logo, headline, feature list, price (200 ₽/мес).
Right panel: login form. Responsive for mobile.
Fix topbar logo display with white bg and shadow.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>