maziggy c2e7f8eb4b feat(vp): add archive name source toggle (metadata/filename) (#1152) 4 месяцев назад
..
PrintModal 1682b6956f fix(dispatch): clean up transient library upload from Direct-Print flow (#730) 4 месяцев назад
icons b046c2cac4 Enhance plate-clear tracking and visibility in printer cards (#939) 4 месяцев назад
spool-form 4304a42542 feat(#729): per-spool category + low-stock threshold override 4 месяцев назад
spoolbuddy d92f48e3c6 feat(spoolbuddy): plate-clear pills on kiosk dashboard + toast UX polish 4 месяцев назад
AMSHistoryModal.tsx 94d0f55e1c Fix AMS history chart showing wrong time range (#535) 6 месяцев назад
APIBrowser.tsx 83cbac04b7 - Add interactive API Browser to Settings > API Keys 8 месяцев назад
AddExternalLinkModal.tsx 1b5683b3a3 Add "Open in new tab" toggle for external sidebar links (#338) 6 месяцев назад
AddNotificationModal.tsx 35edc036bd feat(notifications): per-event ntfy priority headers (#990) 4 месяцев назад
AddSmartPlugModal.tsx 76adf70fd4 Add separate power/energy URLs and multipliers for REST smart plugs (#472) 5 месяцев назад
AssignSpoolModal.tsx 11fe68578e fix(#1133): list every spool in the AMS-slot inventory picker 4 месяцев назад
BackupModal.tsx 30f7d41ec3 Add plate calibration to backup and fix directory creation 7 месяцев назад
BatchProjectModal.tsx 59b714e857 fix(archives): unbreak project-picker scroll, sort + search (#1151) 4 месяцев назад
BatchTagModal.tsx e47ef36630 sync 9 месяцев назад
BugReportBubble.tsx dc4d77b93a [Feature] Redesign bug report debug log capture flow 5 месяцев назад
BulkPrinterToolbar.tsx 88b5f56eb2 fix: cancel = layer shift, stuck "1 problem", and dropped child-logger logs 4 месяцев назад
Button.tsx 42cdfdbd74 * Add comprehensive mobile support with responsive navigation 9 месяцев назад
CalendarView.tsx a4006408a2 Fix white filament color swatches invisible in light theme (#726) 5 месяцев назад
Card.tsx da080c22d3 Improve settings menu layout - 2 5 месяцев назад
Collapsible.tsx 360a211373 Feature: Collapsible folders for printer filters (#968) 4 месяцев назад
ColorCatalogSettings.tsx 5a28964748 Change the color catalog's default manufacturer filter from "Bambu Lab" to "All Manufacturers" (#1039) 4 месяцев назад
ColumnConfigModal.tsx ec82092bc7 Sync 6 месяцев назад
CompactHistoryRow.tsx eaf0a1c281 Add queue timeline view, visual refresh, and fix plate thumbnail auth 5 месяцев назад
CompareArchivesModal.tsx bda659e11d Fix status indicators using accent color instead of semantic colors 7 месяцев назад
ConfigureAmsSlotModal.tsx 28f80f948a fix(ams): keep PFUS preset id when cloud filament_id is null (#1053) 4 месяцев назад
ConfirmModal.tsx 3ca91eb6d1 [Feature] Add material mismatch and insufficient filament checks (#720) 5 месяцев назад
ContextMenu.tsx 59b714e857 fix(archives): unbreak project-picker scroll, sort + search (#1151) 4 месяцев назад
CreateUserAdvancedAuthModal.tsx b024d02a04 Fix Advanced Authentication cleanups: external URL, forgot password dialog, edit user modal, info box, i18n 6 месяцев назад
Dashboard.tsx 792a86f1e5 feat(stats): add new widgets, shared MetricToggle, and timeframe filtering 6 месяцев назад
EditArchiveModal.tsx 59b714e857 fix(archives): unbreak project-picker scroll, sort + search (#1151) 4 месяцев назад
EmailSettings.tsx 180db8e8ad Expand Settings search with module-level registry 4 месяцев назад
EmbeddedCameraViewer.tsx 3887938e8f Security: add token-based auth for all media endpoints 5 месяцев назад
ExternalLinksSettings.tsx 180db8e8ad Expand Settings search with module-level registry 4 месяцев назад
FailureDetectionSettings.tsx a2c7fd4542 fix(obico): revert POST-bytes approach — Obico /p/ is GET-only 4 месяцев назад
FilamentHoverCard.tsx 11fe68578e fix(#1133): list every spool in the AMS-slot inventory picker 4 месяцев назад
FilamentSlotCircle.tsx 7ba67012f6 Feature AMS Info Card (#570) 6 месяцев назад
FilamentTrends.tsx a4006408a2 Fix white filament color swatches invisible in light theme (#726) 5 месяцев назад
FileManagerModal.tsx bbc5ccb982 Library Upload Doesn't Show New File Until Page Reload ([#704](https://github.com/maziggy/bambuddy/issues/704)) — After uploading a file in the Library file manager, the file list didn't update until the user reloaded the browser. The upload endpoint used `db.flush()` instead of `db.commit()`, so the new row was only written to the database *after* the response was sent to the client. The frontend immediately refetched the file list upon receiving the response, but a new database session couldn't see the uncommitted row — resulting in stale data. Fixed by committing before the response is returned. Also fixed the same race condition in folder create, folder update, and file update endpoints. Reported by @shadowjig. 5 месяцев назад
FileUploadModal.tsx fa9d3779cc [Feature]: Printer Page - Add a print button & Drop zone on the printer card (#569) 6 месяцев назад
GcodeViewer.tsx 6a35e945ce Post work PR #262 7 месяцев назад
GitHubBackupSettings.tsx 180db8e8ad Expand Settings search with module-level registry 4 месяцев назад
HMSErrorModal.tsx bc15d49a7e feat: add clear HMS errors button to dismiss stale print errors 6 месяцев назад
IconPicker.tsx 36b57bbafb - External links can now be embedded into sidebar navigation 9 месяцев назад
KProfilesView.tsx a37dfaf7fb feat: dual external spool support, AMS slot model filtering & pre-population 6 месяцев назад
KeyboardShortcutsModal.tsx f317ead3c6 Fixed bug where external links were not respected by hotkeys 9 месяцев назад
LDAPSettings.tsx 180db8e8ad Expand Settings search with module-level registry 4 месяцев назад
Layout.tsx 5da403ba0c Feature/makerworld (#1099) 4 месяцев назад
LinkSpoolModal.tsx f84e5ba173 feat: Shows vendor name in Spoolman Link Modal (#958) 4 месяцев назад
LocalProfilesView.tsx a4006408a2 Fix white filament color swatches invisible in light theme (#726) 5 месяцев назад
LogViewer.tsx 90249d2367 Adds a live log viewer component to the Support & Troubleshooting section 7 месяцев назад
MQTTDebugModal.tsx 71def0a9dc Added full i8n localization support. Available languages are English and German 7 месяцев назад
MetricToggle.tsx 5216bebca7 refactor(stats): improve Color Distribution card layout and toggle 6 месяцев назад
ModelViewer.tsx 6a35e945ce Post work PR #262 7 месяцев назад
ModelViewerModal.tsx a903816b8a fix(slicer): token-based auth for Open in Slicer downloads (#433) 6 месяцев назад
NotificationLogViewer.tsx 8c308487c7 Add i18n support for Settings, Smart Plugs, Notifications, and Backup/Restore 6 месяцев назад
NotificationProviderCard.tsx 8813de6f80 Improve settings menu layout - 1 5 месяцев назад
NotificationTemplateEditor.tsx 8c308487c7 Add i18n support for Settings, Smart Plugs, Notifications, and Backup/Restore 6 месяцев назад
OIDCProviderSettings.tsx 78408856cd fix(oidc): Allow `auto_link_existing_accounts` with custom email claims (Azure Entra ID) (#1142) 4 месяцев назад
PendingUploadsPanel.tsx 59b714e857 fix(archives): unbreak project-picker scroll, sort + search (#1151) 4 месяцев назад
PhotoGalleryModal.tsx 09677861ba Added screenshots 9 месяцев назад
PlatePickerModal.tsx c44b62195a refactor(gcode-viewer): archive-scoped previews, bed from capabilities, plate picker 4 месяцев назад
PrintCalendar.tsx f7f4d88222 Improve Statistics dashboard widgets to utilize space when expanded (#72) 7 месяцев назад
PrinterInfoModal.tsx 899c2c6480 revert(printers): remove SD card badge entirely 4 месяцев назад
PrinterQueueWidget.tsx 5215ac68e9 ● refactor(printers): remove redundant in-widget clear-plate button 4 месяцев назад
ProjectPageModal.tsx fa6edfbcde Fix stored XSS vulnerabilities and unauthenticated auth toggle 5 месяцев назад
PurgeArchivesModal.tsx 689bc04d7b ● feat(#1008): honour reprint dates in archive purge + clarify purge UX 4 месяцев назад
PurgeOldFilesModal.tsx 689bc04d7b ● feat(#1008): honour reprint dates in archive purge + clarify purge UX 4 месяцев назад
QRCodeModal.tsx 28a5e786e9 Added configurable logging; Major improvements and bugfixes 9 месяцев назад
QueueStatsBar.tsx eaf0a1c281 Add queue timeline view, visual refresh, and fix plate thumbnail auth 5 месяцев назад
QueueTimelineView.tsx eaf0a1c281 Add queue timeline view, visual refresh, and fix plate thumbnail auth 5 месяцев назад
RestoreModal.tsx 8c308487c7 Add i18n support for Settings, Smart Plugs, Notifications, and Backup/Restore 6 месяцев назад
RichTextEditor.tsx 903f43d71a feat(i18n): update frontend components to use translations 6 месяцев назад
SkipObjectsModal.tsx e5dfb96351 fix(skip-objects): enlarged plate preview fails to load on auth-enabled instances (#1046) 4 месяцев назад
SliceModal.tsx 59b714e857 fix(archives): unbreak project-picker scroll, sort + search (#1151) 4 месяцев назад
SmartPlugCard.tsx 914adde5aa Add REST/Webhook smart plug type (#472) 5 месяцев назад
SpoolBuddySettings.tsx 05ecceda75 Added Spoolbuddy device control buttons to settings card 4 месяцев назад
SpoolCatalogSettings.tsx 180db8e8ad Expand Settings search with module-level registry 4 месяцев назад
SpoolFormModal.tsx 4304a42542 feat(#729): per-spool category + low-stock threshold override 4 месяцев назад
SpoolUsageHistory.tsx abe40f1ed0 Consolidate duplicate utility functions into shared modules 6 месяцев назад
SpoolmanSettings.tsx 180db8e8ad Expand Settings search with module-level registry 4 месяцев назад
SwitchbarPopover.tsx 8c308487c7 Add i18n support for Settings, Smart Plugs, Notifications, and Backup/Restore 6 месяцев назад
TagManagementModal.tsx 2795694e5b Add tag management feature (Issue #183) 7 месяцев назад
TimelapseEditorModal.tsx abe40f1ed0 Consolidate duplicate utility functions into shared modules 6 месяцев назад
TimelapseViewer.tsx abe40f1ed0 Consolidate duplicate utility functions into shared modules 6 месяцев назад
Toggle.tsx 42cdfdbd74 * Add comprehensive mobile support with responsive navigation 9 месяцев назад
TwoFactorSettings.tsx 180db8e8ad Expand Settings search with module-level registry 4 месяцев назад
UploadModal.tsx 71def0a9dc Added full i8n localization support. Available languages are English and German 7 месяцев назад
VirtualKeyboard.css bffbac54e4 Add on-screen virtual keyboard for SpoolBuddy kiosk UI 6 месяцев назад
VirtualKeyboard.tsx 6b93cf806e Fix SpoolBuddy virtual keyboard layout and number input support 5 месяцев назад
VirtualPrinterAddDialog.tsx b02e9da943 WIP: multi virtual printer support 6 месяцев назад
VirtualPrinterCard.tsx c0b6010269 fix(virtual-printer): cert-renewal restart regression + clipboard leak 4 месяцев назад
VirtualPrinterList.tsx c2e7f8eb4b feat(vp): add archive name source toggle (metadata/filename) (#1152) 4 месяцев назад
VirtualPrinterSettings.tsx 4f617c21e1 [Fix] X1C Virtual Printer not accepting sends (#735) 5 месяцев назад