Skip to content

Sneridagh plone contents#8227

Merged
pnicolli merged 45 commits into
plone-contentsfrom
sneridagh-plone-contents
May 18, 2026
Merged

Sneridagh plone contents#8227
pnicolli merged 45 commits into
plone-contentsfrom
sneridagh-plone-contents

Conversation

@sneridagh
Copy link
Copy Markdown
Member

No description provided.

sneridagh and others added 30 commits April 20, 2026 15:32
Co-authored-by: Steve Piercy <web@stevepiercy.com>
Co-authored-by: David Glick <david@glicksoftware.com>
sneridagh added 15 commits May 8, 2026 19:55
* seven: (43 commits)
  [codex] Handle stale auth cookies on public requests (#8216)
  Release Seven 1.0.0-alpha.4
  Release @plone/layout 1.0.0-alpha.8
  Release @plone/blocks 1.0.0-alpha.10
  Release @plone/plate 1.0.0-alpha.8
  Release @plone/helpers 2.0.0-alpha.6
  Make the import for the styleFields helper resilient and Volto-compatible (#8206)
  [Seven] Make style fields first-class and preserve block width fallback (#8204)
  Release @plone/plate 1.0.0-alpha.7
  Fixed toolbar button if a single option is shown (#8186)
  Release @plone/layout 1.0.0-alpha.7
  Release @plone/blocks 1.0.0-alpha.9
  Release @plone/plate 1.0.0-alpha.6
  Release @plone/helpers 2.0.0-alpha.5
  Release @plone/types 3.0.0-alpha.1
  [Seven] Style fields (#8175)
  Release @plone/plate 1.0.0-alpha.5
  Fixed import from repo in @plone/plate (#8183)
  Improved prereleaser script
  Release Seven 1.0.0-alpha.3
  ...
@sneridagh sneridagh requested a review from pnicolli May 18, 2026 09:11
@read-the-docs-community
Copy link
Copy Markdown

Documentation build overview

📚 plone-components | 🛠️ Build #32733874 | 📁 Comparing f98968d against latest (52030a3)

  🔍 Preview build  

1 file changed
± index.html

Comment on lines +100 to +110
const onSortItems = (_: any, { value }: { value: string }) => {
const [sort_on, sort_order] = value.split('|');
const params = new URLSearchParams(window.location.search);

params.set('sort_on', sort_on);
params.set('sort_order', sort_order);
params.delete('page');

const querystring = params.size > 0 ? '?' + params.toString() : '';
navigate(`/@@contents${content['@id']}${querystring}`);
};
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was not the purpose of this function. The purpose of this in the previous implementation was to actually sort items on the backend, moving stuff around in the folder.
I know that Quanta also wants this feature though when clicking column names, I will think of a way to make both happen.

@pnicolli pnicolli merged commit 3baf61f into plone-contents May 18, 2026
28 of 31 checks passed
@pnicolli pnicolli deleted the sneridagh-plone-contents branch May 18, 2026 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants