Pinned Loading
-
Segment Array
Segment Array 1function segmentArray<T>(arrayToSegment: T[], segmentSize: number): T[][] {
2const segmentedArray = arrayToSegment.reduce(
3(segments, item) => {
4const newSegments: any[] = [...segments]
5
1,048 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
payloadcms/payload,
payloadcms/website,
JarrodMFlesch/payload-serverless
and 8 other
repositories
Loading
Contribution activity
March 2025
Created 16 commits in 2 repositories
Created a pull request in payloadcms/payload that received 1 comment
fix(examples): ensure working multi-tenant example with pg
What?
There were a couple issues with the implementation within the example when using postgres.
ensureUniqueUsername
tenant was being extracted i…
+1,099
−76
lines changed
•
1
comment
Opened 13 other pull requests in 1 repository
payloadcms/payload
13
merged
-
fix(db-mongodb): spread version schema options correctly
This contribution was made on Mar 20
-
fix(plugin-multi-tenant): ensures redirect route is correctly formatted
This contribution was made on Mar 18
-
fix(ui): fallback localization data was appearing in document
This contribution was made on Mar 17
-
feat: aligns user _strategy returned from API
This contribution was made on Mar 14
-
fix(plugin-multi-tenant): missing key console message
This contribution was made on Mar 14
-
fix(ui): add RowLabelProvider context for blocks row labels
This contribution was made on Mar 12
-
chore(plugin-multi-tenant): remove SELECT_ALL constant
This contribution was made on Mar 12
-
fix(ui): stale list thumbnails when navigating
This contribution was made on Mar 10
-
fix(ui): incorrect error states
This contribution was made on Mar 6
-
fix(graphql): sanitize graphql field names for schema generation
This contribution was made on Mar 5
-
fix: beforeValidate deleting value when access returns false
This contribution was made on Mar 5
-
chore(ui): improves field error toast messages
This contribution was made on Mar 4
-
fix: format admin url inside forgot pw email
This contribution was made on Mar 3
Reviewed 24 pull requests in 2 repositories
payloadcms/payload
23 pull requests
-
fix: wrap login redirect routes with encodeURIComponent
This contribution was made on Mar 19
-
feat: distinct error for unverified email login
This contribution was made on Mar 18
-
fix(ui): thread cache tag to list view thumbnails
This contribution was made on Mar 18
-
fix: field appending on duplicate should ignore non string values
This contribution was made on Mar 18
-
fix: passes id and data to read access func when accessing upload URLs
This contribution was made on Mar 18
-
fix: bulk upload validation when files are missing
This contribution was made on Mar 18
-
fix(ui): resets value in where builder when operator changes
This contribution was made on Mar 18
-
fix(ui): excess error css coming from group fields
This contribution was made on Mar 18
-
feat: aligns user _strategy returned from API
This contribution was made on Mar 17
-
fix(ui): processing and initializing form does not disable standalone fields
This contribution was made on Mar 17
-
feat: added support for conditional tabs
This contribution was made on Mar 13
-
fix(ui): form state infinite render
This contribution was made on Mar 12
-
fix: incorrect height rounding when resizing images with sharp
This contribution was made on Mar 12
-
chore(translations): polish Swedish
This contribution was made on Mar 12
-
feat: orderable collections
This contribution was made on Mar 11
-
fix: ensure only authenticated users can access the
payload-locked-documents
collectionThis contribution was made on Mar 11 -
fix(translations): update translation placeholders to not be translated for lithuanian
This contribution was made on Mar 11
-
feat(ui): form state queues
This contribution was made on Mar 10
-
chore(ui): code/json field full height should include any padding added
This contribution was made on Mar 10
-
fix(ui): adds fallback locale when defaultLocale is unavailable
This contribution was made on Mar 10
-
feat: threads path through field validate function
This contribution was made on Mar 10
-
feat: allow hiding the blockName field visible in blocks' headers via admin.disableBlockName
This contribution was made on Mar 5
-
chore(ui): removes margin when row is empty and passes style from props
This contribution was made on Mar 3
payloadcms/website
1 pull request
-
fix: improve redirect safety across email verification and GitHub auth flows
This contribution was made on Mar 24
Created an issue in payloadcms/payload that received 2 comments
multi-tenant plugin users list view incorrect results
What? Incorrect user list view results Super admins should be able to view all users when no tenant is selected. Postgres The list view throws a Na…
2
comments
1
contribution
in private repositories
Mar 7