aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/entity_macros.html
Commit message (Collapse)AuthorAgeFilesLines
* web metadata display: multi-line for some array valuesBryan Newbold2022-03-311-0/+8
|
* containers: update preservation pageBryan Newbold2022-02-151-5/+10
| | | | Mostly adding copy and a KBART holdings page.
* web: small improvements to release SERP rowsBryan Newbold2022-02-151-1/+4
|
* containers: progress on browse interfaceBryan Newbold2022-02-111-2/+2
|
* container SERP: fix layout on mobileBryan Newbold2022-02-091-53/+56
|
* container search: iterate on SERP page (including stats)Bryan Newbold2022-02-091-8/+55
|
* release SERP: show wikidata QIDBryan Newbold2022-02-081-0/+3
|
* web: fix API URL link for review pages of entitiesBryan Newbold2021-11-171-2/+2
|
* web: implement new schema changesBryan Newbold2021-10-131-1/+10
|
* refs: web UI tweaks for iterated CSL schemaBryan Newbold2021-08-031-3/+19
|
* refs: several small improvements to web UIBryan Newbold2021-07-271-2/+9
|
* refs: show up to 8 authors in summary tablesBryan Newbold2021-07-271-4/+4
|
* web: refactor refs table into separate refs_macros fileBryan Newbold2021-07-231-3/+38
|
* improvements to fuzzy refs viewBryan Newbold2021-07-231-9/+8
| | | | | | | | - fixes to release summary macro - show tab counts correctly by re-using generic entity get helper - table styling; 'prev' link - openlibrary access links - parse-and-match button for unmatched+unstructured refs
* web: template macro to display release entry summaryBryan Newbold2021-07-231-0/+52
|
* web: missing trailing parensBryan Newbold2021-07-021-1/+1
|
* web: PMCID external link improvementBryan Newbold2021-07-021-1/+1
|
* web: fix DOAJ article links (remove trailing slash)Bryan Newbold2021-06-041-1/+1
|
* web: fix spacing for doaj/dblp identifiers in SERPBryan Newbold2021-05-311-1/+1
|
* web: bugfix dblp vs. doaj display logicBryan Newbold2021-05-311-1/+1
|
* web: consistent public API URLsBryan Newbold2021-04-121-6/+1
|
* web: remove newline from entity view template macroBryan Newbold2021-03-081-2/+2
| | | | | Browsers were ignoring this, but some bots were crawling with a "%0A" in the URL
* web: refactor container SERP rows into macroBryan Newbold2021-02-261-0/+20
|
* web: release search (SERP) changesBryan Newbold2021-02-261-6/+23
| | | | | - show preservation status instead of fulltext tag - more external identifiers
* web: generic view improvements (entities, lists)Bryan Newbold2021-02-261-13/+11
|
* coverage: show counts and fraction in tooltip of coverage barsBryan Newbold2020-10-131-5/+5
|
* coverage: clarify available/accessible terminologyBryan Newbold2020-09-171-1/+1
|
* routes: handle case of viewing deleted entity in editgroup contextBryan Newbold2020-07-301-5/+7
| | | | | | Eg, consider deleting an entity. When viewing the editgroup, want to be able to click the deleted entity and see the "deleted entity" page instead of a generic 404.
* control shadow preservation display with a flagBryan Newbold2020-07-301-3/+9
|
* update container view statsBryan Newbold2020-07-301-0/+89
| | | | | | - show release type counts - new-style preservation status (single bar) - show release_type preservation break down on coverage page
* switch SERP stage coloring to brown uppercaseBryan Newbold2020-07-281-13/+11
| | | | To match fatcat-scholor, where this scheme has been successful.
* refactor search macros into new fileBryan Newbold2020-07-281-40/+0
|
* refactor release and container searchBryan Newbold2020-07-241-5/+5
| | | | | | | | | | Based on fatcat-scholar refactoring. This doesn't include refactoring of stats, aggregates, or histograms yet, just the direct queries. Don't have any test coverage yet; intend to try elasticmock or figuring out how to ingest mock JSON results directly.
* Merge branch 'bnewbold-search-tweaks' into 'master'bnewbold2020-04-271-25/+51
|\ | | | | | | | | tweaks to search result pages See merge request webgroup/fatcat!50
| * web search: tweak release search result styleBryan Newbold2020-04-231-25/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | This is also back-ported from covid19.fatcat.wiki, though with some more tweaks on top. The changes are: - show original title if available (usually non-English) - move release_type label to title line suffix, and only show if not a "paper" - show publication status and withdrawl as text after the journal title, not as a label
* | web: fix ident=None broken linksBryan Newbold2020-04-231-0/+2
|/ | | | | | On web interface views for revisions, we had a bunch of broken links because the ident is "None". This commit fixes these by removing the links.
* pagination: use correct endpoint in navigationMartin Czygan2020-01-181-5/+5
|
* datacite release links and metadata expansionBryan Newbold2019-12-201-2/+2
| | | | | | | Small ergonomic changes for datacite releases: - add a link to live/current datacite metadata (like we do for Crossref) - expand "extra" metadata fields under 'datacite' dict in metadata view
* gray out inactive navigation linksMartin Czygan2019-11-141-2/+2
| | | | | | | | As per [this issue](https://github.com/Semantic-Org/Semantic-UI/issues/1885#issuecomment-77619519), text colors are not supported in semantic ui. To not move text too much, gray out inactive links.
* move pagination into macrosMartin Czygan2019-11-141-0/+40
| | | | | | | | | Two new macros: * top_results(found) * bottom_results(found) wip: move pagination into macro
* finish container coverage pageBryan Newbold2019-09-041-0/+13
| | | | Also re-worked container view sidebar a bit more.
* include example releases on container landing pageBryan Newbold2019-09-031-0/+77
| | | | | Included making release search results an entity macro (in webface templates).
* webface include webarchive_urls for containersBryan Newbold2019-09-031-1/+1
|
* fix revision JSON entity links in webface side barBryan Newbold2019-08-241-1/+15
|
* simplify url_list() template macroBryan Newbold2019-08-241-10/+4
|
* more UI tweakingBryan Newbold2019-06-131-1/+1
|
* refactor all entities to new UI styleBryan Newbold2019-06-131-9/+20
|
* entity view tweaksBryan Newbold2019-06-131-1/+1
|
* continue large refactors of entity viewsBryan Newbold2019-06-121-3/+14
| | | | | | - container views generic - editgroup edit deletion and re-editing - /editgroup/entity/ident views
* more lookup viewsBryan Newbold2019-06-051-0/+18
|