bump pl-api
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
4866d236ef
commit
1b74e506fc
4 changed files with 7 additions and 6 deletions
|
@ -132,7 +132,7 @@
|
||||||
"multiselect-react-dropdown": "^2.0.25",
|
"multiselect-react-dropdown": "^2.0.25",
|
||||||
"object-to-formdata": "^4.5.1",
|
"object-to-formdata": "^4.5.1",
|
||||||
"path-browserify": "^1.0.1",
|
"path-browserify": "^1.0.1",
|
||||||
"pl-api": "^0.0.20",
|
"pl-api": "^0.0.21",
|
||||||
"postcss": "^8.4.29",
|
"postcss": "^8.4.29",
|
||||||
"process": "^0.11.10",
|
"process": "^0.11.10",
|
||||||
"punycode": "^2.1.1",
|
"punycode": "^2.1.1",
|
||||||
|
|
|
@ -101,7 +101,7 @@ const DropdownMenuItem = ({ index, item, onClick, autoFocus }: IDropdownMenuItem
|
||||||
>
|
>
|
||||||
{item.icon && <Icon src={item.icon} className='mr-3 h-5 w-5 flex-none rtl:ml-3 rtl:mr-0' />}
|
{item.icon && <Icon src={item.icon} className='mr-3 h-5 w-5 flex-none rtl:ml-3 rtl:mr-0' />}
|
||||||
|
|
||||||
<span className='truncate font-medium'>{item.text}</span>
|
<span className={clsx('truncate font-medium', { 'ml-2': item.count })}>{item.text}</span>
|
||||||
|
|
||||||
{item.count ? (
|
{item.count ? (
|
||||||
<span className='ml-auto h-5 w-5 flex-none'>
|
<span className='ml-auto h-5 w-5 flex-none'>
|
||||||
|
|
|
@ -16,6 +16,7 @@ const NOTIFICATION_TYPES = [
|
||||||
'event_reminder',
|
'event_reminder',
|
||||||
'participation_request',
|
'participation_request',
|
||||||
'participation_accepted',
|
'participation_accepted',
|
||||||
|
'bite',
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
/** Notification types to exclude from the "All" filter by default. */
|
/** Notification types to exclude from the "All" filter by default. */
|
||||||
|
|
|
@ -8385,10 +8385,10 @@ pkg-types@^1.0.3:
|
||||||
mlly "^1.2.0"
|
mlly "^1.2.0"
|
||||||
pathe "^1.1.0"
|
pathe "^1.1.0"
|
||||||
|
|
||||||
pl-api@^0.0.20:
|
pl-api@^0.0.21:
|
||||||
version "0.0.20"
|
version "0.0.21"
|
||||||
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.0.20.tgz#2839820d399d8018ca3c89b8529e2d4c239b77c1"
|
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.0.21.tgz#1b1b9465fe8779969ebf05c77a781df7156c62a4"
|
||||||
integrity sha512-FL5eCZnJDPuazGK9zMrIHsKmM9Mb1kvcaYMR6ecbGpkzmustjNL0f8gdH86rFYL1k33zyKLA3sd7OAXB4zFoMg==
|
integrity sha512-os0Em81tVJQDT/8GtWjmBIvqsR3bbBDhlt55StATyJLHb/OFDpBZ4xa7FctwBQxg7R3MrtbKnpOh1wFmzNraew==
|
||||||
dependencies:
|
dependencies:
|
||||||
blurhash "^2.0.5"
|
blurhash "^2.0.5"
|
||||||
http-link-header "^1.1.3"
|
http-link-header "^1.1.3"
|
||||||
|
|
Loading…
Reference in a new issue