Commit graph

200 commits

Author SHA1 Message Date
Lord_Devi e66577309a Added a favicon 2024-09-20 18:54:24 -04:00
Lord_Devi 1697e7b955 fix: Update favicon path and remove duplicate static directory 2024-09-20 18:52:40 -04:00
Lord_Devi 4a760bb76c fix: Update favicon link in base.html 2024-09-20 18:51:13 -04:00
Lord_Devi 71de309472 fix: Indent code block after 'if settings.DEBUG:' statement in leadsdb/urls.py 2024-09-20 18:49:24 -04:00
Lord_Devi 652f121c8b fix: Update leadsdb/urls.py to match SEARCH block 2024-09-20 18:49:04 -04:00
Lord_Devi 1d5e6b3f5f fix: Update favicon link in base.html 2024-09-20 18:48:56 -04:00
Lord_Devi c76cf60326 fix: Configure static file settings to resolve 404 error for favicon 2024-09-20 18:46:57 -04:00
Lord_Devi 3ba7e7ee91 fix: Update favicon link in base.html and remove favicon.ico URL pattern 2024-09-20 18:43:48 -04:00
Lord_Devi ba29169437 fix: Update favicon URL path in leadsdb/urls.py 2024-09-20 18:41:48 -04:00
Lord_Devi 0e733f8ae4 fix: Add favicon to static files and update URLs to serve it 2024-09-20 18:37:35 -04:00
Lord_Devi d4e624d5d7 fix: Handle favicon.ico URL pattern correctly 2024-09-20 18:34:20 -04:00
Lord_Devi 233b2b3db6 fix: Add name to favicon URL pattern 2024-09-20 18:32:51 -04:00
Lord_Devi a4eec61e82 fix: Add URL pattern for serving favicon 2024-09-20 18:31:54 -04:00
Lord_Devi 2882274e92 fix: Add named URL pattern and update template to serve favicon 2024-09-20 18:30:12 -04:00
Lord_Devi 9e42141ba6 fix: Add conditional for serving static files in debug mode 2024-09-20 18:29:26 -04:00
Lord_Devi ab52b1a1ae fix: Serve favicon-32x32.png file directly in Django URLs 2024-09-20 18:29:02 -04:00
Lord_Devi 1b8cd337ee fix: Add static file serving in development environment 2024-09-20 18:27:08 -04:00
Lord_Devi 0397a0193f fix: Add missing {% load static %} tag in base.html 2024-09-20 18:20:22 -04:00
Lord_Devi f8f6092e53 fix: Update secret key in Django settings 2024-09-20 18:19:21 -04:00
Lord_Devi 45099d170b fix: Set STATIC_ROOT to a valid filesystem path 2024-09-20 18:16:35 -04:00
Lord_Devi 5e9ea9038c fix: Update leadsdb/urls.py to match SEARCH block 2024-09-20 18:14:19 -04:00
Lord_Devi 98dca48b62 fix: Add favicon-32x32.png as the project favicon 2024-09-20 18:13:07 -04:00
Lord_Devi bb5ec4f88c feat: Remove "Select All Filtered" button and associated code 2024-09-20 01:22:29 -04:00
Lord_Devi 5423a1d40b feat: Implement client-side selection state management 2024-09-20 00:09:01 -04:00
Lord_Devi f93c11ddd9 fix: Import JsonResponse from django.http 2024-09-20 00:00:28 -04:00
Lord_Devi f3e9939685 fix: Add import for JsonResponse in leads/views.py 2024-09-20 00:00:09 -04:00
Lord_Devi d42383556b fix: Preserve selected IDs across pagination 2024-09-19 23:59:45 -04:00
Lord_Devi 4232d488b6 feat: Persist selected IDs across pagination 2024-09-19 23:58:12 -04:00
Lord_Devi 4d83966a37 feat: Persist selected IDs across pagination 2024-09-19 23:56:34 -04:00
Lord_Devi 17d88eb983 fix: Remove extra indented line in leads/urls.py 2024-09-19 23:54:12 -04:00
Lord_Devi f2031405ad feat: Persist selected IDs across pagination 2024-09-19 23:53:41 -04:00
Lord_Devi 195ea4c3a9 fix: Remove selected_ids from URL in pagination links 2024-09-19 23:50:04 -04:00
Lord_Devi 927760bf70 fix: Update request.GET parameters in leads/views.py 2024-09-19 23:47:53 -04:00
Lord_Devi f3d71fdd92 fix: Ignore invalid filter parameters in select_all_filtered view 2024-09-19 23:42:40 -04:00
Lord_Devi f7d317da45 fix: fix errors in leads/views.py and leads/urls.py 2024-09-19 23:40:48 -04:00
Lord_Devi a28fc3bc01 feat: Add "Select All Filtered" functionality and update selected IDs in session 2024-09-19 23:40:25 -04:00
Lord_Devi 401bf39e1a feat: Preserve selected rows across pagination 2024-09-19 23:20:54 -04:00
Lord_Devi 0fc11a28ed feat: Preserve selected IDs across pagination using session-based approach 2024-09-19 23:17:32 -04:00
Lord_Devi 3f411971fc fix: Update url_replace template tag usage in ids_data.html 2024-09-19 23:11:15 -04:00
Lord_Devi b2e015570e feat: Preserve selected IDs across pagination 2024-09-19 23:08:55 -04:00
Lord_Devi 96b5682ba9 fix: Update pagination URL handling 2024-09-19 23:01:58 -04:00
Lord_Devi a2573a14fa feat: Implement session-based approach for handling selected IDs 2024-09-19 22:59:33 -04:00
Lord_Devi 13c8500352 fix: update pagination links to avoid duplicate page parameters in URL 2024-09-19 22:55:37 -04:00
Lord_Devi 0b6c1c79b9 fix: Preserve selected IDs when navigating between pages 2024-09-19 22:51:44 -04:00
Lord_Devi a93445cfb9 fix: Preserve selected IDs when navigating pagination 2024-09-19 22:50:20 -04:00
Lord_Devi 2d43df7697 feat: Preserve selected IDs when using pagination in leads/templates/ids_data.html 2024-09-19 22:48:08 -04:00
Lord_Devi bfe41566df fix: Preserve selected IDs in pagination links 2024-09-19 22:45:30 -04:00
Lord_Devi c53d22fb0d feat: Maintain selected entries across pagination 2024-09-19 22:44:02 -04:00
Lord_Devi 139241f27d fix: update URL path in leads/urls.py 2024-09-19 22:41:42 -04:00
Lord_Devi 7f29db518d fix: Add ids_data_bulk_delete view and URL pattern 2024-09-19 22:41:14 -04:00