Integrate swipe and d-pad to transit entry_view #2

Merged
joshlaymon merged 10 commits from develop into main 2025-09-07 17:58:35 +00:00
Showing only changes of commit 35b2a33180 - Show all commits

View File

@ -3,7 +3,7 @@
{% load static %}
{% block content %}
<div class="result-wrap">
<div id="swipeZone" class="result-wrap">
<!-- Top bar: back + counter + clear Prev/Next -->
<div class="result-toolbar">
@ -183,6 +183,9 @@
</script>
<style>
/* prevent horizontal jiggle while swiping */
#swipeZone{ touch-action: pan-y; overscroll-behavior-x: none; overflow-x: hidden; }
.subject-pills{
display:flex;
flex-wrap:wrap;