You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WEB-65] [EDITOR] Make blog title editable within editor (#374)
* created styled text box for editable titles
* basic graphical functionality of renaming files done. Onto redux integration
* changed cursor to ibeam (text) when hovering over
* removed unused types
* renaming partially working -> updates on dashboard but doesn't persist on immediate refresh of editor
* fixed persistence of changes on reload issue but now it's messing up the back button ;-;
* fixed back button issue by setting replace to true -> Doesn't add to react router history :D
* added code to prevent users from naming their documents with an empty string
---------
Co-authored-by: Josh Ramos <josh.ramos@student.unsw.edu.au>
0 commit comments