Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
4 days | Added Radio | kaotisk | 17 | -86/+210 | |
2024-10-29 | Fixes bug where zblock details were appended to wrong zblock | kaotisk | 1 | -0/+1 | |
2024-09-09 | Update button for the chat-iframe | kaotisk | 1 | -0/+4 | |
2024-07-28 | Now radio player loops | kaotisk | 3 | -4/+41 | |
2024-07-25 | some styling updates | kaotisk | 1 | -1/+5 | |
2024-07-19 | refactoring + icons | kaotisk | 2 | -5/+14 | |
2024-07-13 | reworking settings | kaotisk | 1 | -1/+96 | |
2024-07-13 | workaround | kaotisk | 1 | -0/+8 | |
2024-07-13 | refactoring | kaotisk | 4 | -13/+55 | |
2024-04-11 | changed places | kaotisk | 1 | -38/+9 | |
2024-04-11 | results of render now output results | kaotisk | 2 | -34/+91 | |
2024-04-11 | recursion setting for crawling a zblock | kaotisk | 1 | -8/+14 | |
2024-03-17 | Reworked routing | kaotisk | 1 | -3/+6 | |
2024-03-17 | Modulized mixtapes | kaotisk | 1 | -0/+62 | |
2024-03-17 | Updates and fixes and features | kaotisk | 4 | -280/+224 | |
2024-03-17 | We start from zlatest zblock instead of resolving the zchain | kaotisk | 1 | -4/+6 | |
2024-03-17 | Better naming | kaotisk | 1 | -3/+3 | |
2024-03-17 | Better naming | kaotisk | 1 | -11/+12 | |
2024-03-04 | Following the changes to the API | kaotisk | 4 | -15/+15 | |
2024-03-02 | Broke out function onWindowResize | kaotisk | 1 | -2/+3 | |
2023-12-27 | Move to functions | kaotisk | 3 | -51/+48 | |
2023-12-27 | Added references and comments section to environment setup | kaotisk | 1 | -0/+2 | |
2023-12-27 | URL settings magic | kaotisk | 3 | -3/+3 | |
2023-12-27 | Including new files in index.html and new article format | kaotisk | 2 | -3/+2 | |
2023-12-27 | Mixtape render rewrite | kaotisk | 1 | -56/+58 | |
2023-12-27 | Fixed a bug and beautified some function | kaotisk | 2 | -10/+15 | |
2023-12-27 | Break down in functions something... | kaotisk | 1 | -11/+16 | |
2023-12-27 | Deduplication | kaotisk | 1 | -2/+6 | |
2023-12-27 | Comments and References module | kaotisk | 1 | -10/+44 | |
2023-12-27 | Extracted news module renderer to function and file | kaotisk | 2 | -9/+31 | |
2023-12-27 | Extracted module renderer to file and function | kaotisk | 2 | -27/+32 | |
2023-12-27 | If no nickname, print IPFS CIDv0 of GPG key found in block | kaotisk | 1 | -1/+4 | |
2023-12-27 | Placeholder check and create to new function | kaotisk | 1 | -8/+16 | |
2023-12-27 | Set different progress bar for each request | kaotisk | 1 | -2/+3 | |
2023-10-29 | Minor adjustements | kaotisk | 2 | -1/+3 | |
2023-09-14 | Further refactoring | kaotisk | 3 | -156/+178 | |
- Removed comments since moving stuff around made them irrelevant - Introduced some new functions breaking out big function chunks - Cleaned up further commented out commands | |||||
2023-09-13 | Further refactoring | kaotisk | 6 | -221/+221 | |
2023-09-11 | Removes previously locally stored settings | kaotisk | 1 | -2/+4 | |
Applies them "on the fly" | |||||
2023-09-11 | Applying use of archingKaosFetchJSON | kaotisk | 1 | -24/+16 | |
2023-09-11 | Some comments | kaotisk | 3 | -7/+18 | |
2023-09-11 | Changed way we init and handle location | kaotisk | 2 | -14/+9 | |
2023-09-11 | Avoids running the callback function on 404 | kaotisk | 1 | -1/+5 | |
2023-09-07 | Human readable code refactor | kaotisk | 2 | -335/+248 | |
- URLentos, the URL maker (small functions returning URLs) - archingKaosFetch expansion with params to be pushed on the callback functions - Introduced several functions to be used as callbacks Notes: 1) Render means place to the DOM 2) Proceed means another function is called in the end of the callback | |||||
2023-09-07 | Removed console logs | kaotisk | 1 | -2/+0 | |
2023-09-07 | Added params to be passed to the callback function | kaotisk | 1 | -2/+2 | |
2023-09-07 | Expands sub-objects from settings object | kaotisk | 1 | -1/+15 | |
2023-09-07 | Added not found section to the menuids | kaotisk | 1 | -1/+2 | |
2023-09-06 | Fixed CSS warnings | kaotisk | 1 | -0/+1 | |
2023-09-06 | Introduced SPA router and make use of it | kaotisk | 2 | -2/+28 | |
2023-09-05 | Moving from Fetch to XMLHttpRequest | kaotisk | 1 | -12/+37 | |