diff --git a/client/constants.js b/client/constants.js
index 459fe4f5..fdedc38b 100644
--- a/client/constants.js
+++ b/client/constants.js
@@ -69,6 +69,8 @@ export const OPEN_PROJECT_OPTIONS = 'OPEN_PROJECT_OPTIONS';
export const CLOSE_PROJECT_OPTIONS = 'CLOSE_PROJECT_OPTIONS';
export const SHOW_NEW_FOLDER_MODAL = 'SHOW_NEW_FOLDER_MODAL';
export const CLOSE_NEW_FOLDER_MODAL = 'CLOSE_NEW_FOLDER_MODAL';
+export const SHOW_FOLDER_CHILDREN = 'SHOW_FOLDER_CHILDREN';
+export const HIDE_FOLDER_CHILDREN = 'HIDE_FOLDER_CHILDREN';
// eventually, handle errors more specifically and better
export const ERROR = 'ERROR';
diff --git a/client/images/triangle-arrow-down.svg b/client/images/triangle-arrow-down.svg
new file mode 100644
index 00000000..fec407e0
--- /dev/null
+++ b/client/images/triangle-arrow-down.svg
@@ -0,0 +1,14 @@
+
+
\ No newline at end of file
diff --git a/client/images/folder-triangle.svg b/client/images/triangle-arrow-right.svg
similarity index 70%
rename from client/images/folder-triangle.svg
rename to client/images/triangle-arrow-right.svg
index 1843a73e..8261d814 100644
--- a/client/images/folder-triangle.svg
+++ b/client/images/triangle-arrow-right.svg
@@ -1,11 +1,11 @@
-