-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththrive4github.nfo
110 lines (100 loc) · 4.03 KB
/
thrive4github.nfo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
update 2.0 10/04/2025
- less padding td elements data display
- added audioplayer list play
navigation player
next arrow right
previous arrow left
toggle pause / play p
volume up +
volume down -
seek plus .
seek min ,
note: name in playlist.json and href of playlist need to match
- added config option primaraly to toggle list play
shuffle / linear
- rewrite of css deprecated separate font.css
- rewrite parts of .js libs deprecated libtheme.js
- fixed a number of small bugs
update 1.9 10/03/2025
- updated json files
- tweaks to various .js files
update 1.8 09/02/2025
- fix encodeURIComponent part url caused issues
with titles having a '=' as suffix.
- fixes to imageviewer.js added toggle text
from various sources
- refactored zoom imageviewer added move
- added a reference section to imageviewer
based mostly on historic sources
- added theme field to music and missing release year
update v1.7 09/09/2024
- refactored most of the logic for displaying
list, tile and data display plus more flexible
intergration of json
- .js code base decreased with ~ 30%
- added atlas.json used to determine which
fields are, and in which order, displayed
- added documentary information
- filter out year when querying wikipedia
update v1.6 01/07/2024
- added to top button
- added scaled image zoom in imageviewer (first draft)
- restyled imageviewer, imagesize, text size etc.
- fixed text not being selectable in modal mode, imageviewer, paper, etc.
- slightly more accurate results from wikipedia for film, games and music
- small bug fixes
update v1.5 14/05/2024
- included data / list indicator (first letter selected)
- small tweak to sorting routine make more specific to click on th
- re-write of imageviewer.js more scalable
- compacted code per list type
- merged paper.css into main.css
- further intregration wikipedia and musicbrainz
sections papers, film, game and music
- added spinner aka loading... to slide show
- misc bug fixes
update v1.4 15/03/2024
- removed nested json call for imageviewer json
- reduced size html page size per section
- todo follow up suggestions made by pagespeed and yellowlab
update v1.3 12/03/2024
- fixed all images showing in imageviewer.js when loading page first time
- imageviewer can now be used per sub section site
- added mousescroll navigation imageviewer
- added zoomin zoomout imageviewer
- trimmed json datamodel most sections except code
- unified sidenav code to lib.js
- style tweaks
- refactored most of the json handleing trimmed the fat
- rewrite ken burns slide handeling plus added use of subsection
- added sections resources, film and game
- integrated wikipedia and musicbrainz rest api data in section music
- removed github api calls in code section causes 403's to easy
- total data tally items, 1500 music, 1500 film, 1300 game
- site size 8 sections 70% data, 30% page render code
update v1.2 18/12/2023
- added sticky table header for data tables
sticky tip courtesy https://codepen.io/stephen-george-west/pen/rNpjXYL
- added side menu navigation
- added search selection box automatically change to selected field
- fixed issues with code.js
- cleaned up divs and other small issues
update v1.1 04/11/2023
- style tweaks
- many code tweaks to json handeling
public release 1.0 26/09/2023
- most pages are now data driven aka
data is gathered via json text file
- added filter table javascript
courtesy to: https://www.w3schools.com/howto/howto_js_filter_table.asp
partially implemented filter on specific field
- added slide show with ken burns effect
- replaced sort routine for tables javascript
significant improvements in speed and number
of rows that can be handled by browser
many thanks to tofsjonas
see: https://github.com/tofsjonas/sortable
- modified main.css less cluterd html table and other style tweaks
- robots.txt set to allow crawlers
- todo still issues with imageviewer and slideshow
javascript not setting focus on elements etc.