From 26225e522993c9e69f3bfedd4087f9c7e531b0e3 Mon Sep 17 00:00:00 2001 From: Wilson Gaturu Date: Wed, 22 May 2024 17:22:30 +0300 Subject: [PATCH] adds improvements to legislation --- liiweb/templates/liiweb/legislation_list.html | 26 +++++-- liiweb/urls.py | 5 ++ liiweb/views/legislation.py | 2 + .../js/components/LegislationTable/Row.vue | 71 +++++++++++++++++++ .../js/components/LegislationTable/index.vue | 50 ++++++++++++- .../templates/peachjam/judgment_detail.html | 24 +++++++ .../peachjam/layouts/document_detail.html | 1 + 7 files changed, 169 insertions(+), 10 deletions(-) create mode 100644 peachjam/js/components/LegislationTable/Row.vue diff --git a/liiweb/templates/liiweb/legislation_list.html b/liiweb/templates/liiweb/legislation_list.html index 7c1716865..b8221763f 100644 --- a/liiweb/templates/liiweb/legislation_list.html +++ b/liiweb/templates/liiweb/legislation_list.html @@ -21,19 +21,31 @@

{% trans 'Legislation' %}

+