-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mechanism to take Leaf off-line temporarily for maintenance #453
Comments
A related question is "What queries should be executed against the LeafDB to determine whether it is being actively used?" While I know that we need to create a dev instance, we don't have one yet. I want to take Leaf off-line without disrupting current users. |
Hi @artgoldberg To help you get started to implement this change in Leaf, you can edit this file: https://github.com/uwrit/leaf/blob/master/src/ui-client/src/containers/Header/Header.tsx. Notice the There may or may not be CSS changes that need to be made to ensure the UI behaves as expected. The CSS file can be located here: https://github.com/uwrit/leaf/blob/master/src/ui-client/src/containers/Header/Header.css. Hopefully this helps with your request. -- |
Thanks Mehadi, I’ll work on it.
|
@artgoldberg, I think there may be a few interrelated features to be added here that could help most Leaf sites. Let's discuss at our next chat. I don't think adding them would be too heavy a lift. |
It would be handy to automatically take Leaf off-line temporarily for maintenance.
Please see discussion #446 .
Thanks
Arthur
The text was updated successfully, but these errors were encountered: