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
Why are these changes being introduced:
* Initial implementation used full page refresh but that removed the
desired spinners
Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/USE-135
How does this address that need:
* Moves back to target content refresh with turbo frame
* Adds JavaScript to update hidden form element and set active class
on tab
* Introduces Feature to slow down fast requests when testing page
elements that are fleeting like spinners/loaders
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ See `Optional Environment Variables` for more information.
97
97
-`FEATURE_GEODATA`: Enables features related to geospatial data discovery. Setting this variable to `true` will trigger geodata
98
98
mode. Note that this is currently intended _only_ for the geodata app and
99
99
may have unexpected consequences if applied to other TIMDEX UI apps.
100
+
-`FEATURE_SIMULATE_SEARCH_LATENCY`: DO NOT SET IN PRODUCTION. Set to ensure a minimum of a one second delay in returning search results. Useful to see spinners/loaders. Only introduces delay for results that take less than one second to complete.
100
101
-`FILTER_ACCESS_TO_FILES`: The name to use instead of "Access to files" for that filter / aggregation.
101
102
-`FILTER_CONTENT_TYPE`: The name to use instead of "Content type" for that filter / aggregation.
102
103
-`FILTER_CONTRIBUTOR`: The name to use instead of "Contributor" for that filter / aggregation.
0 commit comments