Add snackbars for missing features

This commit is contained in:
Tibo De Peuter 2023-05-01 19:28:50 +02:00
parent e458927c28
commit 5a2632c08a
3 changed files with 17 additions and 8 deletions

View file

@ -92,5 +92,14 @@
<!-- ========== Friends flow ========== -->
<string name="friends">Friends</string>
<string name="add_friend_not_possible_yet">Adding friends still needs to be implemented. Hang on tight!</string> <!-- TODO Remove this description line once implemented. -->
<!-- ========== Create & edit screens ========== -->
<!-- Task -->
<string name="create_task_not_possible_yet">Creating tasks still needs to be implemented. Hang on tight!</string> <!-- TODO Remove this description line once implemented. -->
<!-- Session -->
<string name="create_session_not_possible_yet">Creating sessions still needs to be implemented. Hang on tight!</string> <!-- TODO Remove this description line once implemented. -->
</resources>