Elliot DeNolf
142616e6ad
chore(eslint): curly [skip-lint] ( #7959 )
...
Now enforcing curly brackets on all if statements. Includes auto-fixer.
```ts
// ❌ Bad
if (foo) foo++;
// ✅ Good
if (foo) {
foo++;
}
```
Note: this did not lint the `drizzle` package or any `db-*` packages.
This will be done in the future.
2024-08-29 10:15:36 -04:00
Jarrod Flesch
a76be81368
fix: upload has many field updates ( #7894 )
...
## Description
Implements fixes and style changes for the upload field component.
Fixes https://github.com/payloadcms/payload/issues/7819


- [x] I have read and understand the
[CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md )
document in this repository.
## Type of change
- [ ] Chore (non-breaking change which does not add functionality)
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Change to the
[templates](https://github.com/payloadcms/payload/tree/main/templates )
directory (does not affect core functionality)
- [ ] Change to the
[examples](https://github.com/payloadcms/payload/tree/main/examples )
directory (does not affect core functionality)
- [ ] This change requires a documentation update
## Checklist:
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] Existing test suite passes locally with my changes
- [ ] I have made corresponding changes to the documentation
---------
Co-authored-by: Paul Popus <paul@nouance.io >
2024-08-27 19:07:18 -04:00
Elliot DeNolf
ab649af8be
chore(ui): rework elements end to PerPage
2024-03-19 15:37:57 -04:00
Alessio Gravili
e47bafce29
ui/src/elements -> H through S, ui/src/utilities
2024-03-07 09:43:17 -05:00
Jacob Fletcher
921f568d2d
chore(next): ssr list view ( #4594 )
2023-12-21 23:04:25 -05:00
Jacob Fletcher
b002cf3031
chore: moves forms and related components
2023-12-02 03:44:52 -05:00