{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":624622448,"defaultBranch":"main","name":"typesense-minibar","ownerLogin":"jquery","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-04-06T22:09:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/70142?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712195866.0","currentOid":""},"activityList":{"items":[{"before":"fee9eabc17c36a07ac59e238ed43a4c1faae0a4f","after":"69ffccd83b44bdda26ae164b5f0be438cd1a41de","ref":"refs/heads/gh-pages","pushedAt":"2024-04-04T01:58:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Build commit 250e6332115f969195e7b99fbfe04f39f4f1c3fa","shortMessageHtmlLink":"Build commit 250e633"}},{"before":"250e6332115f969195e7b99fbfe04f39f4f1c3fa","after":null,"ref":"refs/heads/test","pushedAt":"2024-04-04T01:57:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"}},{"before":"cb789942144dd4814a18972393280cc3ab097a13","after":"250e6332115f969195e7b99fbfe04f39f4f1c3fa","ref":"refs/heads/main","pushedAt":"2024-04-04T01:57:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"build: fixes for deprecations in GitHub CI\n\nGitHub CI the basic git clone step, not as a built-in or stable feature\nbut as versioned consumer software.\n\nFurther more, the `actions/checkout` software wraps its `git` commands\nin a Node.js script. This, of course, couldn't be a standalone Node.js\nscript, no, we need to also involve more than 80 npm packages as\ndependencies. (These are non-dev dependencies, the code in question\nhas another 1,461 dev dependencies.).\n\nLastly, we couldn't possibly run this on the base image which GitHub\npre-installs Node.js LTS on. No we must have our own container with\nits own copy of Node.js. That way, we can tell the world that\n\"millions of developers\" rely on Docker and Node.js to power their CI.\n\nOur mission? To tell those same millions of non-paying customers\n(i.e. \"products\") that they have dared to use an outdated version of\nNode.js and that they must upgrade their CI or else. How? Because of\na chain reaction in incompetence:\n* The internal GitHub system that builds the Docker containers\n for `actions/checkout` and other actions, goes through a pointless\n semver-major cycle every six months. Rather than something\n reasonable like https://github.com/nvm-sh/nvm which is able to\n install any arbitrary Node.js version, GitHub's Node.js installer\n is effectively tied to a single Node.js version, so whenever Node.js\n has a major release, GitHub's system goes through a semver-major\n cycle as well, and we must of course deprecate the old thing.\n* GitHub then naturally has to update `actions/checkout` to\n internally use the newer Node.js version from time to time.\n This change isn't observable to end-users since the embedded Node.js\n isn't exposed. But, since following semver.org is no longer \"cool\"\n in 2024, GitHub will do a pointless semver-major bump because\n one of its dependencies did, and the line must go up!\n* GitHub then has to \"deprecate\" the Node.js provisioner to no longer\n have to \"support\" installing the older Node.js version. Again,\n for a reasonable system like nvm-sh there is nothing to \"support\".\n\nThe end result, you as the end-user simply declaring your CI job\nto perform `actions/checkout@v3` will be told that \"you\" are using\nNode.js 16 and must upgrade. With a link to a blog post like this\none:\n\nhttps://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/\n\nIt's almost like Microsoft is intentionally creating unusable\nsoftware for their competitors to use, to then sell you \"AI\" to get\nhalfway back to normal levels of productivity.","shortMessageHtmlLink":"build: fixes for deprecations in GitHub CI"}},{"before":"8b5438fdac3191daf657c0c85a7e72e08b1ed797","after":"250e6332115f969195e7b99fbfe04f39f4f1c3fa","ref":"refs/heads/test","pushedAt":"2024-04-04T01:56:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"build: fixes for deprecations in GitHub CI\n\nGitHub CI the basic git clone step, not as a built-in or stable feature\nbut as versioned consumer software.\n\nFurther more, the `actions/checkout` software wraps its `git` commands\nin a Node.js script. This, of course, couldn't be a standalone Node.js\nscript, no, we need to also involve more than 80 npm packages as\ndependencies. (These are non-dev dependencies, the code in question\nhas another 1,461 dev dependencies.).\n\nLastly, we couldn't possibly run this on the base image which GitHub\npre-installs Node.js LTS on. No we must have our own container with\nits own copy of Node.js. That way, we can tell the world that\n\"millions of developers\" rely on Docker and Node.js to power their CI.\n\nOur mission? To tell those same millions of non-paying customers\n(i.e. \"products\") that they have dared to use an outdated version of\nNode.js and that they must upgrade their CI or else. How? Because of\na chain reaction in incompetence:\n* The internal GitHub system that builds the Docker containers\n for `actions/checkout` and other actions, goes through a pointless\n semver-major cycle every six months. Rather than something\n reasonable like https://github.com/nvm-sh/nvm which is able to\n install any arbitrary Node.js version, GitHub's Node.js installer\n is effectively tied to a single Node.js version, so whenever Node.js\n has a major release, GitHub's system goes through a semver-major\n cycle as well, and we must of course deprecate the old thing.\n* GitHub then naturally has to update `actions/checkout` to\n internally use the newer Node.js version from time to time.\n This change isn't observable to end-users since the embedded Node.js\n isn't exposed. But, since following semver.org is no longer \"cool\"\n in 2024, GitHub will do a pointless semver-major bump because\n one of its dependencies did, and the line must go up!\n* GitHub then has to \"deprecate\" the Node.js provisioner to no longer\n have to \"support\" installing the older Node.js version. Again,\n for a reasonable system like nvm-sh there is nothing to \"support\".\n\nThe end result, you as the end-user simply declaring your CI job\nto perform `actions/checkout@v3` will be told that \"you\" are using\nNode.js 16 and must upgrade. With a link to a blog post like this\none:\n\nhttps://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/\n\nIt's almost like Microsoft is intentionally creating unusable\nsoftware for their competitors to use, to then sell you \"AI\" to get\nhalfway back to normal levels of productivity.","shortMessageHtmlLink":"build: fixes for deprecations in GitHub CI"}},{"before":null,"after":"8b5438fdac3191daf657c0c85a7e72e08b1ed797","ref":"refs/heads/test","pushedAt":"2024-04-04T01:26:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"test: cover \"re-open on focus\" behaviour","shortMessageHtmlLink":"test: cover \"re-open on focus\" behaviour"}},{"before":"41803d4d3de44f056a506fa8b8d461300b32599f","after":"fee9eabc17c36a07ac59e238ed43a4c1faae0a4f","ref":"refs/heads/gh-pages","pushedAt":"2023-12-05T00:59:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Build commit cb789942144dd4814a18972393280cc3ab097a13","shortMessageHtmlLink":"Build commit cb78994"}},{"before":"cb789942144dd4814a18972393280cc3ab097a13","after":null,"ref":"refs/heads/release","pushedAt":"2023-12-05T00:59:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"}},{"before":"ca5519d369705429ee514f8c6ba6616bd13a4f3d","after":"cb789942144dd4814a18972393280cc3ab097a13","ref":"refs/heads/main","pushedAt":"2023-12-05T00:59:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"Release 1.2.0","shortMessageHtmlLink":"Release 1.2.0"}},{"before":null,"after":"cb789942144dd4814a18972393280cc3ab097a13","ref":"refs/heads/release","pushedAt":"2023-12-04T23:52:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"Release 1.2.0","shortMessageHtmlLink":"Release 1.2.0"}},{"before":"be77b48545417545b7f36b19cc173d78c2d151fd","after":"41803d4d3de44f056a506fa8b8d461300b32599f","ref":"refs/heads/gh-pages","pushedAt":"2023-12-04T18:03:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Build commit ca5519d369705429ee514f8c6ba6616bd13a4f3d","shortMessageHtmlLink":"Build commit ca5519d"}},{"before":"ca5519d369705429ee514f8c6ba6616bd13a4f3d","after":null,"ref":"refs/heads/add-listbox-params","pushedAt":"2023-12-04T18:03:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"}},{"before":"b86d70c5d8fc263025c36e52f9a17e675db0ca0c","after":"ca5519d369705429ee514f8c6ba6616bd13a4f3d","ref":"refs/heads/main","pushedAt":"2023-12-04T18:03:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"CSS: Add variables for listbox size\n\n* Make the listbox size explicitly configurable with custom CSS\n variables. This includes the width and the height, but also a toggle\n for forcing the scaling of the listbox to the left. This should make\n the default CSS easily usable on pages with a wide range of search\n box locations. The demo page is updated to present this.\n\n* Remove the `@media` sections. They were very opinionated, the current\n approach is more flexible. The viewport width ranges didn't match each\n other, so there were actually 3 width ranges, each of them with a\n different set of CSS attributes. The result was that only in the wide\n viewport the listbox was flexible and good looking, and narrowing it\n caused glitches.\n\n* Move `.tsmb-form--slash::after` sections closer to each other,\n so it's easier to follow the slash icon behavior.\n\n* Clean up white spaces.\n\nCloses https://github.com/jquery/typesense-minibar/pull/2.","shortMessageHtmlLink":"CSS: Add variables for listbox size"}},{"before":"5dea58e3b6513ed5225c6078b9ad91de0ffc86de","after":"ca5519d369705429ee514f8c6ba6616bd13a4f3d","ref":"refs/heads/add-listbox-params","pushedAt":"2023-12-04T18:01:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"CSS: Add variables for listbox size\n\n* Make the listbox size explicitly configurable with custom CSS\n variables. This includes the width and the height, but also a toggle\n for forcing the scaling of the listbox to the left. This should make\n the default CSS easily usable on pages with a wide range of search\n box locations. The demo page is updated to present this.\n\n* Remove the `@media` sections. They were very opinionated, the current\n approach is more flexible. The viewport width ranges didn't match each\n other, so there were actually 3 width ranges, each of them with a\n different set of CSS attributes. The result was that only in the wide\n viewport the listbox was flexible and good looking, and narrowing it\n caused glitches.\n\n* Move `.tsmb-form--slash::after` sections closer to each other,\n so it's easier to follow the slash icon behavior.\n\n* Clean up white spaces.\n\nCloses https://github.com/jquery/typesense-minibar/pull/2.","shortMessageHtmlLink":"CSS: Add variables for listbox size"}},{"before":"7b47cbc73dbdc66231afb683544447ed1978bebd","after":"5dea58e3b6513ed5225c6078b9ad91de0ffc86de","ref":"refs/heads/add-listbox-params","pushedAt":"2023-12-04T18:00:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"CSS: Add variables for listbox size\n\n* Make the listbox size explicitly configurable with custom CSS\n variables. This includes the width and the height, but also a toggle\n for forcing the scaling of the listbox to the left. This should make\n the default CSS easily usable on pages with a wide range of search\n box locations. The demo page is updated to present this.\n\n* Remove the `@media` sections. They were very opinionated, the current\n approach is more flexible. The viewport width ranges didn't match each\n other, so there were actually 3 width ranges, each of them with a\n different set of CSS attributes. The result was that only in the wide\n viewport the listbox was flexible and good looking, and narrowing it\n caused glitches.\n\n* Move `.tsmb-form--slash::after` sections closer to each other,\n so it's easier to follow the slash icon behavior.\n\n* Clean up white spaces.","shortMessageHtmlLink":"CSS: Add variables for listbox size"}},{"before":"074f262a6ea30f24fbf8f9039b6d776b1f71d09e","after":"7b47cbc73dbdc66231afb683544447ed1978bebd","ref":"refs/heads/add-listbox-params","pushedAt":"2023-11-29T00:23:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"Add CSS listbox size parameters","shortMessageHtmlLink":"Add CSS listbox size parameters"}},{"before":null,"after":"074f262a6ea30f24fbf8f9039b6d776b1f71d09e","ref":"refs/heads/add-listbox-params","pushedAt":"2023-11-29T00:11:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"Add CSS listbox size parameters","shortMessageHtmlLink":"Add CSS listbox size parameters"}},{"before":"b86d70c5d8fc263025c36e52f9a17e675db0ca0c","after":null,"ref":"refs/heads/improve-demo","pushedAt":"2023-11-28T23:42:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"}},{"before":"98efec1977fde57058cf33f9a237f2a2c0c98a89","after":"be77b48545417545b7f36b19cc173d78c2d151fd","ref":"refs/heads/gh-pages","pushedAt":"2023-11-27T01:39:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Build commit b86d70c5d8fc263025c36e52f9a17e675db0ca0c","shortMessageHtmlLink":"Build commit b86d70c"}},{"before":"21eaf972c563a959307ee947ba59dee0a6167e46","after":"b86d70c5d8fc263025c36e52f9a17e675db0ca0c","ref":"refs/heads/main","pushedAt":"2023-11-27T01:39:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"demo: clean up unused code","shortMessageHtmlLink":"demo: clean up unused code"}},{"before":null,"after":"b86d70c5d8fc263025c36e52f9a17e675db0ca0c","ref":"refs/heads/improve-demo","pushedAt":"2023-11-27T01:36:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"demo: clean up unused code","shortMessageHtmlLink":"demo: clean up unused code"}},{"before":"f5e43f05328d08071840fbdb909fd6063004b8d5","after":"98efec1977fde57058cf33f9a237f2a2c0c98a89","ref":"refs/heads/gh-pages","pushedAt":"2023-11-27T01:28:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Build commit 21eaf972c563a959307ee947ba59dee0a6167e46","shortMessageHtmlLink":"Build commit 21eaf97"}},{"before":"21eaf972c563a959307ee947ba59dee0a6167e46","after":null,"ref":"refs/heads/improve-demo","pushedAt":"2023-11-27T01:28:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"}},{"before":"c322b3b5ae4e31db0f411584e682a8e09faa969a","after":"21eaf972c563a959307ee947ba59dee0a6167e46","ref":"refs/heads/main","pushedAt":"2023-11-27T01:28:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"demo: reduce layout variants, add \"right-aligned\" to example\n\n* Remove distinction between first and second themed row\n on the demo page. Use demo-logo for both instead of omitting the\n image the second time.\n\n* Add right-aligned to the example. This uses hardcoded CSS right\n now, to be improved in https://github.com/jquery/typesense-minibar/pull/2.\n\n* Fix inconsistent indentation in the demo/index.html file.","shortMessageHtmlLink":"demo: reduce layout variants, add \"right-aligned\" to example"}},{"before":null,"after":"21eaf972c563a959307ee947ba59dee0a6167e46","ref":"refs/heads/improve-demo","pushedAt":"2023-11-27T01:24:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"demo: reduce layout variants, add \"right-aligned\" to example\n\n* Remove distinction between first and second themed row\n on the demo page. Use demo-logo for both instead of omitting the\n image the second time.\n\n* Add right-aligned to the example. This uses hardcoded CSS right\n now, to be improved in https://github.com/jquery/typesense-minibar/pull/2.\n\n* Fix inconsistent indentation in the demo/index.html file.","shortMessageHtmlLink":"demo: reduce layout variants, add \"right-aligned\" to example"}},{"before":"733faa11e0367bb8adae9f249aba8667a6ea35ec","after":"f5e43f05328d08071840fbdb909fd6063004b8d5","ref":"refs/heads/gh-pages","pushedAt":"2023-10-13T02:26:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Build commit c322b3b5ae4e31db0f411584e682a8e09faa969a","shortMessageHtmlLink":"Build commit c322b3b"}},{"before":"c322b3b5ae4e31db0f411584e682a8e09faa969a","after":null,"ref":"refs/heads/release","pushedAt":"2023-10-13T02:25:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"}},{"before":"e5f383b631b8e517ddab3e0ebc548fd751fac4b8","after":"c322b3b5ae4e31db0f411584e682a8e09faa969a","ref":"refs/heads/main","pushedAt":"2023-10-13T02:25:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"Release 1.1.1","shortMessageHtmlLink":"Release 1.1.1"}},{"before":"e384a95d644fc5cf43bc767bc8a66b94acacb072","after":"c322b3b5ae4e31db0f411584e682a8e09faa969a","ref":"refs/heads/release","pushedAt":"2023-10-13T02:24:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"Release 1.1.1","shortMessageHtmlLink":"Release 1.1.1"}},{"before":null,"after":"e384a95d644fc5cf43bc767bc8a66b94acacb072","ref":"refs/heads/release","pushedAt":"2023-10-13T02:24:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Krinkle","name":"Timo Tijhof","path":"/Krinkle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156867?s=80&v=4"},"commit":{"message":"Release","shortMessageHtmlLink":"Release"}},{"before":"943fccb8dcdfa68e5966e9b6ae41b82e1b9748d1","after":"733faa11e0367bb8adae9f249aba8667a6ea35ec","ref":"refs/heads/gh-pages","pushedAt":"2023-10-13T01:50:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Build commit e5f383b631b8e517ddab3e0ebc548fd751fac4b8","shortMessageHtmlLink":"Build commit e5f383b"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEJ0rm8gA","startCursor":null,"endCursor":null}},"title":"Activity ยท jquery/typesense-minibar"}