From 33f5fd8afa3f84c14343f596da1960ae172f0c2b Mon Sep 17 00:00:00 2001 From: anurag singh <140162738+anurag6569201@users.noreply.github.com> Date: Tue, 11 Jun 2024 08:04:48 +0530 Subject: [PATCH] improved loader updated footer improved ui --- .../core/__pycache__/urls.cpython-312.pyc | Bin 1247 -> 1356 bytes .../core/__pycache__/views.cpython-312.pyc | Bin 11549 -> 12343 bytes newsaggregator/db.sqlite3 | Bin 241664 -> 241664 bytes .../static/assets/css/preloader.css | 137 +++++++----------- newsaggregator/static/assets/css/style.css | 12 +- newsaggregator/static/assets/js/preloader.js | 10 +- .../templates/components/footer.html | 10 +- newsaggregator/templates/partials/base.html | 109 ++++++++------ 8 files changed, 142 insertions(+), 136 deletions(-) diff --git a/newsaggregator/core/__pycache__/urls.cpython-312.pyc b/newsaggregator/core/__pycache__/urls.cpython-312.pyc index 8999bbd65967659a9ed8205a34e9195eebbe3b5b..e5cff2f248be73cf506ca72cb0c4542316375935 100644 GIT binary patch delta 678 zcmcc5d4@~fkmMxTp>iA7*L%Q7Iori>Lh^b zWU#1{L{lea2UIABMWHmBLYY*S6j_8=I(L*nrJSbx_FBnj>Lk3_`Jm2)XC}08canZlY5v;rKN!~j6hs`4@i7qW@Kc%%OG=?LF_4m#$-vB hUD6L(I4*E1UQo8UU>|mcCH#Y`2rpA3cabDeH2~pEX_f#0 delta 496 zcmX@Zb)QrHG%qg~0}xc(CZ{zqGcY^`abSQC%J_U>qPkWjYZNOJLn>nmTPkxF2TTcq zPGMieu^MOs2!Pdb0@d+A_{d}m7n(ZmiGAXhJZOTvK+OWk+92!{J~Vaw6Yq&z3ZMxJ z0yT?Z(JX|fPI$5&qqwCAny4sHw*(g5Vrc5bC)Y8GTT7scN&`USaq$@-@qw9l7&cs?i!^D;GZ7lHf(095ix AdjJ3c diff --git a/newsaggregator/core/__pycache__/views.cpython-312.pyc b/newsaggregator/core/__pycache__/views.cpython-312.pyc index 9c12d80eb786957860e8d2fc959611e4da0b22ba..2ec4b96c9413691941788bcd40d814d62d91294b 100644 GIT binary patch delta 751 zcmYjP&rcIU6rR~1?Y4!sSSqztXl<*Mwi4ox1Ck(!(SxZGVw7HLv%AG5rL8kVil!9~ zYQPJrd!QE+5Lj@lrw!*r0y{LJveQ&O#e`$$W3-z3+Yd&1Bz3KRq&k zYi>3I8h4k+6R-RQvjaLy7a-Fi0f|oQM&#C_mbnB&?gFaV-gR}C&} z4zAQS^GuGJFsP+YS2x`p8Eq&W=RA8tQ=g-nD^UIIwW|fAZN>-Cxjc7*zz|DgJjXS@ zL2c;%+Yp&CAb~vhoExp@EX;ywb_`@;K!~7AQ~QNNAXFS$jGf=_oRZc zk{U5 z=Cmkhh>}iKSxiuXM_08;%|lf{GR~w^SU!@kLK$n1>(&AdX$1RBLMGzlSR4^WOv*7a zog#9Ipb~8!(uLnpm<2n=mWAMaaG__ur|91@x@T|vFqwBP?ZpS>^ViF+!LQzmB~lh5 zdmPVS+qJbX_80n>*e#oHPS_Ew+k$6P@Kglv&MD_&xDcMx*96eyD4tomRgOABTc&WC z3m?|>ps97+&VM{$&>04$J^re*)hD L*90%3VcPx&;cT|1 delta 95 zcmdmCZ|nOp2#P`$gokJk%^^}Ra1Vm8TZlX-=wL(RLu05r~V;H^0_1W#sy7!ptZPRtW%Pp%%*k diff --git a/newsaggregator/db.sqlite3 b/newsaggregator/db.sqlite3 index d78941098cee899187747041637d0df7ea713ec4..caa15bf360b419a2c9a2d050b3f31f85f3fbbd42 100644 GIT binary patch delta 503 zcmZp8z}N7AZ-O+V>_i!7R#^tUtP2}c7WB*UGT&g}@8TEXo5x$p6T+>}#l`W2eLuS= zn=;E^<{O(G1-3D3G%4}2`ZfnUnwFL2B~}z=BxjZvrzcyMCBV5L)YvrDB|fbz-`6|e*s`!7 z)Uztw%(FN*J2E`S%`@07+s`?u%AmlhI5aXcH9I0w*WW2PJGsi+(KW-#A~-11*RQn7 z(lON|z~4F0%COkI$jjNvB0bHw%q_?%!=uQ|ts*epH6t@U&%G+RJjExw(5Wmu%&j8B z%Q!03#oW`#z{o_`z)aW3RKdW=%Gk)t$V|`7*xba>Wb@xC?A#o@d { preloader.style.display = 'none'; - mainContent.style.display = 'flex'; + mainContentlight.style.pointerEvents = 'all'; + mainContentlight.style.overflow = 'auto'; + mainContentdark.style.pointerEvents = 'all'; + mainContentdark.style.overflow = 'auto'; }, 100); }); diff --git a/newsaggregator/templates/components/footer.html b/newsaggregator/templates/components/footer.html index 9b79382..61e892e 100644 --- a/newsaggregator/templates/components/footer.html +++ b/newsaggregator/templates/components/footer.html @@ -1,7 +1,7 @@ {% load static %} -