Feature #2704
Feature #2632: Conversion to React-Semantic
Feature #2655: Reader View
Feature #2675: Load from URL
Add routing of not found pages
Start date:
04/30/2020
Due date:
% Done:
100%
History
#2 Updated by Luke Murphey over 4 years ago
Qs:
- Why doesn't http://localhost:8081/work work?
Obs:
Solns:- <Route path="*" component={NoMatch} />
- Breaks /work/
- Renders nothing even on no-match
#3 Updated by Luke Murphey over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100