Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V7 stable #772

Draft
wants to merge 60 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
3b8f120
fix: Change from piwik to matomo
Crash-- Nov 30, 2021
d600488
feat: Remove cozy-client warnings
ptbrowne Jan 26, 2021
da88187
feat: Upgrade node to 16
acezard Jan 31, 2022
2104066
feat: Add cozy-intent
acezard Jan 31, 2022
bcb93de
feat: Add cozy-device-helper as dependency
acezard Jan 31, 2022
a3a4479
feat: Implement cozy-intent
acezard Feb 9, 2022
6cbb13b
Merge pull request #733 from cozy/feat/webview-navigation
acezard Feb 10, 2022
d112c15
fix: Replace minilog with @cozy/minilog
acezard Feb 10, 2022
337c42e
Merge pull request #734 from cozy/fix--Replace-minilog-with-@cozy/min…
acezard Feb 10, 2022
1d590cb
chore: Bump patch version to match npm
acezard Feb 14, 2022
116cf60
feat: Bump cozy-realtime to latest
acezard Feb 15, 2022
23d8099
fix: Use @cozy/minilog instead of minilog
acezard Feb 15, 2022
418a52c
chore: Bump version to 7.17.3
acezard Feb 15, 2022
729236a
fix: Remove cozy-intent and rollback cozy-ui
acezard Feb 21, 2022
b234a19
fix: Update snapshots that were failing
acezard Feb 25, 2022
1055c3a
fix: Use A instead of button
acezard Feb 25, 2022
6a15891
fix: Update version after fix publish
acezard Feb 25, 2022
d595088
feat: Allow cozy-flag to display home button
acezard Feb 28, 2022
1175bea
fix: Vertical align settings button content
acezard Mar 9, 2022
83bc126
fix: Always display home icon in Webview
acezard Mar 18, 2022
3dffc16
feat: Bump version to latest
acezard Mar 18, 2022
3f89941
fix: Use correct dimensions on flagship buttons
acezard Apr 4, 2022
1547e68
feat: Add deploy stage to v7-stable
acezard Jul 5, 2022
d5a7a9c
fix: Change travis deploy condition
acezard Jul 7, 2022
82027e1
feat: Add a readme section for dev
acezard Jul 11, 2022
257dfe5
fix: Make sure searchbar doesn't render
acezard Jul 19, 2022
2c440e6
docs: explain how an App is consuming cozy-bar in dev
trollepierre Jul 20, 2022
615944c
feat(SearchBar): call onSelect when it's provided
trollepierre Aug 9, 2022
af040e0
fix(search): open url of the selected suggestion
trollepierre Aug 17, 2022
cee6acb
fix(search): need to connect SearchBar to fetch url for notes
trollepierre Aug 18, 2022
4c8b1ff
fix(warning): mark as UNSAFE component will mount
trollepierre Aug 23, 2022
9ce1dee
fix(Search): withClient provoked Minified React Error
trollepierre Sep 2, 2022
2563c82
fix(styles): Safari margin of Settings Menu are removed
trollepierre Sep 12, 2022
04197ef
feat: Launch stack request on focus
Crash-- Sep 29, 2022
94dd8cb
fix: Safari settings dropdown margin
zatteo Nov 23, 2022
90629db
chore: Bump version to 7.21.1
zatteo Nov 24, 2022
4244499
feat: Update settings sections
zatteo Nov 28, 2022
2fdb759
feat: Remove Matomo
zatteo Dec 6, 2022
aca7827
fix: Update dropdown spacing to fit with UI specifications
zatteo Dec 6, 2022
81584b0
chore: Remove bundlesize
zatteo Dec 8, 2022
2dd136d
chore: Update gh token for v7
Merkur39 Dec 8, 2022
d63ba4a
fix: Make hover and focus of dropdown item fullsize again
zatteo Dec 9, 2022
04c0e3a
style: Fix some comments style which prevent to build locally
zatteo Dec 14, 2022
a1f6942
chore: Bump package version
zatteo Dec 14, 2022
ae0398c
feat: Add Contact us button into settings menu
cballevre Jan 18, 2023
01c3aa5
fix: Increase height for support modal
cballevre Jan 30, 2023
71e9cf4
chore: Migrate transifex config from v2 to v3
cballevre Feb 7, 2023
ce9a26f
feat: Redirect contact nav item to settings contact page
cballevre Feb 8, 2023
389e032
refacto: Remove SupportModal
cballevre Feb 8, 2023
17d6d95
fix: Increase apps height to see 8,5 apps
zatteo Apr 13, 2023
22c9f19
fix: Rename back to home to back to dashboard
zatteo Apr 13, 2023
f2adb20
fix: Set default app always to home
zatteo Apr 13, 2023
f4cdfb7
test: Remove test not necessary anymore
zatteo Apr 13, 2023
930771e
feat: Improve accessibility
Merkur39 Apr 26, 2023
a0a2b6b
feat: Update cozy packages
Merkur39 May 6, 2023
d460806
feat: Add `isInvertedTheme` param
Merkur39 May 11, 2023
c7a606e
feat: Remove Claudy
cballevre Apr 5, 2023
e24cba5
feat: add translations for banner moved
acezard Mar 18, 2024
686e435
feat: update link for subscription flag
acezard Mar 21, 2024
2b928ec
fix: Update subscription flag management(v7)
acezard Apr 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
3 changes: 3 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"branches": ["v7-stable", "master"]
}
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
dist: focal
language: node_js
node_js:
- "10"
- 16
env:
global:
# BUNDLESIZE_GITHUB_TOKEN
- secure: "NoHalqgN2LO+TM77YtBoM1SWaNvIKwYaOwj3XWOEf+OKjCRjKjhcRRvj37R5rqxoF/2wZMkQKxmTHxbMeDHMAHVdE4pu+ufKtnlrwrZeREKqpPQw7lwY3B0OHNnZzmijBKxM5gVumxRATdbFaBImxjoNoEiyt2qo5lWxquBf8gIdGEn2rFCbjAwvtLHbA8ztnf5Z7fvOQe19PllYE8Z7vU4TJNFrRN3U6WccneadbtLho73BH9yT8A4jNDFFAxNUWfulPT0zR7LWq0rmDWvDVeXedfDSyfviiMt2Oh/dMuJUFri7dzJB8ErxdTVVEzLfiIK2nHrHZRnS79+3Ay/G2WJD1pYHvdFivJH0v5LHeqDwu9qvECTSv4PnpTkt1QI367Yasd+u6F4kCeNTmYSRuSqbxgnsw4xvbpbtDuDCAJR6XQrtT3FnXV9w8n9GYmeMCbDSX9TP+uMq3UU8Lb4jwTrSYsnbVvAZBuhHAvldLaOk1KUloYYeiicd2ha1ieyeM9krc+NbgGBgFJKjKHfQIsG2GZxp4DMsmPDbtdsoyK69/V6P2TT/Q6KP3tSElCvM0WFYRzJNpaV1Vn8+Bi/9mxvz4Y5jU9lyQifEtyFA1smM4ByPY0iXOwLgnvTZmsfJBQsIVmUCazKi4Kqu3/7QQymIbTQGDonyyCGrB4ylir8="
# NPM_TOKEN (mycozycloud)
- secure: "Z1z9aIqfmUzHrg/WzDJ4IJjnTWTjJx/3HrcBmYfqqfiu3Pgo1Bc1sh2p/dJoYJP+6vg9HkMc2sFrsPy9FtVa67a0QoHEgOq6mdcwEFP1cG5LPRdZTuSMe/j4+UcxvcghE/ilIcFPUmD4aryWhW3i8VdKochLYSU01Ktyyw+JLcAv0cSnotkKlv1MPVAFvhbFo/xu/yVJxDhAvvEXGQuR21GOM42nJachauERdtjJAf8HZDN4NI1n08ESowICfh0m4iyodnjKHgIx+kydmrEF3Viu/d2Onj3nFUiUMOgDdwS0ZimZ9YfwatuZI8spSwmJFevsgi5g5HAhBE7CUAr3Onw0rZXTSe5PPkb5QGw+zCXEAU8RLzj76l5bl/3+/PA3vrKr2eRT7Sp0DPS/NC6xyzNJpWu74ey8tBqmgh1aZoW5dcvjM1OtkFgMaVKzxlsUUG/RIgXNKloO2ZuUF4pw/ASLu82HghwpMNDe+RcsVENe+kekkoA63LGASUmMqEJVLFwynzFK04TPcCs6t2Pb+J2485FbvTqYzCPf69YYSXLub33vrs9N3VrybXfRl71B+af6qs6rNqMe30HxomISY5CfJEfN2kgI92NELnLCr1Qcses4QLXIJHDukTVFWiEA/Pinsk5NHyDZIw4ZONbjE1WBXu8OCTMlgH426p0xrVU="
# GH_TOKEN (cozy-bot)
- secure: "sJCHHhxwzhYBHvTj1w6v+yFcvP7RhqkW/WwEYivsOl272WHI1hDloEx0vOQ9HfJemCTCtOxxkCWaaSHl5fYWOT7kGgRyyANK04rBkQUnZbgNIWrf0YaNUiP6kH39wFfoko+pYiDzXhS0BenURRynKycwtUpT/MjmNOdENtRrZZUGEKPxowwSrxFEwsTQuRSeC4+oDHVR4A+X0ZZ1b0x9iST8jwKStGRDnNMmn0X6oTJCa+96toDxFEQDAmCU8zvibQLMmRPUzqGglX7XuSCVaQdAdaMNANb/xb+v+jQTm0+5CBb9F8rUgxdrEjSOg0pKreslSTRpieU9UXDHKvp2x8oEhC6NR4i9Fb+FR7nsjad5cr6h0yeAF6O6ziLWPKT15x8LNSwcD8NPPDUyOVIXjAaoJfkMqvPEQfKxlLXTuyufAlCWqnK9ZioZsJFrE8P1mwB66qEfZ3zKfPoIRAujFqfOUi4CS6ND+TXZYwkRRtuuV1UbXAZ0I6ZyO8VeFFkB/olEl+RFbGOLIAWpjsJCeF6xukgh/s/8b9I8vkXWzQ7+rErQK9F6HoB9RgDeMrJnH9iOYLprcJV+H3GXkmbOHa3V2huPm2pyrkGoHjDmH2htGwS9XsLvxFiuBj/X256nqSTOvb+qY4RUwCv0hwEi7PeS2B92RicjXE1i+SAxf8s="
- secure: "kZSPdYXbbwI3fgnZ4G9GQncQJM+PXOmF2iTeRMYLgNqWOoUC8vu3LglmecmY7IM5nMr7RY2H4QYQUas8ZQvpY8s82Rr5CvxasEfgLb4xPy2VRyYAR+yVsX38nitJTpciwqwdaY3Z3mIh/RzChHfyQ9GS4hI6GdTxlxWUgQdmRbzsw02qDFPCfwhZxn0Bi+wM6b9k9bbxhKyk2eSxeizwQSFjLh4M7gxi5K+3eRV6yKBLQAiqkPat0ekPX19olnxP8NnzeeAaX57EBUaywuyzadmSJlfHgKM02CgVacpNP+6RSAM+bjMd0Ua3hmMaVgxXwEhirpq2oSIATa0chyO5yulMC5P7hJl/F7Kt5YXWt4ikWAs6N1hiTYaXkaDuYE4hJ1Bg3dO4yL5njSC2/1ytwM9f+C4i4GCPsbrBH3QKT5P53CNA52CtTujcwsn6bS5NlBskWwXk5Ey5HFLo+w5LEEbDP91D3ylEkDWF0Yf8XqzwapiW+jUiceeCbEZMboe3laMinM/t/atgszCUgGCyD702aFUmwJuQHzu/NNryazlqbOnknlWolXsS/K9EWWF9eL8e/jBJLfMlpOEGlZP5mbbjwoeDEdaHWhNubQIqdgiJCozp1NQaagHK2Rw3cF2z9+ev/qGhHvwJXZd5xcsn/He6kHlszDFqaAccZgBFmKU="
cache:
yarn: true
directories:
Expand All @@ -23,5 +22,6 @@ deploy:
skip_cleanup: true
script: npm run semantic-release
on:
branch: master
all_branches: true
condition: $TRAVIS_BRANCH =~ ^(v7-stable|master)$
repo: cozy/cozy-bar
4 changes: 2 additions & 2 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[main]
host = https://www.transifex.com

[cozy-bar-js.global]
[o:cozy:p:cozy-bar-js:r:global]
file_filter = src/locales/<lang>.json
source_file = src/locales/en.json
source_lang = en
type = KEYVALUEJSON
type = KEYVALUEJSON
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# General code owners
* @Crash-- @ptbrowne
* @Crash-- @acezard @trollepierre
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ You can help us by making our community even more vibrant. For example, you can
[localization]: https://github.com/cozy/cozy-bar/blob/master/README.md#localization
[hub]: https://hub.github.com/
[tx]: https://www.transifex.com/cozy/
[tx-start]: http://docs.transifex.com/getting-started/translators/
[tx-start]: https://help.transifex.com/en/articles/6248698-getting-started-as-a-translator
[forum]: https://forum.cozy.io/
39 changes: 34 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ window.cozy.bar.init({
- `lang` is extracted from the `lang` attribute of the `<html>` tag. Defaults to 'en'
- `iconPath` uses the favicon 32px. Defaults to a blank GIF

To make the icon of Cozy(`icon-cozy-home.svg`) compatible with an inverted theme, please set the parameter `isInvertedTheme` to `true`

Help link
---
Help link is defined in your Cozy's [configuration file](https://github.com/cozy/cozy-stack/blob/master/docs/config.md#main-configuration-file), in the `context` section. See the `cozy.example.yaml` file [provided by the stack](https://github.com/cozy/cozy-stack/blob/master/cozy.example.yaml#L80).
Expand All @@ -54,11 +56,6 @@ Coming Soon application
---
Coming Soon applications (or apps) are defined in your Cozy's [configuration file](https://github.com/cozy/cozy-stack/blob/master/docs/config.md#main-configuration-file). See the `cozy.example.yaml` file [provided by the stack](https://github.com/cozy/cozy-stack/blob/master/cozy.example.yaml#L80).

Claudy actions list
---
Claudy actions are declared in `src/config/claudy.yaml` with a slug as property name and some options (icon name and link options for example). The slugs list that will be used for Claudy is defined in your Cozy's [configuration file](https://github.com/cozy/cozy-stack/blob/master/docs/config.md#main-configuration-file). See the `cozy.example.yaml` file [provided by the stack](https://github.com/cozy/cozy-stack/blob/master/cozy.example.yaml#L101).
If no `claudy_actions` property is defined in the configuration, Claudy won't be displayed.

Customizing the content of the bar
---
From within your app, you can decide to take over certain areas of the cozy-bar. This might especially be useful on mobile where the area it occupies is prime real estate — we generally don't recommend to use this option on larger screen resolutions.
Expand Down Expand Up @@ -124,6 +121,31 @@ setTheme('default')
setTheme('primary')
```

Development mode
----------

In order to add new features to the cozy-bar v7 while working on another cozy-app:

* Please ensure your app has the latest v7-stable `cozy-bar` version

* Please ensure your app has at least the 6.3.4 `cozy-scripts` version

* Then, follow these steps:

`$ yarn link` // in cozy-bar
`$ rlink cozy-bar` // in the cozy-app
`$ yarn start` // in cozy-bar
`$ yarn start` // in the cozy-app

### How does it work?

When an app (like Drive) is building, the cozy-bar assets are defined dynamically if __STACK_ASSETS__ = true
[inside the browser file](https://github.com/cozy/cozy-drive/blob/master/src/drive/targets/browser/index.ejs#L27-L32)

In [dev mode on webpack, __STACK_ASSETS__ = false](https://github.com/cozy/create-cozy-app/blob/532dc9848526d48b749a8fd4fecdce1c9a6880c2/packages/cozy-scripts/config/webpack.environment.dev.js#L27)

[In that case, the cozy-bar is injected](https://github.com/cozy/create-cozy-app/blob/532dc9848526d48b749a8fd4fecdce1c9a6880c2/packages/cozy-scripts/config/webpack.environment.dev.js#L35-L57)

Contribute
----------

Expand All @@ -137,6 +159,13 @@ Community

The lead maintainer for cozy-bar.js is [@CPatchane](https://github.com/CPatchane), send him/her a :beers: to say hello!

### Localization

Localization and translations are handled by [Transifex][tx], which is used by all Cozy's apps.

As a _translator_, you can login to [Transifex][tx-signin] (using your Github account) and claim an access to the [app repository][tx-app]. Locales are pulled when app is build before publishing.

As a _developer_, you just have to modify json in `/src/locales`. New locales will be automatically added to Transifex. If you need to pull or push manually locales, you can use [Transifex CLI](tx-cli). If you were using a [transifex-client](tx-client), you must move to [Transifex CLI](tx-cli) to be compatible with the v3 API.

### Get in touch

Expand Down
6 changes: 1 addition & 5 deletions config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ module.exports = {
mode: 'development',
plugins: [
new webpack.DefinePlugin({
__DEVELOPMENT__: true,
__PIWIK_SITEID__: 8,
__PIWIK_SITEID_MOBILE__: 12,
__PIWIK_DIMENSION_ID_APP__: 1,
__PIWIK_TRACKER_URL__: JSON.stringify('https://piwik.cozycloud.cc')
__DEVELOPMENT__: true
})
]
}
6 changes: 1 addition & 5 deletions config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ module.exports = {
new webpack.optimize.OccurrenceOrderPlugin(),
new webpack.DefinePlugin({
'process.env.NODE_ENV': JSON.stringify('production'), // to compile on production mode (redux)
__DEVELOPMENT__: false,
__PIWIK_SITEID__: 8,
__PIWIK_SITEID_MOBILE__: 12,
__PIWIK_DIMENSION_ID_APP__: 1,
__PIWIK_TRACKER_URL__: JSON.stringify('https://piwik.cozycloud.cc')
__DEVELOPMENT__: false
})
]
}
2 changes: 1 addition & 1 deletion examples/logs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import minilog from 'minilog'
import minilog from '@cozy/minilog'

window.minilog = minilog
32 changes: 14 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-bar",
"version": "0.0.0-development",
"version": "7.23.1",
"description": "cozy-bar.js library, a small lib provided by cozy-stack to inject the Cozy-bar component into each app",
"main": "dist/cozy-bar.js",
"author": "Cozy Cloud <[email protected]> (https://cozy.io/)",
Expand Down Expand Up @@ -31,10 +31,10 @@
"postbuild": "yarn shasum",
"shasum": "shasum -a 256 dist/cozy-bar.min.js && shasum -a 256 dist/cozy-bar.min.css",
"test": "jest",
"posttest": "bundlesize",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"example": "env USE_REACT=true nf -j examples/Procfile start"
"example": "env USE_REACT=true nf -j examples/Procfile start",
"start": "yarn watch"
},
"devDependencies": {
"@babel/core": "7.6.2",
Expand All @@ -44,7 +44,6 @@
"babel-jest": "24.9.0",
"babel-loader": "^8.1.0",
"babel-preset-cozy-app": "^1.9.0",
"bundlesize": "0.18.0",
"cozy-authentication": "1.19.1",
"css-loader": "1.0.1",
"css-mqpacker": "7.0.0",
Expand All @@ -61,6 +60,7 @@
"foreman": "3.0.1",
"identity-obj-proxy": "3.0.0",
"jest": "24.9.0",
"jest-fetch-mock": "^3.0.3",
"json-loader": "0.5.7",
"mini-css-extract-plugin": "0.8.0",
"my-react": "npm:[email protected]",
Expand All @@ -76,7 +76,7 @@
"react-dom": "16.10.1",
"react-router": "3.2.4",
"redux-logger": "3.0.6",
"semantic-release": "15.13.24",
"semantic-release": "^19.0.3",
"style-loader": "0.23.1",
"stylus": "0.54.7",
"stylus-loader": "3.0.2",
Expand All @@ -90,19 +90,21 @@
"yaml-loader": "0.5.0"
},
"dependencies": {
"cozy-client": "13.8.3",
"cozy-device-helper": "1.8.0",
"cozy-interapp": "0.4.9",
"cozy-realtime": "3.2.1",
"cozy-ui": "35.22.0",
"@cozy/minilog": "^1.0.0",
"cozy-client": "^38.2.1",
"cozy-device-helper": "^2.7.0",
"cozy-flags": "^3.0.1",
"cozy-interapp": "^0.8.0",
"cozy-logger": "^1.10.1",
"cozy-realtime": "^4.4.1",
"cozy-ui": "22.3.1",
"enzyme-to-json": "3.3.5",
"hammerjs": "2.0.8",
"lerna-changelog": "0.8.2",
"localforage": "1.7.3",
"lodash.debounce": "4.0.8",
"lodash.set": "^4.3.2",
"lodash.unionwith": "4.6.0",
"minilog": "https://github.com/cozy/minilog.git#master",
"piwik-react-router": "0.12.1",
"prop-types": "15.7.2",
"react-autosuggest": "9.4.3",
"react-redux": "5.1.1",
Expand All @@ -114,12 +116,6 @@
"peerDependencies": {
"cozy-client": "*"
},
"bundlesize": [
{
"path": "./dist/cozy-bar.min.js",
"maxSize": "300 KB"
}
],
"jest": {
"moduleFileExtensions": [
"js",
Expand Down
5 changes: 0 additions & 5 deletions src/assets/icons/16/icon-claudy.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/assets/icons/16/icon-cozy-circle-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/icons/16/icon-devices-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/icons/16/icon-email-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/icons/16/icon-globe-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/icons/16/icon-graph-circle-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/icons/16/icon-hand-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/assets/icons/16/icon-openwith-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions src/assets/icons/16/icon-storage-16.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/assets/icons/32/icon-claudy.svg

This file was deleted.

6 changes: 0 additions & 6 deletions src/assets/icons/claudyActions/icon-bills.svg

This file was deleted.

Loading