ed9cb97ba6 
								
							 
						 
						
							
							
								
								Add option for fullscreen covers  
							
							
							
						 
						
							2022-11-04 13:20:22 +00:00  
				
					
						
							
							
								 
						
							
								8306eaaff6 
								
							 
						 
						
							
							
								
								Add buttons to the cover art  
							
							
							
						 
						
							2022-11-04 13:20:22 +00:00  
				
					
						
							
							
								 
						
							
								5eff89920a 
								
							 
						 
						
							
							
								
								Add MilkDrop  
							
							
							
						 
						
							2022-11-04 13:20:22 +00:00  
				
					
						
							
							
								 
						
							
								4376e40e26 
								
							 
						 
						
							
							
								
								Fix shuffling  
							
							
							
						 
						
							2022-10-30 19:17:55 +01:00  
				
					
						
							
							
								 
						
							
								c828e106b0 
								
							 
						 
						
							
							
								
								Add radio support  
							
							
							
						 
						
							2022-10-30 19:17:55 +01:00  
				
					
						
							
							
								 
						
							
								ccb905b004 
								
							 
						 
						
							
							
								
								Migrate queue component  
							
							
							
						 
						
							2022-10-30 19:17:54 +01:00  
				
					
						
							
							
								 
						
							
								875a6ba2df 
								
							 
						 
						
							
							
								
								Merge branch 'stable' into develop  
							
							
							
						 
						
							2022-09-12 11:37:18 +02:00  
				
					
						
							
							
								 
						
							
								cac12a85fb 
								
							 
						 
						
							
							
								
								Add proper tracking alert  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								5ea5ad3c2a 
								
							 
						 
						
							
							
								
								Use navigation guards and migrate a couple of components  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								97e7049333 
								
							 
						 
						
							
							
								
								Rewrite player logic  
							
							... 
							
							
							
							This commit will bring:
- Gapless play! (Fix  #739 )
- Chunked queue shuffling - we play first track after first 50 queue items are shuffled, then we shuffle chunks of 50 queue items with each new animation frame.
- We can now restore original queue order after shuffling! (Part of #1506 )
- Preloading whole tracks into LRU cache (Should fix  #1812 )
- Preloading multiple tracks at once 
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								f06c040b50 
								
							 
						 
						
							
							
								
								Add markdown enhancements  
							
							... 
							
							
							
							This commit will bring:
- Linking to other users with `@username`
- Linking to tags with `#tag`
- Opening external links in new tab (Fix  #1647 )
- Single line breaks to avoid confusion for non-technical users (Fix  #1377 )
- 😒  support...
- Email encoding in markdown
- Markdown editor now auto-resizes to accomodate content (Fix  #1379 )
NOTE: This only works in very few places. We need to wait for #1835  to have those features available widely 
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								8aa073b976 
								
							 
						 
						
							
							
								
								Add player seek progress bar  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								bf67676010 
								
							 
						 
						
							
							
								
								Fix scrollToIndex  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								fa68ff76d8 
								
							 
						 
						
							
							
								
								Fix scrollToIndex  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								f470e0649e 
								
							 
						 
						
							
							
								
								Better fav button in queue item  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								3436c5b985 
								
							 
						 
						
							
							
								
								Add margin to fav button  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								096ee92408 
								
							 
						 
						
							
							
								
								Use nicer colors  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								1df46d9691 
								
							 
						 
						
							
							
								
								Fix toast container making ui unclickable  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								c87bf7e6b8 
								
							 
						 
						
							
							
								
								Queue component enhancements  
							
							... 
							
							
							
							This commit provides following queue component enhancements:
- Use a virtual list to render queue items. We now render ~25-30 items at once compared to `queue.length` items. (Fix  #1471 )
- Faster queue opening and a smoother open animation. (Fix  #1471 )
- Faster song enqueueing: When enqueueing a playlist or an album, we modify the state only once compared to `tracks.length` modifications before.
- When opening the queue, current track is now already pre-scrolled and centered. This resolves an issue with big queues, where the track list was slowly scrolling to a random position.
- Dragging a track onto the edge of the track list will now scroll the container. You reorder a track from the very top to the very bottom even when you have 3000 tracks in the queue!
- Ability to use scroll wheel while reordering track items
- Track reordering on mobile devices! Currently dragging to edge is disabled
- Responsivity fixes
- Allow click outside modal (Fix  #1581 ) 
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								53d9015e17 
								
							 
						 
						
							
							
								
								Fix   #1796 , Potentially  fix   #1471  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								db167ad80b 
								
							 
						 
						
							
							
								
								Fix rounded corners in progress bars  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								fae4788000 
								
							 
						 
						
							
							
								
								Even smoother progress animations  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								9d7327a45f 
								
							 
						 
						
							
							
								
								Fix jitter in firefox  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								c0719c21f1 
								
							 
						 
						
							
							
								
								Fix   #1298  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								998bd02a05 
								
							 
						 
						
							
							
								
								Fix   #1215  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								34610670c6 
								
							 
						 
						
							
							
								
								Fix   #1381  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								1234e61e14 
								
							 
						 
						
							
							
								
								Remove exact prop from router links  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								f1724fb5ea 
								
							 
						 
						
							
							
								
								Fix double #app id  
							
							
							
						 
						
							2022-09-06 09:26:36 +00:00  
				
					
						
							
							
								 
						
							
								19da87d061 
								
							 
						 
						
							
							
								
								Fix player cover image overlaping with queue  
							
							
							
						 
						
							2022-07-28 05:09:25 +00:00  
				
					
						
							
							
								 
						
							
								e9c4bfe947 
								
							 
						 
						
							
							
								
								Start migration to vite  
							
							
							
						 
						
							2022-02-21 15:07:07 +01:00  
				
					
						
							
							
								 
						
							
								fae4ba08e8 
								
							 
						 
						
							
							
								
								Fix broken instance description if it contains a line break  
							
							
							
						 
						
							2022-02-03 09:16:54 +01:00  
				
					
						
							
							
								 
						
							
								e567abd5fb 
								
							 
						 
						
							
							
								
								Enhances about page ui ( #1619 )  
							
							... 
							
							
							
							Done some css refactoring 
							
						 
						
							2021-12-23 14:40:54 +01:00  
				
					
						
							
							
								 
						
							
								142008cbed 
								
							 
						 
						
							
							
								
								Resolve "Too long radio descriptions resize the entire row"  
							
							
							
						 
						
							2021-12-21 07:37:43 +00:00  
				
					
						
							
							
								 
						
							
								82816ebd50 
								
							 
						 
						
							
							
								
								Justify about page text blocks  
							
							
							
						 
						
							2021-11-29 12:31:29 +01:00  
				
					
						
							
							
								 
						
							
								302c1dd472 
								
							 
						 
						
							
							
								
								Make mobile about page banner full width  
							
							
							
						 
						
							2021-11-29 12:31:29 +01:00  
				
					
						
							
							
								 
						
							
								58df0d4529 
								
							 
						 
						
							
							
								
								Profile menu redesign  
							
							
							
						 
						
							2021-11-26 11:01:58 +00:00  
				
					
						
							
							
								 
						
							
								1512b0ede3 
								
							 
						 
						
							
							
								
								Resolve "Don't show Delete account window if the user has not enetered a password"  
							
							
							
						 
						
							2021-11-11 08:54:59 +00:00  
				
					
						
							
							
								 
						
							
								44394275ec 
								
							 
						 
						
							
							
								
								Update track table  
							
							
							
						 
						
							2021-10-21 17:26:18 +00:00  
				
					
						
							
							
								 
						
							
								0abf71095c 
								
							 
						 
						
							
							
								
								Revert progress bar changes, see  #1381  
							
							
							
						 
						
							2021-10-21 10:24:14 +02:00  
				
					
						
							
							
								 
						
							
								77bffa20ac 
								
							 
						 
						
							
							
								
								Update about page and add new /about/pod page  
							
							
							
						 
						
							2021-10-21 07:44:34 +00:00  
				
					
						
							
							
								 
						
							
								9bef230499 
								
							 
						 
						
							
							
								
								Update track progress bars with css transitions  
							
							
							
						 
						
							2021-09-27 04:56:45 +00:00  
				
					
						
							
							
								 
						
							
								56b1358f0a 
								
							 
						 
						
							
							
								
								Resolve "Fix loaders in dark theme"  
							
							
							
						 
						
							2021-05-01 10:38:49 +00:00  
				
					
						
							
							
								 
						
							
								f1f9f935cf 
								
							 
						 
						
							
							
								
								Make playing tracks in their playlist the default  
							
							
							
						 
						
							2021-04-28 08:47:12 +02:00  
				
					
						
							
							
								 
						
							
								566677bc28 
								
							 
						 
						
							
							
								
								Fix postcss warnings about old gradient syntax and justify-content: start  
							
							
							
						 
						
							2021-03-30 11:00:28 +02:00  
				
					
						
							
							
								 
						
							
								f477ba1b4f 
								
							 
						 
						
							
							
								
								Podcast search capabilities  
							
							
							
						 
						
							2020-12-04 09:33:17 +01:00  
				
					
						
							
							
								 
						
							
								dca4036d45 
								
							 
						 
						
							
							
								
								Fixed vertical alignment of volume slider  
							
							
							
						 
						
							2020-11-22 18:17:33 +00:00  
				
					
						
							
							
								 
						
							
								9650b6b1b0 
								
							 
						 
						
							
							
								
								Added padding to volume slider  
							
							
							
						 
						
							2020-11-21 20:07:54 +00:00  
				
					
						
							
							
								 
						
							
								597c44756c 
								
							 
						 
						
							
							
								
								Fixed inverted button color  
							
							
							
						 
						
							2020-09-01 17:16:28 +02:00  
				
					
						
							
							
								 
						
							
								d7d2616015 
								
							 
						 
						
							
							
								
								Fixed icon button margin  
							
							
							
						 
						
							2020-09-01 11:32:32 +02:00  
				
					
						
							
							
								 
						
							
								dcd8e94101 
								
							 
						 
						
							
							
								
								Fixed controls overflowing because of too large image in queue mode  
							
							
							
						 
						
							2020-08-31 17:16:48 +02:00  
				
					
						
							
							
								 
						
							
								f52ae5228f 
								
							 
						 
						
							
							
								
								Fixed checkbox styling  
							
							
							
						 
						
							2020-08-24 16:51:11 +02:00  
				
					
						
							
							
								 
						
							
								08bad70ef8 
								
							 
						 
						
							
							
								
								Front dependency care  
							
							
							
						 
						
							2020-08-20 14:08:19 +02:00  
				
					
						
							
							
								 
						
							
								0dfe633d65 
								
							 
						 
						
							
							
								
								Merge branch 'button-invisible' into 'develop'  
							
							... 
							
							
							
							Frontend fixes
See merge request funkwhale/funkwhale!1205  
							
						 
						
							2020-08-19 10:23:19 +02:00  
				
					
						
							
							
								 
						
							
								157fa8f63e 
								
							 
						 
						
							
							
								
								Fixed grey notification label  
							
							
							
						 
						
							2020-08-19 10:23:09 +02:00  
				
					
						
							
							
								 
						
							
								639cfe5475 
								
							 
						 
						
							
							
								
								Fixed transparent administration dropdown header  
							
							
							
						 
						
							2020-08-19 10:13:22 +02:00  
				
					
						
							
							
								 
						
							
								b9e023bc32 
								
							 
						 
						
							
							
								
								Fixed transparent button when active  
							
							
							
						 
						
							2020-08-19 10:08:57 +02:00  
				
					
						
							
							
								 
						
							
								f50a70f67a 
								
							 
						 
						
							
							
								
								Fixed content flashing on track table  
							
							
							
						 
						
							2020-08-04 14:06:40 +02:00  
				
					
						
							
							
								 
						
							
								1cc5ed8871 
								
							 
						 
						
							
							
								
								Resolve "Ensure all buttons in the application are operable using only the keyboard"  
							
							
							
						 
						
							2020-08-04 13:22:31 +02:00  
				
					
						
							
							
								 
						
							
								788c12748f 
								
							 
						 
						
							
							
								
								Fix   #1105 : Can now launch server import from the UI  
							
							
							
						 
						
							2020-08-03 13:50:53 +02:00  
				
					
						
							
							
								 
						
							
								33ba92a0d6 
								
							 
						 
						
							
							
								
								Contrast and labelling fixes  
							
							
							
						 
						
							2020-08-01 11:11:51 +02:00  
				
					
						
							
							
								 
						
							
								667d9d2ba6 
								
							 
						 
						
							
							
								
								Resolve "UX, UI : Search Page"  
							
							
							
						 
						
							2020-07-31 15:10:16 +02:00  
				
					
						
							
							
								 
						
							
								36820ce701 
								
							 
						 
						
							
							
								
								Merge branch 'album-pagination' into 'develop'  
							
							... 
							
							
							
							Album pagination
Closes  #1136 
See merge request funkwhale/funkwhale!1177  
							
						 
						
							2020-07-27 11:02:56 +02:00  
				
					
						
							
							
								 
						
							
								83349700a9 
								
							 
						 
						
							
							
								
								Album pagination  
							
							
							
						 
						
							2020-07-27 11:02:56 +02:00  
				
					
						
							
							
								 
						
							
								7c031eb186 
								
							 
						 
						
							
							
								
								Resolve "Allow hiding compilation artists in the Artists tab"  
							
							
							
						 
						
							2020-07-27 10:57:11 +02:00  
				
					
						
							
							
								 
						
							
								1f1c28baf4 
								
							 
						 
						
							
							
								
								Fix issue with landscape tablet playbar layout  
							
							
							
						 
						
							2020-07-15 22:23:12 +01:00  
				
					
						
							
							
								 
						
							
								cf495360de 
								
							 
						 
						
							
							
								
								Replaced teal by accent color  
							
							
							
						 
						
							2020-06-22 16:46:43 +02:00  
				
					
						
							
							
								 
						
							
								a9ba323b13 
								
							 
						 
						
							
							
								
								Fixed missing colored header on home  
							
							
							
						 
						
							2020-05-15 15:16:57 +02:00  
				
					
						
							
							
								 
						
							
								cd422832dd 
								
							 
						 
						
							
							
								
								New theming system  
							
							
							
						 
						
							2020-05-15 14:12:36 +02:00  
				
					
						
							
							
								 
						
							
								9e447ab523 
								
							 
						 
						
							
							
								
								See  #170 : UI for albums / series  
							
							
							
						 
						
							2020-04-07 17:19:17 +02:00  
				
					
						
							
							
								 
						
							
								75de92b30b 
								
							 
						 
						
							
							
								
								Fix   #1062 : fixed transparent 'later' button in update message  
							
							
							
						 
						
							2020-03-30 11:49:56 +02:00  
				
					
						
							
							
								 
						
							
								27801ce541 
								
							 
						 
						
							
							
								
								See  #170 : revamped track detail page  
							
							
							
						 
						
							2020-03-26 16:18:37 +01:00  
				
					
						
							
							
								 
						
							
								be067b9ee3 
								
							 
						 
						
							
							
								
								See  #170 : subscriptions management UI  
							
							
							
						 
						
							2020-03-23 10:44:09 +01:00  
				
					
						
							
							
								 
						
							
								b166182762 
								
							 
						 
						
							
							
								
								Resolve "Support browsing a specific library content"  
							
							
							
						 
						
							2020-03-04 22:18:28 +01:00  
				
					
						
							
							
								 
						
							
								a63abca038 
								
							 
						 
						
							
							
								
								Fixed small play button glitch on playlists  
							
							
							
						 
						
							2020-02-25 16:14:21 +01:00  
				
					
						
							
							
								 
						
							
								e59cc33378 
								
							 
						 
						
							
							
								
								First round of improvements to channel management:  
							
							... 
							
							
							
							- use modals
- less proeminent button
- field styling/labels 
							
						 
						
							2020-02-23 15:31:03 +01:00  
				
					
						
							
							
								 
						
							
								c47a83e14f 
								
							 
						 
						
							
							
								
								Switch to fomantic's toast componant for service messages  
							
							
							
						 
						
							2020-02-14 12:41:29 +01:00  
				
					
						
							
							
								 
						
							
								95497e76ac 
								
							 
						 
						
							
							
								
								See  #170 : channels ui (listeners)  
							
							
							
						 
						
							2020-02-05 15:06:07 +01:00  
				
					
						
							
							
								 
						
							
								a621c4635b 
								
							 
						 
						
							
							
								
								Fixed overflowing text in cards  
							
							
							
						 
						
							2020-01-09 10:58:11 +01:00  
				
					
						
							
							
								 
						
							
								548f793824 
								
							 
						 
						
							
							
								
								See  #973 : playlists cards  
							
							
							
						 
						
							2020-01-06 10:16:05 +01:00  
				
					
						
							
							
								 
						
							
								f0b72c8204 
								
							 
						 
						
							
							
								
								WIP  
							
							
							
						 
						
							2019-12-27 10:22:39 +01:00  
				
					
						
							
							
								 
						
							
								8024c4654f 
								
							 
						 
						
							
							
								
								See  #973 : artist card  
							
							
							
						 
						
							2019-12-26 17:30:47 +01:00  
				
					
						
							
							
								 
						
							
								1acd5a1f35 
								
							 
						 
						
							
							
								
								See  #973 : Album card  
							
							
							
						 
						
							2019-12-26 16:54:31 +01:00  
				
					
						
							
							
								 
						
							
								e15d806634 
								
							 
						 
						
							
							
								
								Resolve "Redesign the sidebar/navigation to simplify the UI"  
							
							
							
						 
						
							2019-12-26 11:38:26 +01:00  
				
					
						
							
							
								 
						
							
								297c8f2b67 
								
							 
						 
						
							
							
								
								Resolve "[Epic] New landing page"  
							
							
							
						 
						
							2019-09-23 11:14:54 +02:00  
				
					
						
							
							
								 
						
							
								8666afc64f 
								
							 
						 
						
							
							
								
								Merge branch '890-report-library' into 'develop'  
							
							... 
							
							
							
							See #890 : UI for reporting libraries
See merge request funkwhale/funkwhale!882  
							
						 
						
							2019-09-17 11:22:17 +02:00  
				
					
						
							
							
								 
						
							
								7e6b6663b0 
								
							 
						 
						
							
							
								
								Fix   #904 : Fixed a responsive display issues on 1024px wide screens  
							
							
							
						 
						
							2019-09-15 19:34:09 +02:00  
				
					
						
							
							
								 
						
							
								33c3f8c6b9 
								
							 
						 
						
							
							
								
								Resolve "Changes to CSS have broken Dark Theme"  
							
							
							
						 
						
							2019-09-15 19:04:40 +02:00  
				
					
						
							
							
								 
						
							
								08eeab4d99 
								
							 
						 
						
							
							
								
								See  #890 : UI for reporting libraries  
							
							
							
						 
						
							2019-09-12 11:48:58 +02:00  
				
					
						
							
							
								 
						
							
								1d7acfaf8f 
								
							 
						 
						
							
							
								
								Slightly more visible messages  
							
							
							
						 
						
							2019-09-09 12:16:36 +02:00  
				
					
						
							
							
								 
						
							
								b526c67e4f 
								
							 
						 
						
							
							
								
								See  #890 : added confirmation before deleting comment  
							
							
							
						 
						
							2019-09-02 15:32:14 +02:00  
				
					
						
							
							
								 
						
							
								b316b93a8e 
								
							 
						 
						
							
							
								
								See  #890 : added form / display of moderator notes  
							
							
							
						 
						
							2019-08-29 15:38:06 +02:00  
				
					
						
							
							
								 
						
							
								6e82780e0d 
								
							 
						 
						
							
							
								
								See  #890 : improved report card design, to include relevant context  
							
							
							
						 
						
							2019-08-28 18:03:43 +02:00  
				
					
						
							
							
								 
						
							
								2f0fe545d0 
								
							 
						 
						
							
							
								
								Fix   #531 : Add dropdown menu to album page  
							
							
							
						 
						
							2019-08-19 11:19:10 +02:00  
				
					
						
							
							
								 
						
							
								ba4039fb4e 
								
							 
						 
						
							
							
								
								Fixed unneeded border on dark theme  
							
							
							
						 
						
							2019-07-25 15:50:12 +02:00  
				
					
						
							
							
								 
						
							
								e678b03ad8 
								
							 
						 
						
							
							
								
								See  #432 : added tag detail page  
							
							
							
						 
						
							2019-07-18 14:09:24 +02:00  
				
					
						
							
							
								 
						
							
								31329d81dd 
								
							 
						 
						
							
							
								
								See  #432 : added artist widget  
							
							
							
						 
						
							2019-07-18 14:08:39 +02:00  
				
					
						
							
							
								 
						
							
								2abcb0898f 
								
							 
						 
						
							
							
								
								Switched from Semantic-UI to Fomentic-UI  
							
							
							
						 
						
							2019-07-15 16:21:01 +02:00  
				
					
						
							
							
								 
						
							
								371dc01205 
								
							 
						 
						
							
							
								
								Merge branch 'master' into develop  
							
							
							
						 
						
							2019-06-19 11:24:49 +02:00  
				
					
						
							
							
								 
						
							
								ce093ccc19 
								
							 
						 
						
							
							
								
								Fix   #756 : Dark Theme  
							
							
							
						 
						
							2019-06-17 08:45:31 +02:00  
				
					
						
							
							
								 
						
							
								f59e64ab9e 
								
							 
						 
						
							
							
								
								Fix   #855 : secondary menus truncated on narrow screens  
							
							
							
						 
						
							2019-06-11 11:54:27 +02:00  
				
					
						
							
							
								 
						
							
								240ff4d3fe 
								
							 
						 
						
							
							
								
								Resolve "Width of radio filters too narrow"  
							
							
							
						 
						
							2019-05-07 13:48:15 +02:00  
				
					
						
							
							
								 
						
							
								b4731928fc 
								
							 
						 
						
							
							
								
								UI To manage artists, albums, tracks  
							
							
							
						 
						
							2019-04-17 14:17:59 +02:00  
				
					
						
							
							
								 
						
							
								eb0c2a441d 
								
							 
						 
						
							
							
								
								Ensure the footer always stays at the bottom of the page  
							
							
							
						 
						
							2019-04-12 16:45:27 +02:00  
				
					
						
							
							
								 
						
							
								ae626a5c0a 
								
							 
						 
						
							
							
								
								Fix   #791 : overflowing input on account detail page  
							
							
							
						 
						
							2019-04-08 12:28:00 +02:00  
				
					
						
							
							
								 
						
							
								4c13d47387 
								
							 
						 
						
							
							
								
								Resolve "Implement a Oauth provider in Funkwhale"  
							
							
							
						 
						
							2019-03-25 17:02:51 +01:00  
				
					
						
							
							
								 
						
							
								6e20f63f09 
								
							 
						 
						
							
							
								
								Resolve "Show 'description' of libraries in card"  
							
							
							
						 
						
							2019-03-22 09:41:35 +01:00  
				
					
						
							
							
								 
						
							
								666aaf0177 
								
							 
						 
						
							
							
								
								Slightly smaller sidebar on small desktop to leave more space for content  
							
							
							
						 
						
							2019-03-06 18:00:33 +01:00  
				
					
						
							
							
								 
						
							
								71859b6fb0 
								
							 
						 
						
							
							
								
								Fix too wide padding on small screens  
							
							
							
						 
						
							2019-03-06 17:40:26 +01:00  
				
					
						
							
							
								 
						
							
								1a20223c38 
								
							 
						 
						
							
							
								
								Make table scrollables (and improve their resizing)  
							
							
							
						 
						
							2019-03-06 17:40:09 +01:00  
				
					
						
							
							
								 
						
							
								e0c5ffcb16 
								
							 
						 
						
							
							
								
								[EPIC] Audio metadata update - UI / API  
							
							
							
						 
						
							2019-02-28 09:31:04 +01:00  
				
					
						
							
							
								 
						
							
								bdf83bd8ff 
								
							 
						 
						
							
							
								
								Resolve "Hide an artist in the UI"  
							
							
							
						 
						
							2019-02-14 10:49:06 +01:00  
				
					
						
							
							
								 
						
							
								46a93d6a8d 
								
							 
						 
						
							
							
								
								Fix   #668 : list icon alignement on landing page  
							
							
							
						 
						
							2019-01-29 10:34:35 +01:00  
				
					
						
							
							
								 
						
							
								df01f62b01 
								
							 
						 
						
							
							
								
								Hide and remove uneeded canvas object generated for the player background  
							
							
							
						 
						
							2019-01-15 09:57:20 +01:00  
				
					
						
							
							
								 
						
							
								833daa242c 
								
							 
						 
						
							
							
								
								UI for managing domain policies  
							
							
							
						 
						
							2019-01-07 09:46:19 +01:00  
				
					
						
							
							
								 
						
							
								91d99a0381 
								
							 
						 
						
							
							
								
								Added domain list and detail UI  
							
							
							
						 
						
							2018-12-27 20:33:12 +01:00  
				
					
						
							
							
								 
						
							
								79f92ff596 
								
							 
						 
						
							
							
								
								Fixed a small display issue with radio card in queue tab  
							
							
							
						 
						
							2018-12-21 10:55:47 +01:00  
				
					
						
							
							
								 
						
							
								3b4543a0cb 
								
							 
						 
						
							
							
								
								Disabled more semantic UI modules  
							
							
							
						 
						
							2018-12-20 11:49:10 +01:00  
				
					
						
							
							
								 
						
							
								7c8fc72f49 
								
							 
						 
						
							
							
								
								Commented unused Semantic ui components  
							
							
							
						 
						
							2018-12-19 22:15:37 +01:00  
				
					
						
							
							
								 
						
							
								7c671177a8 
								
							 
						 
						
							
							
								
								Use vendored semantic UI CSS and JS  
							
							
							
						 
						
							2018-12-19 22:04:35 +01:00  
				
					
						
							
							
								 
						
							
								bffde620cd 
								
							 
						 
						
							
							
								
								Media sass mixin for easy responsive development  
							
							
							
						 
						
							2018-02-15 22:37:40 +01:00