Skip to content

Remove Known Issues and add link to Readme #7913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 24, 2025
Merged

Conversation

sdvg
Copy link
Member

@sdvg sdvg commented Jun 18, 2025

Refs: #7912

Sollte nicht gemerged werden bevor die Docs live sind: public-ui/public-ui.github.io#334

Copy link
Contributor

Copy link
Contributor

Hydration Benchmark Report (vs Baseline)

✅ Top 5 Improvements (Best Speedups)

Component Current Baseline Δ% Result
kol-form 29.9ms 36.4ms -17.9%
kol-image 17.6ms 20.1ms -12.4%
kol-details 130.7ms 147.7ms -11.5%
kol-progress 31.6ms 35.6ms -11.2%
kol-input-date 65.1ms 71.3ms -8.7%

🔻 Flop 5 Regressions (Worst Slowdowns)

Component Current Baseline Δ% Result
kol-select 117.4ms 75.6ms +55.3% 🔻
kol-heading 20.8ms 17.1ms +21.6% 🔻
kol-avatar 28.1ms 23.4ms +20.1% 🔻
kol-button 62.3ms 52.1ms +19.6% 🔻
kol-button-link 61.4ms 52.5ms +17% 🔻
📋 Show all results
Component Current Baseline Δ% Result
kol-abbr 17.1ms 16.4ms +4.3%
kol-accordion 130.5ms 136.3ms -4.3%
kol-alert 118.1ms 119.6ms -1.3%
kol-avatar 28.1ms 23.4ms +20.1% 🔻
kol-badge 68.2ms 67.7ms +0.7%
kol-breadcrumb 97.2ms 102ms -4.7%
kol-button 62.3ms 52.1ms +19.6% 🔻
kol-button-link 61.4ms 52.5ms +17% 🔻
kol-card 23.1ms 23.3ms -0.9%
kol-details 130.7ms 147.7ms -11.5%
kol-drawer 24.8ms 22.7ms +9.3%
kol-form 29.9ms 36.4ms -17.9%
kol-heading 20.8ms 17.1ms +21.6% 🔻
kol-icon 67.3ms 67.8ms -0.7%
kol-image 17.6ms 20.1ms -12.4%
kol-input-checkbox 137.3ms 142.4ms -3.6%
kol-input-color 75.8ms 77.4ms -2.1%
kol-input-date 65.1ms 71.3ms -8.7%
kol-input-email 61ms 54.6ms +11.7% 🔻
kol-input-file 97.8ms 102.4ms -4.5%
kol-input-number 64.8ms 55.8ms +16.1% 🔻
kol-input-password 52.6ms 56.9ms -7.6%
kol-input-radio 51.2ms 52.2ms -1.9%
kol-input-text 63.6ms 58.4ms +8.9%
kol-link 50ms 51ms -2%
kol-link-button 61.4ms 55.7ms +10.2% 🔻
kol-modal 20.9ms 21.2ms -1.4%
kol-nav 32.2ms 32.5ms -0.9%
kol-pagination 429.8ms 444.9ms -3.4%
kol-popover-button 72.7ms 70.3ms +3.4%
kol-progress 31.6ms 35.6ms -11.2%
kol-quote 19.4ms 19.6ms -1%
kol-select 117.4ms 75.6ms +55.3% 🔻
kol-skip-nav 21.5ms 21.3ms +0.9%
kol-spin 22.7ms 22.5ms +0.9%
kol-split-button 171.4ms 179.3ms -4.4%
kol-table-stateful 363.9ms 366.5ms -0.7%
kol-table-stateless 367.3ms 368.5ms -0.3%
kol-tabs 31.1ms 33.4ms -6.9%
kol-textarea 52.5ms 50.3ms +4.4%
kol-toolbar 33.2ms 31.5ms +5.4%
kol-tree 26.7ms 26.9ms -0.7%
kol-tree-item 70.3ms 63.9ms +10% 🔻
kol-version 152.7ms 165.5ms -7.7%

@sdvg sdvg linked an issue Jun 23, 2025 that may be closed by this pull request
@sdvg sdvg linked an issue Jun 23, 2025 that may be closed by this pull request
deleonio
deleonio previously approved these changes Jun 23, 2025
@deleonio
Copy link
Contributor

@sdvg Ich glaube wir müssen noch einmal schauen, ob der Inhalt der Änderung auch schon in der Dokumentation ist.

@deleonio deleonio marked this pull request as ready for review June 23, 2025 21:31
laske185
laske185 previously approved these changes Jun 24, 2025
@laske185
Copy link
Contributor

laske185 commented Jun 24, 2025

@sdvg Ich glaube wir müssen noch einmal schauen, ob der Inhalt der Änderung auch schon in der Dokumentation ist.

Die Änderung hatte ich gleich in die Docs integriert. Die Docs sind außerdem auch bereits auf Deutsch: https://public-ui.github.io/docs/known-issues

Also Konflikt beheben (löschen) und dann können wir das mergen.

…ve-known-issues

* 'develop' of github.com:public-ui/kolibri: (58 commits)
  chore: release 3.0.2-rc.0
  Refactor package.json files list and add vite.config.ts for Vite configuration
  docs: translate theme readmes to english
  fix(components): move vibrate comment to helper (#7191)
  docs: update readmes for clarity (#7999)
  Add debug information when build fails
  Files files list
  docs(agent): require build before lint or test
  chore(tsconfig): remove compileOnSave and unify exclude
  Update all snapshots$ $ Refs: #7869
  Migrate Vite setup improvements from release/2:
  Remove padding from drawer base style
  feat(schema): add loading prop
  Update all snapshots
  fix(icon): set font-size to inherit to overwrite codicons font size
  Revert "When PopOverButton popover opens, close tooltip on the same element"
  chore: update benchmark-baseline.json [ci skip]
  Update AGENTS.md
  fix(samples): add dir attribute
  Add commit hooks to AGENTS.md
  ...
@sdvg sdvg dismissed stale reviews from laske185 and deleonio via f32eb56 June 24, 2025 06:36
@deleonio deleonio merged commit d2192ab into develop Jun 24, 2025
1 check passed
@deleonio deleonio deleted the 7912-remove-known-issues branch June 24, 2025 09:19
@publicuibot publicuibot bot locked and limited conversation to collaborators Jun 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KNOWN_ISSUES.md entfernen
3 participants