Flush style
This commit is contained in:
		
							parent
							
								
									189b1bff38
								
							
						
					
					
						commit
						0789fd3ae1
					
				
					 3 changed files with 55 additions and 135 deletions
				
			
		|  | @ -1,98 +0,0 @@ | ||||||
| * { |  | ||||||
| 	font-family: BIZ UDGothic, Roboto, HelveticaNeue, Arial, sans-serif; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| body, |  | ||||||
| html { |  | ||||||
| 	background-color: #222; |  | ||||||
| 	color: #dfddcc; |  | ||||||
| 	justify-content: center; |  | ||||||
| 	margin: auto; |  | ||||||
| 	width: 80%; |  | ||||||
| 	padding: 10px; |  | ||||||
| 	text-align: center; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| button { |  | ||||||
| 	border-radius: 999px; |  | ||||||
| 	padding: 0px 12px 0px 12px; |  | ||||||
| 	border: none; |  | ||||||
| 	cursor: pointer; |  | ||||||
| 	margin-bottom: 12px; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| .button-big { |  | ||||||
| 	background: linear-gradient(90deg, rgb(134, 179, 0), rgb(74, 179, 0)); |  | ||||||
| 	line-height: 50px; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| .button-big:hover { |  | ||||||
| 	background: rgb(153, 204, 0); |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| .button-small { |  | ||||||
| 	background: #444; |  | ||||||
| 	line-height: 40px; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| .button-small:hover { |  | ||||||
| 	background: #555; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| .button-label-big { |  | ||||||
| 	color: #222; |  | ||||||
| 	font-weight: bold; |  | ||||||
| 	font-size: 20px; |  | ||||||
| 	padding: 12px; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| .button-label-small { |  | ||||||
| 	color: rgb(153, 204, 0); |  | ||||||
| 	font-size: 16px; |  | ||||||
| 	padding: 12px; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| a { |  | ||||||
| 	color: rgb(134, 179, 0); |  | ||||||
| 	text-decoration: none; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| p, |  | ||||||
| li { |  | ||||||
| 	font-size: 16px; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| .dont-worry, |  | ||||||
| #msg { |  | ||||||
| 	font-size: 18px; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| .icon-warning { |  | ||||||
| 	color: #dec340; |  | ||||||
| 	height: 4rem; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| h1 { |  | ||||||
| 	font-size: 32px; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| code { |  | ||||||
| 	font-family: Fira, FiraCode, monospace; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| details { |  | ||||||
| 	background: #333; |  | ||||||
| 	margin-bottom: 2rem; |  | ||||||
| 	padding: 0.5rem 1rem; |  | ||||||
| 	border-radius: 5px; |  | ||||||
| 	justify-content: center; |  | ||||||
| 	margin: auto; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| summary { |  | ||||||
| 	cursor: pointer; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| summary > * { |  | ||||||
| 	display: inline; |  | ||||||
| } |  | ||||||
							
								
								
									
										16
									
								
								packages/backend/src/server/web/flush.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								packages/backend/src/server/web/flush.css
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,16 @@ | ||||||
|  | * { | ||||||
|  | 	font-family: BIZ UDGothic, Roboto, HelveticaNeue, Arial, sans-serif; | ||||||
|  | } | ||||||
|  | body, | ||||||
|  | html { | ||||||
|  | 	background-color: #222; | ||||||
|  | 	color: #dfddcc; | ||||||
|  | 	justify-content: center; | ||||||
|  | 	margin: auto; | ||||||
|  | 	padding: 10px; | ||||||
|  | 	text-align: center; | ||||||
|  | } | ||||||
|  | a { | ||||||
|  | 	color: rgb(134, 179, 0); | ||||||
|  | 	text-decoration: none; | ||||||
|  | } | ||||||
|  | @ -6,48 +6,50 @@ html | ||||||
| 		meta(name='application-name' content='Misskey') | 		meta(name='application-name' content='Misskey') | ||||||
| 		title Flushing Misskey | 		title Flushing Misskey | ||||||
| 		style | 		style | ||||||
| 			include ../error.css | 			include ../flush.css | ||||||
| 	#msg |  | ||||||
| 	script. |  | ||||||
| 		const msg = document.getElementById('msg'); |  | ||||||
| 		const successText = `\nSuccess Flush! <a href="/">Back to Misskey</a>\n成功しました。<a href="/">Misskeyを開き直してください。</a>`; |  | ||||||
| 
 | 
 | ||||||
| 		message('Start flushing.'); | 	body | ||||||
|  | 		#msg | ||||||
|  | 		script. | ||||||
|  | 			const msg = document.getElementById('msg'); | ||||||
|  | 			const successText = `\nSuccess Flush! <a href="/">Back to Misskey</a>\n成功しました。<a href="/">Misskeyを開き直してください。</a>`; | ||||||
| 
 | 
 | ||||||
| 		(async function() { | 			message('Start flushing.'); | ||||||
| 			try { |  | ||||||
| 				localStorage.clear(); |  | ||||||
| 				message('localStorage cleared.'); |  | ||||||
| 
 | 
 | ||||||
| 				const idbPromises = ['MisskeyClient', 'keyval-store'].map((name, i, arr) => new Promise((res, rej) => { | 			(async function() { | ||||||
| 					const delidb = indexedDB.deleteDatabase(name); | 				try { | ||||||
| 					delidb.onsuccess = () => res(message(`indexedDB "${name}" cleared. (${i + 1}/${arr.length})`)); | 					localStorage.clear(); | ||||||
| 					delidb.onerror = e => rej(e) | 					message('localStorage cleared.'); | ||||||
| 				})); |  | ||||||
| 
 | 
 | ||||||
| 				await Promise.all(idbPromises); | 					const idbPromises = ['MisskeyClient', 'keyval-store'].map((name, i, arr) => new Promise((res, rej) => { | ||||||
|  | 						const delidb = indexedDB.deleteDatabase(name); | ||||||
|  | 						delidb.onsuccess = () => res(message(`indexedDB "${name}" cleared. (${i + 1}/${arr.length})`)); | ||||||
|  | 						delidb.onerror = e => rej(e) | ||||||
|  | 					})); | ||||||
| 
 | 
 | ||||||
| 				if (navigator.serviceWorker.controller) { | 					await Promise.all(idbPromises); | ||||||
| 					navigator.serviceWorker.controller.postMessage('clear'); | 
 | ||||||
| 					await navigator.serviceWorker.getRegistrations() | 					if (navigator.serviceWorker.controller) { | ||||||
| 						.then(registrations => { | 						navigator.serviceWorker.controller.postMessage('clear'); | ||||||
| 							return Promise.all(registrations.map(registration => registration.unregister())); | 						await navigator.serviceWorker.getRegistrations() | ||||||
| 						}) | 							.then(registrations => { | ||||||
| 						.catch(e => { throw Error(e) }); | 								return Promise.all(registrations.map(registration => registration.unregister())); | ||||||
|  | 							}) | ||||||
|  | 							.catch(e => { throw Error(e) }); | ||||||
|  | 					} | ||||||
|  | 
 | ||||||
|  | 					message(successText); | ||||||
|  | 				} catch (e) { | ||||||
|  | 					message(`\n${e}\n\nFlush Failed. <a href="/flush">Please retry.</a>\n失敗しました。<a href="/flush">もう一度試してみてください。</a>`); | ||||||
|  | 					message(`\nIf you retry more than 3 times, clear the browser cache or contact to instance admin.\n3回以上試しても失敗する場合、ブラウザのキャッシュを消去し、それでもだめならインスタンス管理者に連絡してみてください。\n`) | ||||||
|  | 
 | ||||||
|  | 					console.error(e); | ||||||
|  | 					setTimeout(() => { | ||||||
|  | 						location = '/'; | ||||||
|  | 					}, 10000) | ||||||
| 				} | 				} | ||||||
|  | 			})(); | ||||||
| 
 | 
 | ||||||
| 				message(successText); | 			function message(text) { | ||||||
| 			} catch (e) { | 				msg.insertAdjacentHTML('beforeend', `<p>[${(new Date()).toString()}] ${text.replace(/\n/g,'<br>')}</p>`) | ||||||
| 				message(`\n${e}\n\nFlush Failed. <a href="/flush">Please retry.</a>\n失敗しました。<a href="/flush">もう一度試してみてください。</a>`); |  | ||||||
| 				message(`\nIf you retry more than 3 times, clear the browser cache or contact to instance admin.\n3回以上試しても失敗する場合、ブラウザのキャッシュを消去し、それでもだめならインスタンス管理者に連絡してみてください。\n`) |  | ||||||
| 
 |  | ||||||
| 				console.error(e); |  | ||||||
| 				setTimeout(() => { |  | ||||||
| 					location = '/'; |  | ||||||
| 				}, 10000) |  | ||||||
| 			} | 			} | ||||||
| 		})(); |  | ||||||
| 
 |  | ||||||
| 		function message(text) { |  | ||||||
| 			msg.insertAdjacentHTML('beforeend', `<p>[${(new Date()).toString()}] ${text.replace(/\n/g,'<br>')}</p>`) |  | ||||||
| 		} |  | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue