mahula
|
2162aa91f4
|
Merge pull request #7137 from Ocelot-Social-Community/dependabot/npm_and_yarn/dotenv-16.4.5
Bump dotenv from 16.4.4 to 16.4.5
|
2024-03-30 22:07:47 +01:00 |
|
Wolfgang Huß
|
ebd618070c
|
Add tryout code to home page
|
2024-03-28 12:52:39 +01:00 |
|
Wolfgang Huß
|
0c1cf0b756
|
Implement Vuetify themes – first tryout
|
2024-03-28 12:51:28 +01:00 |
|
Wolfgang Huß
|
21b52c485b
|
Remove component IconSVG and add new icon test
|
2024-03-27 13:53:39 +01:00 |
|
Wolfgang Huß
|
0e2386d4ae
|
Change IconSVG story to OcelotIcons story
|
2024-03-27 12:01:56 +01:00 |
|
Wolfgang Huß
|
b1a7e91631
|
Add converted SVG icons with properties 'fill' and 'stroke' on 'svg' tag
|
2024-03-27 11:58:56 +01:00 |
|
Wolfgang Huß
|
9e66cc6e7a
|
Refactor again icon conversion to use properties for 'fill' and 'stroke' direct in 'svg' tags in icon components
|
2024-03-27 11:49:35 +01:00 |
|
Wolfgang Huß
|
a3a1b88f16
|
Refactor icon conversion to use class for 'fill' and 'stroke' in icons components
|
2024-03-27 11:13:25 +01:00 |
|
Wolfgang Huß
|
9eb7c7e617
|
Add converted SVG icons with style 'fill' and 'stroke'
|
2024-03-27 09:21:54 +01:00 |
|
Wolfgang Huß
|
61a5e4b44e
|
Refactor icon import to add 'fill' and 'stroke' in icons
|
2024-03-27 09:09:35 +01:00 |
|
Wolfgang Huß
|
87167ea052
|
Revert "Auxiliary commit to revert individual files from d65d574e1d4202fa567c78870a6491ed1be2b548"
This reverts commit 09195908151c82ca28c86368d107a57ea770aaad.
|
2024-03-26 16:11:51 +01:00 |
|
Wolfgang Huß
|
0ae6db07c6
|
Fix linting 'scss/function-no-unknown' for 'v-bind'
|
2024-03-25 11:32:57 +01:00 |
|
Wolfgang Huß
|
c92ad9fc94
|
Fix linting 'scss/function-no-unknown' for 'v-bind', second try
|
2024-03-23 18:21:02 +01:00 |
|
Wolfgang Huß
|
3bbfb87347
|
Fix linting 'scss/function-no-unknown' for 'v-bind'
|
2024-03-23 18:13:07 +01:00 |
|
Wolfgang Huß
|
6329118a19
|
Exclude 'src/assets/icons/helpers/convertSvgToVue.js' from coverage
|
2024-03-23 18:08:01 +01:00 |
|
Wolfgang Huß
|
97a9d15125
|
Fix CI test linting of 'currentcolor' in component IconSVG.vue
|
2024-03-23 17:52:28 +01:00 |
|
Wolfgang Huß
|
cd1caf0637
|
Move original icons to archive folder
|
2024-03-23 17:37:08 +01:00 |
|
Wolfgang Huß
|
3607cf27ba
|
Refine converted icons
|
2024-03-23 17:33:56 +01:00 |
|
Wolfgang Huß
|
aff8396a22
|
Remove super fluid code in converted icons by changing the conversion script convertSvgToVue.js
|
2024-03-23 17:32:23 +01:00 |
|
Wolfgang Huß
|
067105a91e
|
Test IconSVG component
|
2024-03-23 17:14:57 +01:00 |
|
dependabot[bot]
|
27e89d9c37
|
Bump dotenv from 16.4.4 to 16.4.5
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.4 to 16.4.5.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.4...v16.4.5)
---
updated-dependencies:
- dependency-name: dotenv
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-23 02:59:05 +00:00 |
|
Wolfgang Huß
|
ae7f800cbd
|
Add storybook story for iconSVG including export the icon names needed
|
2024-03-22 14:03:18 +01:00 |
|
Wolfgang Huß
|
52b813d4ab
|
Refine iconSVG component to assign the color by class and use the props in the storybook story
|
2024-03-22 14:00:21 +01:00 |
|
Wolfgang Huß
|
12a47f0018
|
Refine our own SVG icon component for learning
|
2024-03-21 11:43:39 +01:00 |
|
Wolfgang Huß
|
176de4acce
|
Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into 7113-add-icon-component-with-icons-of-webapp
|
2024-03-21 10:15:49 +01:00 |
|
Wolfgang Huß
|
9a8a405794
|
Cleanup
|
2024-03-20 20:41:30 +01:00 |
|
Wolfgang Huß
|
f40ec2fe5f
|
Implement import of all SVG icons as assets in new frontend, second step
|
2024-03-20 20:12:53 +01:00 |
|
Wolfgang Huß
|
bc3f18ae87
|
Implement import of all SVG icons as assets in new frontend
|
2024-03-20 19:48:17 +01:00 |
|
Wolfgang Huß
|
81c4eebf06
|
Implement converted SVG icons as assets in new frontend
|
2024-03-20 14:15:01 +01:00 |
|
Wolfgang Huß
|
600260bc7c
|
Add all icons as converted Vue components
|
2024-03-20 12:30:43 +01:00 |
|
Wolfgang Huß
|
ff0ad9054a
|
Add helper script to convert the SVG icon files into a Vue components
|
2024-03-20 12:28:22 +01:00 |
|
Wolfgang Huß
|
d65d574e1d
|
Add ocelot SVGs to assets
|
2024-03-19 08:06:17 +01:00 |
|
mahula
|
b7de3beab6
|
Merge pull request #7115 from Ocelot-Social-Community/dependabot/npm_and_yarn/webapp/express-4.18.3
Bump express from 4.17.1 to 4.18.3 in /webapp
|
2024-03-16 11:04:31 +01:00 |
|
dependabot[bot]
|
e3a54d10c8
|
Bump express from 4.17.1 to 4.18.3 in /webapp
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.3)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-16 09:42:43 +00:00 |
|
mahula
|
a6261ab57c
|
Merge pull request #7126 from Ocelot-Social-Community/dependabot/npm_and_yarn/slug-9.0.0
Bump slug from 8.2.3 to 9.0.0
|
2024-03-16 10:38:28 +01:00 |
|
dependabot[bot]
|
b0d7326c30
|
Bump slug from 8.2.3 to 9.0.0
Bumps [slug](https://github.com/Trott/slug) from 8.2.3 to 9.0.0.
- [Changelog](https://github.com/Trott/slug/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Trott/slug/compare/v8.2.3...v9.0.0)
---
updated-dependencies:
- dependency-name: slug
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-16 09:10:51 +00:00 |
|
mahula
|
67e9c6d139
|
Merge pull request #7124 from Ocelot-Social-Community/dependabot/npm_and_yarn/vuepress-theme-hope-2.0.0-rc.31
Bump vuepress-theme-hope from 2.0.0-rc.29 to 2.0.0-rc.31
|
2024-03-16 10:07:36 +01:00 |
|
dependabot[bot]
|
824a27f569
|
Bump vuepress-theme-hope from 2.0.0-rc.29 to 2.0.0-rc.31
Bumps [vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/theme) from 2.0.0-rc.29 to 2.0.0-rc.31.
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.31/packages/theme)
---
updated-dependencies:
- dependency-name: vuepress-theme-hope
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-16 08:22:50 +00:00 |
|
mahula
|
ed08a7d3a9
|
Merge pull request #7118 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/migrate-2.1.0
Bump migrate from 2.0.1 to 2.1.0 in /backend
|
2024-03-16 09:21:10 +01:00 |
|
dependabot[bot]
|
c880469521
|
Bump migrate from 2.0.1 to 2.1.0 in /backend
Bumps [migrate](https://github.com/visionmedia/node-migrate) from 2.0.1 to 2.1.0.
- [Changelog](https://github.com/tj/node-migrate/blob/main/History.md)
- [Commits](https://github.com/visionmedia/node-migrate/compare/v2.0.1...v2.1.0)
---
updated-dependencies:
- dependency-name: migrate
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-16 08:00:15 +00:00 |
|
mahula
|
6bc4a71e85
|
Merge pull request #7122 from Ocelot-Social-Community/dependabot/npm_and_yarn/badeball/cypress-cucumber-preprocessor-20.0.2
Bump @badeball/cypress-cucumber-preprocessor from 20.0.1 to 20.0.2
|
2024-03-16 08:58:54 +01:00 |
|
dependabot[bot]
|
97c9439376
|
Bump @badeball/cypress-cucumber-preprocessor from 20.0.1 to 20.0.2
Bumps [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) from 20.0.1 to 20.0.2.
- [Release notes](https://github.com/badeball/cypress-cucumber-preprocessor/releases)
- [Changelog](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/badeball/cypress-cucumber-preprocessor/compare/v20.0.1...v20.0.2)
---
updated-dependencies:
- dependency-name: "@badeball/cypress-cucumber-preprocessor"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-16 07:37:47 +00:00 |
|
mahula
|
61c3c141fb
|
Merge pull request #7123 from Ocelot-Social-Community/dependabot/npm_and_yarn/cypress-13.7.0
Bump cypress from 13.6.6 to 13.7.0
|
2024-03-16 08:35:21 +01:00 |
|
dependabot[bot]
|
d6b185f36b
|
Bump cypress from 13.6.6 to 13.7.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.6 to 13.7.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.6.6...v13.7.0)
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-16 02:38:20 +00:00 |
|
mahula
|
175ef85c75
|
Merge pull request #7105 from Ocelot-Social-Community/4598-bug-webapp-unused-locale-identifiers
fix(webapp): remove reported unused locale keys
|
2024-03-12 11:58:59 +01:00 |
|
mahula
|
29f06211d7
|
remove reported unused locale keys
|
2024-03-12 08:44:49 +01:00 |
|
mahula
|
38b82c4dd6
|
Merge pull request #6511 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/minimatch-9.0.3
build(other): bump minimatch from 3.0.4 to 9.0.3 in /backend
|
2024-03-11 17:45:30 +01:00 |
|
mahula
|
8d5040fdfc
|
Merge branch 'master' into dependabot/npm_and_yarn/backend/minimatch-9.0.3
|
2024-03-11 13:14:09 +01:00 |
|
mahula
|
0c8881fd91
|
Merge pull request #6997 from Ocelot-Social-Community/dependabot/npm_and_yarn/webapp/prettier-3.2.5
build(other): bump prettier from 2.7.1 to 3.2.5 in /webapp
|
2024-03-10 23:14:14 +01:00 |
|
mahula
|
73fac22148
|
linting according to updated linter
|
2024-03-10 22:49:46 +01:00 |
|