iachat/app
Shivam Mishra ca2506a941
feat: allow sorting of articles (#6833)
* feat: sort by position

* chore: whitespace change

* feat: add border bottom color to list item

* feat: allow dragging articles

* feat: add migration to reorder all articles

* feat: add onsort method

* feat: finish UI sorting

* feat: show 50 per page in articles list

* feat: add article sorting methods

* feat: patch up reorder action with the API

* refactor: better naming

* chore: add comments

* feat: attach position to article before create

* feat: move article to end if moved between categories

* chore: add comments

* chore: update version

* fix: don't change position if previous category was nil

* fix: condition to trigger update on category change

* refactor: store new_position

* refactor: use grid instead of table

* feat: add snug spacing

* feat: add grab-icon

* feat: add grab icon to list

* refactor: show draggable only for category page

* feat: add update_positions as a class method

---------

Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
2023-04-17 14:43:10 +05:30
..
actions chore: Ability to Disable Gravatars (#5027) 2022-07-21 19:27:12 +02:00
assets chore: Resolve bundle audit (#6671) 2023-03-15 14:05:54 +05:30
builders fix: Warn Facebook error code 100-2018218 (#6632) 2023-03-09 13:51:10 +05:30
channels chore: Sentry issues (#4623) 2022-05-06 14:50:55 +05:30
controllers feat: allow sorting of articles (#6833) 2023-04-17 14:43:10 +05:30
dashboards feat: Supports masking tokens in super admin (#6491) 2023-02-21 17:50:55 +05:30
dispatchers Chore: clean up Reporting Events (#4044) 2022-02-28 18:16:12 +05:30
drops chore: Auto capitalize the last name field while sending the canned response/variables (#6767) 2023-03-28 13:03:51 +05:30
fields feat: Supports masking tokens in super admin (#6491) 2023-02-21 17:50:55 +05:30
finders feat: Route emails based on x-original-to in email channel (#6901) 2023-04-13 14:52:12 +05:30
helpers feat: better download for conversation traffic heatmap (#6755) 2023-04-11 09:40:54 +05:30
javascript feat: allow sorting of articles (#6833) 2023-04-17 14:43:10 +05:30
jobs fix: Disable processing events if account is suspended (#6849) 2023-04-07 12:01:03 -07:00
listeners Fix: Consider bot message on slack integration (#6793) 2023-03-31 18:56:51 +05:30
mailboxes chore: Refactor code in ApplicationMailbox (#5857) 2023-01-17 17:30:03 +05:30
mailers fix: Update from_email in the name to fix the syntax error (#6900) 2023-04-13 10:42:38 -07:00
models feat: allow sorting of articles (#6833) 2023-04-17 14:43:10 +05:30
policies feat: allow sorting of articles (#6833) 2023-04-17 14:43:10 +05:30
presenters fix: Add missing timestamp in the real-time event (#6349) 2023-01-25 15:21:41 -08:00
services fix: flatten template array for whatsapp templates (#6880) 2023-04-11 17:48:17 +05:30
views feat: better download for conversation traffic heatmap (#6755) 2023-04-11 09:40:54 +05:30
workers fix: Update auto reply and hide reply time for email inbox (#3985) 2022-02-15 17:11:28 +05:30
test-matchers.js Initial testing with jest (#133) 2019-10-15 00:18:46 +05:30