1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
Commit Graph

44 Commits

Author SHA1 Message Date
Krateng
ae5b0fc90c Beautification 2019-06-26 19:13:02 +02:00
Krateng
c3c10170bc Further DRYed selectors 2019-06-26 17:59:23 +02:00
Krateng
92edca3521 Refactored selectors for easier extensibility 2019-06-26 17:11:46 +02:00
Krateng
47f13028c4 Fixed use of custom page sizes and more links 2019-06-17 15:45:00 +02:00
Krateng
a83f2c3cf0 Fixed faulty links 2019-06-17 15:24:11 +02:00
Krateng
5fedde5e9f Added graphical pagination 2019-06-17 14:59:30 +02:00
Krateng
a5d73f8fe9 Added basic pagination 2019-06-17 14:28:16 +02:00
Krateng
649075286c Fixed display bug 2019-06-13 17:41:42 +02:00
Krateng
3b0b9eaa78 Removed default URI keys from pages where they aren't relevant 2019-05-14 18:06:34 +02:00
Krateng
12e0e6f4c9 Minor fixes 2019-05-01 11:29:28 +02:00
Krateng
15103da70b Changed design 2019-04-26 17:07:14 +02:00
Krateng
f3fe8bb121 Added ability to quickly access previous and next timerange 2019-04-26 17:05:29 +02:00
Krateng
d8a977238f Complete rework of time descriptors, Return of the King 2019-04-11 12:07:57 +02:00
Krateng
c9c53aa592 Complete rework of time descriptors, A New Hope 2019-04-11 10:49:56 +02:00
Krateng
935691dd58 Complete rework of time descriptors, The Return 2019-04-10 18:50:56 +02:00
Krateng
a36f0c4ab9 Complete rework of time descriptors, Electric Boogaloo 2019-04-10 17:56:40 +02:00
Krateng
e3a6201b4b Complete rework of time descriptors, Part II 2019-04-10 15:45:50 +02:00
Krateng
9846fd9952 Experimental performance web view 2019-04-09 13:34:06 +02:00
Krateng
978f4f7788 Modularized more functions, tiles on start page now clickable 2019-04-09 11:35:02 +02:00
Krateng
7842b247ad Charts now show rank change to last range by default (except weeks) 2019-04-08 15:39:10 +02:00
Krateng
09d5b5c6d8 Improved selector module 2019-04-08 14:43:25 +02:00
Krateng
441be436c6 Significant rework of internal / URI key handling 2019-04-08 13:04:31 +02:00
Krateng
a6472c11b0 Modularized track and artist lists 2019-04-07 14:07:50 +02:00
Krateng
6d060b2042 Removed superfluous rank calculation on module generation b/c 752832d 2019-04-04 20:15:48 +02:00
Krateng
8b774c23bc Display of chart performance in charts view 2019-04-04 20:01:28 +02:00
Krateng
632aa2a8d7 Better logic for representative image of #1 list 2019-04-02 15:27:22 +02:00
Krateng
6d76d323f0 Added pictures to #1 history view 2019-04-02 14:41:18 +02:00
Krateng
9ed62f91d5 Added web views for top artist / track pulse (no idea what to call it) 2019-04-02 14:17:19 +02:00
Krateng
c96103ad28 Added time selector to scrobbles and fixed bug with multiartist tracks 2019-04-02 12:59:42 +02:00
Krateng
aa56e11d85 Added trailing selector for pulse view 2019-04-02 11:55:11 +02:00
Krateng
563744c2b9 Added wonky date selector, unused so far 2019-04-02 11:40:02 +02:00
Krateng
3cf37aff90 Added filter selection to pulse view 2019-04-01 18:43:08 +02:00
Krateng
6c646f5aac Added basic filter selection for top artists and top tracks web view 2019-04-01 18:15:08 +02:00
Krateng
958337cadb Proper handling of shared ranks everywhere 2019-03-14 11:07:20 +01:00
Krateng
4724e45ae1 Some performance improvements 2019-03-12 12:56:53 +01:00
Krateng
f310cf4b20 Improved image requesting and caching 2019-03-12 11:39:36 +01:00
Krateng
d46ba0a366 Optimization 2019-03-11 23:39:46 +01:00
Krateng
b9e754a6bb Minor fixes 2019-03-10 17:38:33 +01:00
Krateng
ca90adc842 Now correctly showing same rank for equally-ranked entries 2019-03-03 21:55:35 +01:00
Krateng
b8fe71515c Modularized tile charts on start page and added options for different ranges 2019-03-03 21:22:42 +01:00
Krateng
0c42531218 Implemented proper range descriptions 2019-03-02 22:55:22 +01:00
Krateng
efd4b89da1 Cleaning up 2019-02-21 00:13:18 +01:00
Krateng
f1007d6da5 Changed way of serving third-party images to improve page loading time 2019-02-20 21:10:58 +01:00
Krateng
5f19e7b38e Significant rework of the architecture
* URL keys and internal keys are now being separated more cleanly
* HTML generation is split up into submodules that can be used by serveral websites
* HTML generation now talks directly to the database in most cases instead of calling the database server for json data
2019-02-20 18:22:45 +01:00