summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-11-30 14:13:23 +0100
committercyberta <cyberta@riseup.net>2022-12-02 20:25:18 +0100
commit8791d3bf4182ebb3288a2979e3a9f976d9b17c05 (patch)
treed6733809e7ae26aca6529580700b6d7b0fce61e1
parent709362f5adefdf0727aa0ea111b3a5105c7ed8d0 (diff)
start implementing a script to revert the design updates, so that organizations maintaing custom branded clients can have a transition phase to adapt to the new design
-rwxr-xr-xscripts/revert_to_old_design.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/revert_to_old_design.sh b/scripts/revert_to_old_design.sh
new file mode 100755
index 00000000..8fdabd32
--- /dev/null
+++ b/scripts/revert_to_old_design.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+rm -r app/src/custom/res/layout* \ No newline at end of file