8d50d5e293
added border-radius to download button
2021-11-16 12:33:05 +00:00
d76e670d5b
CSS codefactor fix
2021-11-16 12:10:15 +00:00
8f5ffc5ef5
Duplicated ids are not allowed in a HTML doc
2021-11-16 12:10:15 +00:00
98f9c57e12
Better use double-quote for HTML attributes
2021-11-16 12:10:15 +00:00
db06b6b797
Renave static/home.css to static/index.css
2021-11-16 12:10:15 +00:00
513c547d99
Remove shadow around kiwix-serve home language in tile
2021-11-16 12:10:15 +00:00
c3d2e01157
Move kiwix-serve home download button at top of the tile
2021-11-16 12:10:15 +00:00
4adad9b281
Make kiwix-serve home tiles clickable
2021-11-16 12:10:15 +00:00
a4c3cad018
fixed books availablity on larger screens and added zoom level support
2021-08-10 21:45:10 +05:30
5e8f3a5505
added use of lang and category api for select boxes on welcome page
2021-08-07 02:39:50 +05:30
fe93035a4c
updated welcome page to support OPDS multiple Icon
2021-08-07 02:35:29 +05:30
0466b9759c
improved browser lang filter working
2021-07-30 12:57:59 +05:30
15839df594
corrected relative links in preview and icon url
2021-07-24 19:26:22 +05:30
646502f9cf
changed font style for modal
2021-07-13 20:00:43 +05:30
a8a96a99f4
corrected working of magnet link
2021-07-13 00:23:38 +05:30
a517d3b529
added modal for downloading zim file on welcome page
2021-07-12 17:59:26 +05:30
2ed9a50eca
fixed button allignment
2021-07-08 12:33:28 +02:00
bce922ab89
bug fix for loader
2021-07-08 12:33:28 +02:00
ad7a63a471
minor change in UI
2021-07-08 12:33:28 +02:00
6e8200637e
corrected search button in mobile view
2021-07-08 12:33:28 +02:00
cc45c840d1
fixed minor codefactor issue
2021-07-08 12:33:28 +02:00
0590f27fa1
corrected select box and search bar design
2021-07-08 12:33:28 +02:00
dd27c3a873
changed tile background color
2021-07-08 12:33:28 +02:00
736841818d
fixed font and other minor issues in title cards
2021-07-08 12:33:28 +02:00
c1868e22f4
minor codefactor fix
2021-07-08 12:33:28 +02:00
aabfc1d82e
fixed card design
2021-07-08 12:33:28 +02:00
2effb3490e
minoor changes in responsive behaviour
2021-07-08 12:33:28 +02:00
55672b0288
revamped basic layout and cards
2021-07-08 12:33:28 +02:00
3c5d73027d
created separate variable for time delta
2021-06-24 15:41:28 +05:30
d88bdd3ebf
corrected filter on no results
2021-06-23 14:15:22 +05:30
5cfe34a5c2
corrected filter working
2021-06-22 19:36:22 +05:30
ad133bc9a3
added cookies for filter effect
2021-06-21 19:57:52 +05:30
1ccafe2d97
minor changes in fadeout effect
2021-06-07 15:38:31 +02:00
d6c62b3cd3
corrected spinner and fadeout effect
2021-06-07 15:37:20 +02:00
f39c558d2a
added fade out
2021-06-07 15:37:20 +02:00
5b46ad5934
added spinned
2021-06-07 15:37:20 +02:00
49dbd0aa52
fixed reset filters link
2021-06-07 15:37:20 +02:00
179f0faeb1
added minor features
2021-06-07 15:37:20 +02:00
bb92f26b60
added filter functionality
2021-06-07 15:37:20 +02:00
063bb8cd65
added dynamic and subset loading of zim-files in kiwix-serve
2021-06-01 19:33:42 +05:30
3288cd80e5
Render suggestion snippet properly
...
To render the snippets properly, we need to use the _renderItem property
of the autocomple ui.
2021-05-26 10:53:00 +02:00
2736a46cfe
Revert "Kiwix Serve welcome page dynamic and subset loading (OPDS based)"
2021-05-25 17:30:05 +02:00
012973d14a
added dynamic and subset loading of zim-files in kiwix-serve
2021-05-25 02:41:12 +05:30
c236f3a32b
Check if bookName is available in url parameters
...
In certain pages like the search result page, bookName is not of the
form `/bookName/endpoint?parameters`. Rather it is available as a query
parameter. From these pages bookName should be assigned from parameters.
2021-05-19 01:12:29 +05:30
5fdc51b23e
fixed suggestion system
2021-04-28 14:34:24 +02:00
5cb276a933
adding kind and path attributes to suggest response object and using it in autocomplete
2021-04-07 21:04:33 +05:30
93264f7409
added root functionality for block external link feature
2021-03-23 03:17:14 +05:30
fb26f6b9c5
moved autocomplete from head_part.html to taskbar.js
2021-03-15 18:10:10 +05:30
52da58a294
Adjust body padding-top for taskbar
...
taskbar is placed *above* content using a `padding-top: 3em;` rule
Currently, in regular case, padding-top is too large and leaves ~4/5px between the
taskbar and the content.
This fixes it by using a `calc()` rule to eliminate this extra space
2020-11-04 11:53:59 +00:00
009eb7f905
Added comment marking dependency of a JS variable with warc2zim
...
warc2zim's service worker captures all requests and then decides what to do based on
availability of the URL in the ZIM or not.
To allow the external URL blocking mechanism, it needs to known whether this was
enabled or not (as those in-iframe links won't be caught).
It detects this by looking for the `window.block_path` variable that is set in the
`block_external.js` script.
As this is fragile, we're adding a comment so that a future maintainer knows that
a third party tools relies on it.
2020-08-19 18:31:46 +02:00