mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Add show timestamp/seconds and fullscreen options to action page (#24876)
Part of #24728 - The timestamp shows local time and is parsed by `date.toLocaleString`; - "show seconds" and "show timestamps" are mutually exclusive, and they can be both hidden. https://github.com/go-gitea/gitea/assets/17645053/89531e54-37b7-4400-a6a0-bb3cc69eb6f5 Update for timestamp format: <img width="306" alt="Screen Shot 2023-05-25 at 09 07 47" src="https://github.com/go-gitea/gitea/assets/17645053/2d99768d-d39c-4c9e-81a2-7bc7470399dd"> --------- Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -74,12 +74,15 @@ | ||||
|   --color-secondary-alpha-90: #dededee1; | ||||
|   --color-secondary-hover: var(--color-secondary-dark-1); | ||||
|   --color-secondary-active: var(--color-secondary-dark-2); | ||||
|   /* console colors */ | ||||
|   --color-console-fg: #ffffff; | ||||
|   --color-console-bg: #252a2f; | ||||
|   --color-console-border: #ffffff16; | ||||
|   /* console colors - used for actions console and console files */ | ||||
|   --color-console-fg: #eeeff2; | ||||
|   --color-console-fg-subtle: #959cab; | ||||
|   --color-console-bg: #262936; | ||||
|   --color-console-border: #383c47; | ||||
|   --color-console-hover-bg: #ffffff16; | ||||
|   --color-console-active-bg: #353a3f; | ||||
|   --color-console-active-bg: #454a57; | ||||
|   --color-console-menu-bg: #383c47; | ||||
|   --color-console-menu-border: #5c6374; | ||||
|   /* named colors */ | ||||
|   --color-red: #db2828; | ||||
|   --color-orange: #f2711c; | ||||
|   | ||||
| @@ -60,12 +60,15 @@ | ||||
|   --color-secondary-alpha-90: #525767e1; | ||||
|   --color-secondary-hover: var(--color-secondary-light-1); | ||||
|   --color-secondary-active: var(--color-secondary-light-2); | ||||
|   /* console colors */ | ||||
|   --color-console-fg: #ffffff; | ||||
|   /* console colors - used for actions console and console files */ | ||||
|   --color-console-fg: #eeeff2; | ||||
|   --color-console-fg-subtle: #959cab; | ||||
|   --color-console-bg: #262936; | ||||
|   --color-console-border: #ffffff16; | ||||
|   --color-console-border: #383c47; | ||||
|   --color-console-hover-bg: #ffffff16; | ||||
|   --color-console-active-bg: #383c47; | ||||
|   --color-console-active-bg: #454a57; | ||||
|   --color-console-menu-bg: #383c47; | ||||
|   --color-console-menu-border: #5c6374; | ||||
|   /* named colors */ | ||||
|   --color-red: #cc4848; | ||||
|   --color-orange: #cc580c; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user