camellia icon indicating copy to clipboard operation
camellia copied to clipboard

Browser extension which helps with managing huge amounts of browser bookmarks by placing them at the new tab screen.

Results 55 camellia issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.8.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...

dependencies
javascript

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.10.0 to 7.1.1. Release notes Sourced from css-loader's releases. v7.1.1 7.1.1 (2024-04-10) Bug Fixes automatically rename class default to _default when named export is enabled (#1590) (d6c31a1)...

dependencies
javascript

Bumps [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) from 2.7.0 to 2.10.0. Release notes Sourced from eslint-plugin-perfectionist's releases. v2.10.0    🚀 Features Allow typescript-eslint v7  -  by @​JoshuaKGoldberg (ccdae)    🐞 Bug Fixes sort-imports: Empty named imports being...

dependencies
javascript

Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.7.1 to 6.8.0. Changelog Sourced from eslint-plugin-jsx-a11y's changelog. v6.8.0 - 2023-11-01 Merged Allow title attribute or aria-label attribute instead of accessible child in the "anchor-has-content" rule [#727](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/727)...

dependencies
javascript

Currently, we fetch favicons using [our own Cloudflare Worker](https://github.com/camellia-app/camellia/wiki/Architecture#favicons), which is fine for privacy, but not the best solution in terms of user experience and performance. In Chrome, we use...

enhancement
performance

About CSS Nesting syntax: https://developer.chrome.com/articles/css-nesting/

technical debt

This feature allows us to automatically manage contrast of background image. **This PR is temporally blocked.** To detect image brightness, we need to analyse an image with JavaScript (we load...

enhancement

It's not possible to port Camellia to Safari yet. ```[tasklist] ### Blockers - [ ] [`bookmarks` permission](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions) is not supported in Safari ```

enhancement

In commit 74f1facf2e46234772ed58160dbe9bed13f39f27 I've added bookmark link loading indicator. But this background animation appears very suddenly. It would be great to add something like 0.5-1.0s opacity transition to make Camellia...

enhancement