morethanwords/tweb/master • fbfab89 • 6 files, +30/-13
Various fixes
- Hide DisableSharing, EnableSharing and SendGift menu items for bots
in the chat topbar (SendGift was broken by missing `await` on a
manager proxy call)
- Hide stories menu (Show Archive / Create Album) in profile header
when the viewer lacks edit_stories rights
- Show upload preloader for huge videos that hit the early return in
wrapVideo because canAutoplay is false
- Cap upload progress at fileSize to avoid >100%
- Add quote-block class to quote entities in rich text
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
morethanwords/tweb/master • 4af5488 • 7 files, +22/-17
Merge branch 'master' of https://github.com/morethanwords/tweb
#webk
morethanwords/tweb/master • af9ed28 • 1 files, +12/-3
Merge pull request #627 from AoiNyanko/fix-clearing-cache
Fix cache clearing when no service worker is available
#webk
morethanwords/tweb/master • 0d79feb • 6 files, +10/-14
Merge pull request #629 from morethanwords/claude/upbeat-lamarr-eecfec
Fix several small bugs
#webk
morethanwords/tweb/claude/upbeat-lamarr-eecfec • 9a37da2 • 6 files, +10/-14
Fix several small bugs
- Hide message read info in context menu for bot chats
- Fix broken asset URLs in SCSS (url(assets/...) resolved relative to
the CSS file, e.g. /partials/assets/... instead of /assets/...);
this also fixes the monoforum avatar mask, media editor assets and
chat thread separator backgrounds
- Fix birthday display for dates where the day does not exist in the
current month (e.g. Oct 31 while today is April): the previous
setDate/setMonth/setFullYear sequence overflowed the day; use the
Date constructor directly
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
#webk
morethanwords/tweb/design26 • dd6a7a9 • 66 files, +2085/-1314
WIP: New Forward
#webk
morethanwords/tweb/design26 • d260034 • 44 files, +448/-404
Refactor scrollable wrappers, search groups, and menu gradient into reusable components; migrate 100vh to CSS variable
#webk
morethanwords/tweb/design26 • c8d0f58 • 25 files, +850/-1589
Some changes
#webk
morethanwords/tweb/design26 • cef7809 • 300 files, +25847/-11679
Merge branch 'master' into design26
morethanwords/tweb/design26 • 7c082ae • 27 files, +799/-749
Folder tabs refactoring
#webk
morethanwords/tweb/design26 • c40c8b0 • 29 files, +216/-380
Rounded sections
#webk
morethanwords/tweb/master • 85fce1c • 2 files, +36/-62
Some layout fixes
morethanwords/tweb/master • 9e34363 • 146 files, +250/-250
Build
#webk
morethanwords/tweb/master • f7ceb78 • 4 files, +26/-21
Fix dialog appearing in archive
morethanwords/tweb/master • 30ea0ac • 1 files, +1/-4
Fix avatar viewer animation position
#webk
morethanwords/tweb/master • 6af7087 • 6 files, +29/-8
Fix parsing local tg://iv
morethanwords/tweb/master • 9c2090c • 5 files, +20/-8
Merge branch 'master' of https://github.com/morethanwords/tweb
#webk