Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 3, 2025
Raised header byline +2px to align w/ logo ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
committedShortened
scriptCatLink
toscLink
intoggle.streaming()
, edited whitespace in init for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedAdded section comment to
toggle.sidebar()
for readabillity ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedDeleted extra whitespace in
toggle.proxyMode()
↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedCorrected Font Size slider track CSS selectors ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
committedShortened CSS selectors ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
committedConverted
modeKey
string concatenation intoggle.manualGet()
to template literal for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedRenamed
removeCondition
intoggle.btnGlow()
to more readabletoRemove
↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedShortened Standby Button selector in
toggle.autoGet()
↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedConverted
configKey
string concatenation intoggle.animations()
to template literal for readability + condensednotify()
call ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedCondensed callbacks in
forEach
loops ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedCorrected
env
name in debug log ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedAdded auto-disable Wider Sidebar to Anchor mode ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
committedMoved
streamingSupported
intoenv
for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committed
Commits on Jan 2, 2025
Removed debug logs from toggle methods that already visually signal success ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
committed- committed
Condensed
modals.hide()
↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedMoved
no-user-select
to start of classlist inmodals.init()
to not break$=-modal
CSS selectors ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedCondensed modal dismiss handlers, merged into
modals.handlers.dismiss
for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedAdded disable user selection to
modals.init()
↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedCombined ID/add tooltip of Settings entries into 1 line for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
committedDeleted stragging quote in
modals.handlers.click()
↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedAdded
position: sticky
to app div style to activate z-index ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedMoved
update.style.app()
toupdate.appStyle()
now that there's notweaksStyle
to update ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedReplaced
update.style.tweaks()
that no longer handlestweaksStyle
w/update.answerPreMaxHeight()
+update.bylineVisibility()
↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedUpdated list of modes to apply classes to app div init ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
committedMoved center column styles in Wider Sidebar section last to align w/ GoogleGPT ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
committedHalved delay before header buttons that zoom/fade-out on click re-appear ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
committedMoved Wider/Sticky Sidebar styles from
tweaksStyle
toappStyle
classes for improved performance + easier maintenance ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedMoved Anchor/Expanded mode styles from
tweaksStyle
toappStyle
classes for improved performance + easier maintenance ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedRemoved all debug logs from stable non-type methods of
modals
except useful stack log ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedRenamed emoji map in
modals.scheme()
toschemeEmojis
for better clarity ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committed
Commits on Jan 1, 2025
Slowed
modals.hide()
fade-out +0.3s, decreased Settings entry hover-zoom -7% ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedRefactored modal/button removals to rely on
onanimationend
for precise timing ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committedDeleted visually disabled
.glowing-btn::after{}
styles/vars ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]committed