140 Commits

Author SHA1 Message Date
Giuseppe Criscione
fe29833769
Merge pull request #507 from getformwork/dependabot/npm_and_yarn/panel/tar-6.2.1
Bump tar from 6.2.0 to 6.2.1 in /panel
2024-04-27 13:34:35 +02:00
Giuseppe Criscione
8c10307f46 Update node packages 2024-04-27 13:33:03 +02:00
Giuseppe Criscione
63ebc80070 Update php-cs-fixer config 2024-04-27 13:08:58 +02:00
Giuseppe Criscione
a18df4a0f8 Format php files 2024-04-27 13:06:15 +02:00
Giuseppe Criscione
085cef77a7 Fix pages reorder failing for subsequent changes 2024-04-27 12:47:21 +02:00
Giuseppe Criscione
0245e8ae0e Avoid failing when there are no backups 2024-04-27 12:45:38 +02:00
Giuseppe Criscione
4b7162040b Fix new user modal layout 2024-04-27 12:42:33 +02:00
dependabot[bot]
5940854a7e
Bump tar from 6.2.0 to 6.2.1 in /panel
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 13:17:40 +00:00
Giuseppe Criscione
06a20f814c Fix user image alt text 2024-03-26 22:35:42 +01:00
Giuseppe Criscione
11f1ebd44b Add German and Spanish translations (generated with ChatGPT) 🤖 2024-03-03 18:08:02 +01:00
Giuseppe Criscione
3a1344596b Update scss naming 2024-03-03 18:04:05 +01:00
Giuseppe Criscione
a00c21a44c Fix unstyled button 2024-03-02 23:56:14 +01:00
Giuseppe Criscione
ff32a0cec5 Avoid accessing protected container 2024-03-02 23:53:24 +01:00
dependabot[bot]
7e2e8d1002
Bump @eslint/js from 8.56.0 to 8.57.0 in /panel
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 8.56.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v8.57.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-02 22:32:27 +00:00
Giuseppe Criscione
edc3a17f5c
Merge pull request #493 from getformwork/dependabot/npm_and_yarn/panel/prettier-3.2.5
Bump prettier from 3.1.1 to 3.2.5 in /panel
2024-03-02 23:31:05 +01:00
Giuseppe Criscione
6b978465c7
Merge pull request #492 from getformwork/dependabot/npm_and_yarn/panel/typescript-eslint-7.1.0
Bump typescript-eslint from 7.0.2 to 7.1.0 in /panel
2024-03-02 23:30:55 +01:00
dependabot[bot]
4bd37bd70c
Bump prettier from 3.1.1 to 3.2.5 in /panel
Bumps [prettier](https://github.com/prettier/prettier) from 3.1.1 to 3.2.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.1.1...3.2.5)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 17:04:57 +00:00
dependabot[bot]
705e11e0cf
Bump typescript-eslint from 7.0.2 to 7.1.0 in /panel
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.0.2 to 7.1.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 17:04:30 +00:00
dependabot[bot]
028144ceb1
Bump eslint from 8.56.0 to 8.57.0 in /panel
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 17:03:06 +00:00
Giuseppe Criscione
8355115c0b Migrate to TypeScript 2024-02-24 17:29:32 +01:00
Giuseppe Criscione
a437035a53 Update stylelint config 2024-02-19 22:50:02 +01:00
Giuseppe Criscione
eb40593181 Fix eslint config 2024-02-19 22:49:51 +01:00
dependabot[bot]
f5cbd703fe
Bump @eslint/js from 8.55.0 to 8.56.0 in /panel
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 8.55.0 to 8.56.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v8.56.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 21:42:36 +00:00
Giuseppe Criscione
b3b8a6ba56
Merge pull request #483 from getformwork/dependabot/npm_and_yarn/panel/esbuild-0.20.0
Bump esbuild from 0.19.11 to 0.20.0 in /panel
2024-02-19 22:41:43 +01:00
Giuseppe Criscione
a0c546ca94
Merge pull request #482 from getformwork/dependabot/npm_and_yarn/panel/globals-13.24.0
Bump globals from 13.23.0 to 13.24.0 in /panel
2024-02-19 22:41:35 +01:00
dependabot[bot]
869be0db54
Bump globals from 13.23.0 to 13.24.0 in /panel
Bumps [globals](https://github.com/sindresorhus/globals) from 13.23.0 to 13.24.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v13.23.0...v13.24.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 21:41:25 +00:00
dependabot[bot]
7efc2d4160
Bump sortablejs from 1.15.1 to 1.15.2 in /panel
Bumps [sortablejs](https://github.com/SortableJS/Sortable) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/SortableJS/Sortable/releases)
- [Commits](https://github.com/SortableJS/Sortable/compare/1.15.1...1.15.2)

---
updated-dependencies:
- dependency-name: sortablejs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 21:41:05 +00:00
Giuseppe Criscione
fc297f0d77
Merge pull request #480 from getformwork/dependabot/npm_and_yarn/panel/sass-1.70.0
Bump sass from 1.69.6 to 1.70.0 in /panel
2024-02-19 22:39:39 +01:00
Giuseppe Criscione
1b5952e2fe Improve panel components naming 2024-02-19 22:38:42 +01:00
dependabot[bot]
cf12956d31
Bump esbuild from 0.19.11 to 0.20.0 in /panel
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.11 to 0.20.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.11...v0.20.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 17:34:56 +00:00
dependabot[bot]
4dc8343b9f
Bump sass from 1.69.6 to 1.70.0 in /panel
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.6 to 1.70.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.6...1.70.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 17:33:53 +00:00
Giuseppe Criscione
09ebb4510a Simplify button styles 2024-01-27 15:33:40 +01:00
Giuseppe Criscione
b9745562a3 Fix table selector specificity 2024-01-27 14:14:41 +01:00
Giuseppe Criscione
4d5d6ca3eb Add sidebar backdrop 2024-01-27 14:12:54 +01:00
Giuseppe Criscione
e2c36610f6 Avoid type selectors 2024-01-21 20:58:47 +01:00
Giuseppe Criscione
382d085101 Fix icons duplicate ids 2024-01-21 14:17:38 +01:00
Giuseppe Criscione
826168e2e6 Improve accessibility 2024-01-21 14:12:11 +01:00
Giuseppe Criscione
ee96ab83eb Restore urlencode-color() 2024-01-20 19:18:05 +01:00
Giuseppe Criscione
55ec58e8f8 Fix colors 2024-01-20 19:14:33 +01:00
Giuseppe Criscione
3d79dbf501 Ignore minified js 2024-01-03 00:06:05 +01:00
Giuseppe Criscione
0c5a156d8f Fix forms and modals js bugs 2024-01-03 00:01:37 +01:00
Giuseppe Criscione
facf28aafb Allow multiple notifications 2024-01-02 12:58:54 +01:00
Giuseppe Criscione
de78f92029 Restore upload errors 2024-01-02 12:55:09 +01:00
Giuseppe Criscione
172e6ea476 Format panel templates 2024-01-01 22:34:39 +01:00
Giuseppe Criscione
5563df22d9 Remove logic from sidebar partials 2024-01-01 21:48:11 +01:00
Giuseppe Criscione
212fea8634
Merge pull request #478 from getformwork/dependabot/npm_and_yarn/panel/esbuild-0.19.11
Bump esbuild from 0.19.8 to 0.19.11 in /panel
2024-01-01 20:11:14 +01:00
dependabot[bot]
6137c48b63
Bump esbuild from 0.19.8 to 0.19.11 in /panel
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.8 to 0.19.11.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.8...v0.19.11)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 18:50:20 +00:00
dependabot[bot]
bedbc0af7f
Bump sass from 1.69.5 to 1.69.6 in /panel
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.5 to 1.69.6.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.5...1.69.6)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 18:49:52 +00:00
Giuseppe Criscione
82c56a1f4a
Merge pull request #476 from getformwork/dependabot/npm_and_yarn/panel/eslint-8.56.0
Bump eslint from 8.55.0 to 8.56.0 in /panel
2024-01-01 19:49:13 +01:00
Giuseppe Criscione
8c1ffde085
Merge pull request #475 from getformwork/dependabot/npm_and_yarn/panel/prettier-3.1.1
Bump prettier from 3.1.0 to 3.1.1 in /panel
2024-01-01 19:49:04 +01:00