-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
UI/UX and backend changes in the plugin #645
Conversation
|
||
#### Changing the Scope of non-liveview routes | ||
- As the route addresses were the same in both cases, the `scope` for the non-liveview routes was changed from `"/"` to `"/nolive"`. | ||
- By default, on clicking the registration and login buttons on the homepage, everything will render the liveview templates. To access the similar route for the no-liveview templates prepend `/nolive` to the route. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A non-critical feedback. Since the server URLs are public, something like nolive
seems odd. We'll see if we can replace this with something more proper later.
The sub-issue #651 has been resolved in this PR. Users can now use the replace slur and show metadata features without authentication. |
@dennyabrain was able to pull and test this PR out locally
we can merge the PR now |
@aatmanvaidya |
This is a WIP PR. Currently, the following changes have been made:
This description will keep on updating as new changes are made.
CC: @aatmanvaidya