Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
bayan10
/
bayan-api
like
0
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bayan-api
/
src
/
js
2.56 MB
Ctrl+K
Ctrl+K
4 contributors
History:
49 commits
youssefreda9
fix: prevent analyze loop - skip redundant API calls when text unchanged
73d00c9
1 minute ago
auth
UI: Remove logo icon from header + replace guest avatar with profile silhouette SVG - Header now shows just 'بيان' text (no ب icon) - Guest avatar shows person silhouette instead of 'ض' letter - Both HTML default and JS auth-ui.js updated
2 days ago
documents-cloud
fix: New document starts empty instead of inheriting old content Previously createDocument() used getEditorText() to save current content into the new doc. Now it creates with empty string and calls loadDocumentText('') to clear the editor.
2 days ago
documents
feat: Summary UI improvements + PDF fix - Swap short/long labels on summary length slider (RTL: long left, short right) - Remove 'تلخيص النص كاملاً' checkbox and button - Replace single export button with dropdown (TXT/DOCX/PDF) in summary - Hide format toolbar when on summary tab, show on writing tab - Fix PDF export freeze: use foreignObjectRendering:false + lower scale - Add loading toast during PDF export - Add summary DOCX and PDF export functions
2 days ago
settings-sync
authDone Ready for deployment
4 days ago
summaries
authDone Ready for deployment
4 days ago
sync
authDone Ready for deployment
4 days ago
vendor
added light theme and ISLAMIC RAG and fixed the UI/UX issues and added the auth
4 days ago
api.js
1.57 kB
added light theme and ISLAMIC RAG and fixed the UI/UX issues and added the auth
4 days ago
autocomplete.js
15.4 kB
fix(autocomplete): only trigger after space - no partial words
about 7 hours ago
editor.js
26.9 kB
fix: prevent analyze loop - skip redundant API calls when text unchanged
1 minute ago
format.js
10.9 kB
fix: Document search was using wrong selector '.doc-item' instead of '.doc-list-item'
2 days ago
renderer.js
11.2 kB
feat: Pipeline Hardening v3.3 — stage ownership, punctuation safety, UUID migration
about 10 hours ago
selection.js
6.15 kB
fix: Critical editor bugs - Dropdowns now visible (remove overflow:hidden from editor-shell) - Font/size/color menus z-index 200 (above editor) - Selection collapses after formatting (no more blue highlight) - Spelling overlay uses textContent for consistent offsets - Correction preserves formatting (replaces inside parent node) - Alt correction same fix - Fallback finds span by matching original text
3 days ago
theme.js
2.34 kB
feat: 12 UI improvements batch - 1. Editor surface flush (no margin/border, Google Docs style) - 2. Custom styled summary slider (gradient thumb) - 3. Empty states with icons for suggestions - 4. Enhanced status bar (chars, sentences, reading time) - 5. Mobile scrollable formatting toolbar - 6. Summary word count + compression ratio - 7. Document search bar with filter - 8. Text color + highlight color pickers - 9. Lists (bullet/ordered) + indent/outdent + clear format - 10. Animated sun/moon theme toggle - 11. Summary bullet points mode toggle - 12. Print styles (only editor content)
3 days ago
ui.js
11.8 kB
fix: QA sweep — 6 issues resolved (sidebar chips, corrected field, input sanitization, punc cap, docs, tests)
about 9 hours ago