chatwoot/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticlePage
Sivin Varghese bcb66cdcc0
chore: Support creating articles from category view (#14406)
# Pull Request Template

## Description

This PR adds support for creating articles directly from the category
view. Previously, articles could only be created from the main articles
page. With this change, users can now create a new article while
browsing a specific category, making the workflow faster and more
convenient.

Fixes
https://linear.app/chatwoot/issue/CW-7050/create-an-article-when-inside-a-category

## Type of change

- [x] New feature (non-breaking change which adds functionality)

## How Has This Been Tested?

### Screencast


https://github.com/user-attachments/assets/e5a72a85-676e-4747-948a-6b1a19d2089f




## Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [ ] I have commented on my code, particularly in hard-to-understand
areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream
modules
2026-05-18 18:09:53 +05:30
..
ArticleHeaderControls.vue feat: Update conversation bulk action UI (#14118) 2026-05-07 14:58:38 +05:30
ArticleList.vue feat: Add bulk actions for help center articles (translate, status change, delete) (#14137) 2026-04-24 09:13:43 -07:00
ArticlesPage.story.vue chore: Remove older UI (#11720) 2025-07-01 09:43:44 +05:30
ArticlesPage.vue chore: Support creating articles from category view (#14406) 2026-05-18 18:09:53 +05:30
BulkTranslateDialog.vue feat(ee): Add article translation via LLM in help center (#14136) 2026-04-24 08:51:26 -07:00