Steps to reproduce:
- Open edit dialog
- Go to Files
- Create a new file in the root named "test.gmi"
- After navigating to new page, go to Files
- Search for file and see it is not there.
- Go to Editor
- Make a change and save the file.
- Go back to Files
- Search for file and see it is not there.
- Refresh the page
- See it is now there
Fix
When you save the file, check to see if the file is in the list of files. If it is not, update the file listing.
## Steps to reproduce:
* Open edit dialog
* Go to Files
* Create a new file in the root named "test.gmi"
* After navigating to new page, go to Files
* Search for file and see it is not there.
* Go to Editor
* Make a change and save the file.
* Go back to Files
* Search for file and see it is not there.
* Refresh the page
* See it is now there
## Fix
When you save the file, check to see if the file is in the list of files. If it is not, update the file listing.