Skip to content

Setup base app for saved replies

Phil Hughes requested to merge ph/savedRepliesList into master

What does this MR do and why?

Sets up the base Vue app for viewing, creating, editing, and deleting saved replies in the users preferences.

Screenshots or screen recordings

Screenshot_2023-01-31_at_10.17.29

How to set up and validate locally

  • Enable the saved_replies feature flag (Feature.enable(:saved_replies))
  • In the Rails console create some saved replies:
    • Users::SavedReply.create!(user_id: 1, name: 'test', content: 'Some content')
  • Visit /-/profile/saved_replies

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

#14328 (closed)

Edited by Phil Hughes

Merge request reports

Loading