Compare commits
	
		
			4 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 795b166d7f | |||
| 
						
						
							
						
						adb4bb7f75
	
				 | 
					
					
						|||
| 958902631f | |||
| 
						
						
							
						
						b0347a9d06
	
				 | 
					
					
						
							
								
								
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@@ -2,8 +2,22 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
 | 
					All notable changes to this project will be documented in this file. Dates are displayed in UTC.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#### [0.4.4](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.4.3...0.4.4)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Added logo to sidebar [`adb4bb7`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/adb4bb7f7523e7fd739e93a74837c32eb9b266fa)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#### [0.4.3](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.4.2...0.4.3)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					> 21 August 2021
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- 🚀RELEASE 0.4.3 [`9589026`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/958902631fe282b378048be8728cb9ec10c97cc4)
 | 
				
			||||||
 | 
					- Added provider to detail vist table [`b0347a9`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/b0347a9d06a21578b4e5263daabf11e5de45ef5c)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### [0.4.2](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.4.1...0.4.2)
 | 
					#### [0.4.2](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.4.1...0.4.2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					> 21 August 2021
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- 🚀RELEASE 0.4.2 [`384354f`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/384354fbac3b58a7e4480a0788d9b079827938b7)
 | 
				
			||||||
- Commented search away from sidebar [`ed2e8ef`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/ed2e8ef44650f1c63d38258d7bef84c9e9222364)
 | 
					- Commented search away from sidebar [`ed2e8ef`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/ed2e8ef44650f1c63d38258d7bef84c9e9222364)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### [0.4.1](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.4.0...0.4.1)
 | 
					#### [0.4.1](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.4.0...0.4.1)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	"name": "@odit/linkylinky-dashboard",
 | 
						"name": "@odit/linkylinky-dashboard",
 | 
				
			||||||
	"version": "0.4.2",
 | 
						"version": "0.4.4",
 | 
				
			||||||
	"scripts": {
 | 
						"scripts": {
 | 
				
			||||||
		"dev": "svelte-kit dev",
 | 
							"dev": "svelte-kit dev",
 | 
				
			||||||
		"build": "svelte-kit build",
 | 
							"build": "svelte-kit build",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -23,6 +23,7 @@
 | 
				
			|||||||
<div
 | 
					<div
 | 
				
			||||||
	class="flex flex-col w-64 h-screen px-4 py-8 bg-white border-r dark:bg-gray-800 dark:border-gray-600"
 | 
						class="flex flex-col w-64 h-screen px-4 py-8 bg-white border-r dark:bg-gray-800 dark:border-gray-600"
 | 
				
			||||||
>
 | 
					>
 | 
				
			||||||
 | 
						<img class="h-36 w-36" src="/icon_128.png" alt="LinkyLinky Logo (White kauft.es K on red background)">
 | 
				
			||||||
	<h2 class="text-3xl font-semibold text-gray-800 dark:text-white">LinkyLinky</h2>
 | 
						<h2 class="text-3xl font-semibold text-gray-800 dark:text-white">LinkyLinky</h2>
 | 
				
			||||||
	<!-- <div class="relative mt-6">
 | 
						<!-- <div class="relative mt-6">
 | 
				
			||||||
		<span class="absolute inset-y-0 left-0 flex items-center pl-3">
 | 
							<span class="absolute inset-y-0 left-0 flex items-center pl-3">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -50,6 +50,9 @@
 | 
				
			|||||||
				<th scope="col" class="px-6 py-3 text-left text-xs font-medium  uppercase tracking-wider">
 | 
									<th scope="col" class="px-6 py-3 text-left text-xs font-medium  uppercase tracking-wider">
 | 
				
			||||||
					Timestamp
 | 
										Timestamp
 | 
				
			||||||
				</th>
 | 
									</th>
 | 
				
			||||||
 | 
									<th scope="col" class="px-6 py-3 text-left text-xs font-medium uppercase tracking-wider">
 | 
				
			||||||
 | 
										Provider
 | 
				
			||||||
 | 
									</th>
 | 
				
			||||||
			</tr>
 | 
								</tr>
 | 
				
			||||||
		</thead>
 | 
							</thead>
 | 
				
			||||||
		<tbody class="bg-white dark:bg-gray-700 divide-y divide-gray-200 dark:text-gray-100" x-max="1">
 | 
							<tbody class="bg-white dark:bg-gray-700 divide-y divide-gray-200 dark:text-gray-100" x-max="1">
 | 
				
			||||||
@@ -60,6 +63,7 @@
 | 
				
			|||||||
					>
 | 
										>
 | 
				
			||||||
						Loading data...
 | 
											Loading data...
 | 
				
			||||||
					</td>
 | 
										</td>
 | 
				
			||||||
 | 
										<td class="px-6 py-4 whitespace-nowrap text-sm"> Loading data... </td>
 | 
				
			||||||
				</tr>
 | 
									</tr>
 | 
				
			||||||
			{:then}
 | 
								{:then}
 | 
				
			||||||
				{#each urlVisists as visit}
 | 
									{#each urlVisists as visit}
 | 
				
			||||||
@@ -69,6 +73,7 @@
 | 
				
			|||||||
						>
 | 
											>
 | 
				
			||||||
							{visit.timestamp}
 | 
												{visit.timestamp}
 | 
				
			||||||
						</td>
 | 
											</td>
 | 
				
			||||||
 | 
											<td class="px-6 py-4 whitespace-nowrap text-sm"> {visit.provider} </td>
 | 
				
			||||||
					</tr>
 | 
										</tr>
 | 
				
			||||||
				{/each}
 | 
									{/each}
 | 
				
			||||||
			{/await}
 | 
								{/await}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user