Porównaj commity

...

4 Commity

Autor SHA1 Wiadomość Data
Soapbox Bot 2ae73aeb0b Merge branch 'renovate/vite-plugin-pwa-0.x' into 'main'
Update dependency vite-plugin-pwa to ^0.19.0

See merge request soapbox-pub/soapbox!2934
2024-04-18 23:06:31 +00:00
marcin mikołajczak b8093ace04 Merge branch 'black-mode' into 'main'
Black theme: set counter ring color

See merge request soapbox-pub/soapbox!2998
2024-04-18 22:10:54 +00:00
marcin mikołajczak 1b73a1fbc3 Black theme: set counter ring color
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-04-18 23:51:04 +02:00
Soapbox Bot f1affd331f Update dependency vite-plugin-pwa to ^0.19.0 2024-02-17 14:05:55 +00:00
3 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -222,7 +222,7 @@
"stylelint-config-standard-scss": "^12.0.0",
"tailwindcss": "^3.4.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-pwa": "^0.17.0",
"vite-plugin-pwa": "^0.19.0",
"vitest": "^1.0.0"
},
"resolutions": {

Wyświetl plik

@ -12,7 +12,7 @@ interface ICounter {
/** A simple counter for notifications, etc. */
const Counter: React.FC<ICounter> = ({ count, countMax }) => {
return (
<span className='flex h-5 min-w-[20px] max-w-[26px] items-center justify-center rounded-full bg-secondary-500 text-xs font-medium text-white ring-2 ring-white dark:ring-gray-800'>
<span className='flex h-5 min-w-[20px] max-w-[26px] items-center justify-center rounded-full bg-secondary-500 text-xs font-medium text-white ring-2 ring-white black:ring-black dark:ring-gray-800'>
{shortNumberFormat(count, countMax)}
</span>
);

Wyświetl plik

@ -9199,10 +9199,10 @@ vite-plugin-html@^3.2.0:
node-html-parser "^5.3.3"
pathe "^0.2.0"
vite-plugin-pwa@^0.17.0:
version "0.17.3"
resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.17.3.tgz#eab6ab2950012e483ab6959172a15c796fd0d1e3"
integrity sha512-ilOs0mGxIxKQN3FZYX8pys5DmY/wI9A6oojlY5rrd7mAxCVcSbtjDVAhm62C+3Ww6KQrNr/jmiRUCplC8AsaBw==
vite-plugin-pwa@^0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.19.0.tgz#2223d6014b9b980deb89a7e8aefebafe71d8a7ef"
integrity sha512-Unfb4Jk/ka4HELtpMLIPCmGcW4LFT+CL7Ri1/Of1544CVKXS2ftP91kUkNzkzeI1sGpOdVGuxprVLB9NjMoCAA==
dependencies:
debug "^4.3.4"
fast-glob "^3.3.2"