simplesite icon indicating copy to clipboard operation
simplesite copied to clipboard

Results 6 simplesite issues
Sort by recently updated
recently updated
newest added

Nice little guide. Just a note for the ones reading: the config file is already defining the path for the app folder, the static folder or the templates folder. So...

Just opening a general issue to add more testing. The project is already set up with pytest, but as of right now, it's only set to work with the "hell...

enhancement

In `04_htmx` branch: Create a new endpoint called `/artist` to showcase the infinite scroll capabilities of htmx. See [htmx.org for an example](https://htmx.org/examples/infinite-scroll/). Maybe create a large artist card that includes...

enhancement

On the `04_htmx` branch: The "/catalog" endpoint displays a list of cards with an Artist name and Members that looks like this: ![image](https://user-images.githubusercontent.com/46942991/228005703-95c42041-3896-4a22-8332-8c36b9f26e16.png) When the container is clicked, with htmx...

enhancement

For `04_htmx` branch: When selecting the "search" element (``), the html response that gets rendered in the "#search-results" div is empty (nothing found). ![image](https://user-images.githubusercontent.com/46942991/228010156-9e0fef40-0342-47ea-9b75-1912bd2840d0.png) Instead, the element should populate with...

enhancement

On `04_htmx` branch: When visiting the "/catalog" endpoint, artist cards are generated. An htmx event toggles from Artist/Members to Artist/Profile displayed (see below): ![image](https://user-images.githubusercontent.com/46942991/228012143-4bec883a-fdc4-4690-ab54-abe7137059ce.png) Clicking on the "MORE INFO" link...

bug