Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

2.3.0.201803281421: Feature: Recent cards + fixes

Compare
Choose a tag to compare
@ghys ghys released this 28 Mar 14:25
· 55 commits to master since this release
- All cards are added to the registry as ephemeral when
  they're generated by the CardBuilder
- Keep only the 10 most recent ephemeral cards
  in the registry and purge the rest when adding new ones
- POST /habot/cards doesn't consider an ephemeral card with
  the same UID as a duplicate - it simply replaces it
- GET /habot/cards filters out ephemeral cards
- Add ability to "forget" option for ephemeral cards in the
  Recent view
- Add vue-moment to format timestamps of recent cards
- Don't fallback to default locale in AnswerFormatter
- Add missing FR translation
- Fix circular dependencies between components

Signed-off-by: Yannick Schaus <[email protected]>