1
0
Commit Graph

80 Commits

Author SHA1 Message Date
883835bf24
Keep sorting in local storage. 2024-12-30 20:39:38 +04:00
4b188da546
Localized size units in main.js. 2024-12-30 20:39:09 +04:00
6669337d3a
Fix for Size field. 2024-12-30 16:50:14 +04:00
aa387e2021
Remove unused func AssetsGetFile(). 2024-12-30 15:58:41 +04:00
3bb26f397c
Localization of size units. 2024-12-30 15:45:23 +04:00
dac60a6010
Fixed a current path under the table. 2024-12-30 15:29:59 +04:00
034216efd4
CurrentPath() func was moved to index.templ and was renamed to currentPathToLink(). 2024-12-30 15:00:22 +04:00
2c8a9e3e61
In Index template removed one tab level to save horizontal space. 2024-12-27 16:35:03 +04:00
c63d59f0a4
Move root path out from CurrentPath() func and localise it. 2024-12-27 16:31:16 +04:00
aeccc9d629
Found out it makes an audio element to collapse in chrome-based browsers, and in firefox does nothing. Removed. 2024-12-21 17:12:40 +04:00
0a642d7135
Removed go:generate for jade from web.go. 2024-12-11 00:49:52 +04:00
c6806b664f
Add padding for overlay label and autoplay. 2024-12-11 00:40:59 +04:00
77f79c4fb4
Text for instruction was added. 2024-12-11 00:32:09 +04:00
0bc11dd5f2
Set overlay_autoplay to saved state. Also add a missing semicolon. :) 2024-12-11 00:30:56 +04:00
3589eb591e
*_formats consts were moved in-place. 2024-12-10 23:28:50 +04:00
9463774aee
Better russian label for autoplay. 2024-12-10 23:28:16 +04:00
3ad3945e7b
Some refactoring in main.js. 2024-12-10 22:47:54 +04:00
4d40896376
Store autoplay state in localStorage. 2024-12-10 22:23:07 +04:00
e34e8dddb9
Autoplay functionality was implemented. 2024-12-10 22:20:39 +04:00
06213c9b05
A place for instruction was added. 2024-12-10 22:20:13 +04:00
bbe619ccce
Updated overlay. 2024-12-10 01:17:09 +04:00
470b371503
Updated main.js. A new feature was added that allows to move images and videos. But currently not working for videos. 2024-12-08 04:13:57 +04:00
ce1354c509
Added locales. 2024-12-08 04:11:23 +04:00
bfbf5c42a6
A templ index template was added. 2024-12-08 04:11:00 +04:00
b05ddb6971
Removed jade templates. 2024-12-08 04:10:03 +04:00
d6463e81e8
A struct DirStats was renamed to DirStat. 2023-09-20 04:07:24 +04:00
8b39e60a01
Reorganised CSS. Set min-height for body to 100vh. 2023-08-23 04:49:30 +04:00
c06eaecbfc
Removed unused ids. 2023-08-23 04:40:39 +04:00
f23e4d713b
Moved error styling to main.css. 2023-08-23 04:40:23 +04:00
1a5d32f1b9
Put my full name in a footer. 2023-08-23 04:33:45 +04:00
775eef657e
Removed id and classes from a logo. 2023-08-23 04:31:57 +04:00
6cf74599cc
A separate base.jade template was made. An index.jade rewritten to use it. 2023-08-13 02:24:36 +04:00
4657319d52
Added an error page. 2023-08-13 02:23:47 +04:00
aa64903161
Remove jade.go from a repo. 2023-06-13 00:05:05 +04:00
15af164462
Moved to my httpr router. 2023-06-13 00:02:41 +04:00
80647144b5
Removed -stdlib that prevented jade.go file's creation. 2023-06-12 23:32:09 +04:00
24e46c79e7
In footer 2022 was replaced by 2023. 2023-06-12 23:16:46 +04:00
56399e85bb
Removed Privacy statements section and added a link to it on a main site in a footer. 2023-06-12 23:13:41 +04:00
2b5c26b2db
Remove compiled template. 2023-02-23 18:02:52 +04:00
277333b1cb
Changed arav.top to arav.su. Version up to 23.8.0. 2023-02-23 17:56:26 +04:00
50d2c6a8bd
Reassign first and last row global var after sorting. 2022-10-31 03:23:08 +04:00
714d0816b5
keydown event listener moved in its own section KEYBOARD HANDLING. 2022-10-31 01:44:27 +04:00
3fa12d8950
Added :focus-within for tr. 2022-10-31 01:41:34 +04:00
7da359ddda
Added tabindex for tr elements. Filter is hidden by default. If JS is enabled, then it will be displayed. 2022-10-31 01:40:59 +04:00
23737319d2
Code was reorginised. Added ability to navigate through directory list. 2022-10-31 01:39:55 +04:00
d29eb84c3f
Make prev an next buttons to ignore hidden rows. 2022-10-18 22:22:04 +04:00
ed17b83aae
Added table row filtering based on value of filter input text field. 2022-10-18 22:21:31 +04:00
4ef2a77c25
Style for an input text field. Added class .hidden to hide table rows. 2022-10-18 22:20:28 +04:00
f6dd6b76d0
Added a text input filed to filter directory's content. 2022-10-18 22:19:29 +04:00
ca35aa6019
This z-index only messing. 2022-09-20 04:38:10 +04:00