Commit Graph

166 Commits

Author SHA1 Message Date
lifeadventurer
bd9789bbdd impr(quotes): add 10 new quotes 2023-12-10 23:26:13 +08:00
Moon
f0ee4d8e85 Merge pull request #7 from tobiichi3227/main
fix offline cache failed
Co-authored-by: tobiichi3227 <cz1346219@gmail.com>
2023-12-07 23:20:39 +08:00
Moon
187b8ca54f docs: organize the comments
Co-authored-by: tobiichi3227 <cz1346219@gmail.com>
2023-12-07 23:13:16 +08:00
tobiichi3227
ecc21a63de Merge branch 'LifeAdventurer:main' into main 2023-12-07 22:56:23 +08:00
f76d2bf880 fix: offline cache failed
Co-authored-by: LifeAdventurer <life0adventurer@gmail.com>
2023-12-07 22:55:54 +08:00
Moon
7003d9c5b9 Merge pull request #6 from tobiichi3227/main
add offline mode support

Co-authored-by: tobiichi3227 <cz1346219@gmail.com>
2023-12-07 21:15:04 +08:00
tobiichi3227
eecc330409 Merge branch 'LifeAdventurer:main' into main 2023-12-07 21:00:19 +08:00
d15d9b30d3 feat: add offline status support 2023-12-07 20:59:34 +08:00
d6017207c6 pref: remove unused js library
Co-authored-by: LifeAdventurer <life0adventurer@gmail.com>
2023-12-07 19:35:49 +08:00
Moon
3b1ce611bd Merge pull request #4 from tobiichi3227/main
fix: cannot create files in Windows
Co-authored-by: tobiichi3227 <cz1346219@gmail.com>
2023-12-06 22:05:35 +08:00
4934ca5119 fix: cannot create files in windows
sorry moon
2023-12-06 22:02:13 +08:00
Moon
7e2e4cbb52 Merge pull request #3 from tobiichi3227/main
feat: add pwa support
2023-12-06 21:34:56 +08:00
a13092817d feat: add pwa support
Co-authored-by: LifeAdventurer <life0adventurer@gmail.com>
2023-12-06 21:32:54 +08:00
lifeadventurer
3a90b4328f feat(footer): add copyright in the footer
also change header name to generators gallery
v1.0.0
2023-12-02 23:44:10 +08:00
lifeadventurer
4065fce13c chore: fix typo in quotes.json 2023-12-01 00:01:47 +08:00
lifeadventurer
8562b3b6d8 chore: fix typo in quotes.json 2023-11-30 20:43:59 +08:00
lifeadventurer
74bddb89f2 refactor: remove prefix and suffix of generate_quote_json.cpp 2023-11-28 16:57:30 +08:00
lifeadventurer
02aaad07af impr(quotes): add 6 new quotes 2023-11-28 16:47:13 +08:00
lifeadventurer
5950494a2c impr(quote): add id for every quote 2023-11-28 16:23:03 +08:00
lifeadventurer
d9677aaec8 impr(jquery): save jquery search to a variable to improve performance 2023-11-28 00:19:07 +08:00
lifeadventurer
f8cb638a02 fix: special event display error 2023-11-27 23:42:01 +08:00
lifeadventurer
eda48aa902 impr: add new special events 2023-11-25 22:31:41 +08:00
lifeadventurer
4ae5d372cb refactor: jquery switch page with show and hide
use two div to group the init page and result page to increase readability
2023-11-25 22:23:10 +08:00
lifeadventurer
b6375dadeb fix: double span cause display error 2023-11-25 22:05:39 +08:00
lifeadventurer
462c6363f6 fix: all bold text <b> tag error 2023-11-25 18:18:02 +08:00
lifeadventurer
48df3a8652 feat: increase the convenience of adding new special events
When an event in special.json is empty, a general event will be used instead
2023-11-25 18:09:40 +08:00
lifeadventurer
0000d58be3 fix: get rid of the time difference decimal 2023-11-25 17:24:25 +08:00
lifeadventurer
6d8364f720 fix: folderPaths index bug 2023-11-25 00:23:36 +08:00
lifeadventurer
230389ba87 feat: change the profile icon at the footer to a rounded shape
also seperate all inline style in html to external
2023-11-25 00:21:16 +08:00
lifeadventurer
acc0bdcac2 fix: format time difference function typo 2023-11-24 23:59:35 +08:00
lifeadventurer
0655788960 fix: folderIndex initial value error 2023-11-24 23:58:17 +08:00
lifeadventurer
c36cc8a14b refactor: improve readability in scripts.js 2023-11-24 23:51:55 +08:00
lifeadventurer
66d4c7c1fd refactor: improve code structure and readability in scripts.js
refactor the code structure - use a loop to iterate through the folderPaths fetched from the folders.json, this way if there are new generators you just need to add them to the folders.json, and make sure the orders are same as the one in html
2023-11-24 23:36:46 +08:00
lifeadventurer
6f5b58ecfa refactor: json file 2023-11-24 23:10:44 +08:00
lifeadventurer
02b57f264b feat: create new folders.json file to save generators folder data 2023-11-24 23:08:43 +08:00
lifeadventurer
f1e5665f8e feat: add a link to the GitHub profile on the footer icon 2023-11-24 21:55:45 +08:00
lifeadventurer
434f37e4a2 impr(quotes): add a new quote 2023-11-24 20:52:48 +08:00
lifeadventurer
ade6f33bae Merge branch 'main' of https://github.com/LifeAdventurer/generators 2023-11-24 20:25:03 +08:00
lifeadventurer
639c1f047f feat(gallery): add last update time info to card footers
Enhance generator gallery by displaying the time difference since the last update in the footer by each card. This information is obtained from the GitHub API for the specified folders.
2023-11-24 20:24:43 +08:00
lifeadventurer
f898c53b17 feat: add last update time info to card footers
Enhance generator gallery by displaying the time difference since the last update in the footer by each card. This information is obtained from the GitHub API for the specified folders.
2023-11-24 20:23:21 +08:00
lifeadventurer
c23565b721 update README 2023-11-24 18:18:12 +08:00
lifeadventurer
6cf7d92c8f create CONTRIBUTING.md\n\nadd quote contributing guidelines 2023-11-24 17:57:20 +08:00
lifeadventurer
01793dc3f8 create LIST_OF_GENERATORS.md
some more in-depth information about each generators
2023-11-24 16:43:03 +08:00
lifeadventurer
4f0da7c3b5 update README polish descriptions 2023-11-24 13:48:09 +08:00
lifeadventurer
f1787ac5e1 update README.md 2023-11-24 13:01:07 +08:00
lifeadventurer
605d335600 fix: cannot scroll but by removing overflow:hidden 2023-11-24 09:34:34 +08:00
lifeadventurer
efb560e0d3 add responsive web design to the cards 2023-11-24 00:19:20 +08:00
lifeadventurer
2f01105596 setup a gallery for all existing generators 2023-11-23 23:58:12 +08:00
lifeadventurer
6b9e0cf6a5 add images folder and some generator result examples 2023-11-23 23:57:21 +08:00
lifeadventurer
59337ecfb3 create styles.css 2023-11-23 23:27:06 +08:00