From aca566d8790626ad5edfdc4755c59c349718670f Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Fri, 31 Jul 2020 17:42:57 -0400 Subject: [PATCH] Update Dev Logs --- Dev Logs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dev Logs.md b/Dev Logs.md index add0a87..be497cc 100644 --- a/Dev Logs.md +++ b/Dev Logs.md @@ -22,7 +22,9 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T ### Tuesday 7/28/20 - Gave public demo for initial UI and API - +### Friday 7/31/20 +- Found [this](https://gist.github.com/crearlink/f483dee7970364b0160f11d69e2201f5#file-medium-transitions-create-params-md) documentation for Material UI's undocumented `theme.transitions.create()` method. +- Began working on repsonive drawer interface.