stevekaplan123
stevekaplan123
Ramban on Genesis, Introduction should not redirect to Genesis, Introduction. Instead clicking on it from the TOC should send you to Ramban on Genesis, Introduction. I also caught a potential...
The "super" about page refers to the fact that many pages are now presented together through the use of a sidebar: about, team, jobs, supporters, testimonials metrics, updates, terms of...
This PR adds the ability to add three new properties to indices via the Index Editor: dependence, collective_title, and base_text_titles. This new feature can be seen on this cauldron: https://index-editor2.cauldron.sefaria.org/texts...
Sometimes in our topic links collection, we have non-normalized but valid refs such as "Bereishit Rabbah 100:8" instead of the normalized "Bereshit Rabbah 100:8". The former ref is still valid...
The bulk of this PR converts the static sheets page into a page that is routed via the `menuOpen` path in ReaderPanel. Instead of the static sheets page displaying at...
In SearchResultList, the prop `types` are no longer an array but rather a string that is either 'text' or 'sheet'. Many state variables in SearchResultList were dictionaries with keys 'text'...
For /api/sheets/ref, passed parameter include_collections to `get_sheets_for_ref`, which in turn calls `get_collections_with_sheets`. This function returns every public collection that has a sheet in `sheet_ids` so that `get_sheets_for_ref` returns sheets with...
## Description This PR implements the core functionality of the Sheets Homepage -- displaying the upcoming parasha, upcoming holiday, and the first level of the topics TOC. ## Code Changes...
This PR implements a new api: /next-holiday which returns the Topic's contents corresponding to the next holiday on the Jewish calendar. It utilizes the HebCal API. It asks from the...