- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 23 2022
Rebase and commit message change
Removed unused code
Review comments; Using an existing mapping instead of JS logic
Added try catch
Minor change; removed capital letters
Mar 22 2022
Rebase
Addressing review comments
Mar 21 2022
Mar 18 2022
Rebase on top of latest commit
Review comments, changed email template
Addressing review comments
Minor changes, var name changes
Added link to request dashboard in moderation view
Review comments; setting heading from server
Fixes for history; admin email
Mar 17 2022
Review comments; moved function around, added on document ready
Mar 16 2022
Addressing review comments; changes to location hash
In D7357#191444, @vlorentz wrote:In D7357#191439, @jayeshv wrote:Why do you think a virtual DOM an overkill, when we already have a lot of hard to manage JS?
Either we make full server rendered pages, or we use a full JS clientI'd rather have the former. I know but already have many pages that depend on JS; and I think adding more is a step in the wrong direction.
Addressing review comment; Using csrfPost
In D7357#191434, @vlorentz wrote:React (or any virtual DOM) is waaaay overkill, when two HTML pages would work perfectly for our needs.
Review comment; changed generic variable name
In D7357#191423, @vlorentz wrote:I updated with the JS fix.
It still does not interact well with browser history
But I feel we need to handle this with better JS technologies.
Why?
Removed the extra error message
In D7357#191415, @vlorentz wrote:We can also do it without JS, as they will have a different path.
Change for review comment; Different URL fragment for Browse
In D7357#191383, @vlorentz wrote:In D7357#191314, @anlambert wrote:In D7357#191292, @vlorentz wrote:Could you make a different page for each tab, so it works with browser history?
Simpler solution is to use URL fragment and some js glue
I'd rather not add more JS when it's easy to do without.
Addressing review comments
Renamed cypress file
Addressed review comments
Commit message changes
Mar 10 2022
Mar 9 2022
Add request browsing
Style improvements
Copyright info
Rebase on the latest sprint team work
Mar 8 2022
Basic template styling