Commit Graph

701 Commits (3a268d968f63bf9f06291a2d06ab0da313843af0)

Author SHA1 Message Date
Julian Lam 6b0de18388 fix: eliminate random 5px negative margin on chats list
Julian Lam 11dc0178f9 fix: slightly more specific selector for opaque ring in timeline style
Barış Soner Uşaklı 6b98d91de0 fix: closes https://github.com/NodeBB/NodeBB/issues/10706
Julian Lam 610d5bfe6d fix: , fab class conflict with fontawesome
Julian Lam cd9e0da35e fix: extra padding in .dropdown-menu styling inherited from bs3
Julian Lam c62907f304 fix: combine notif/chat buttons onto one line
Barış Soner Uşaklı e9cebe1867
Webpack5 ()
* webpack changes

* refactor: remove 500-embed.tpl

* fix: admin script

* chore: up compat

* refactor: remove pulling js from modules

* fix: unintentional padding in notification dropdown elements/lists

* revert: zero-out padding in notifications-list (wrong element selector)

* fix: no padding in notification-list dropdown

* refactor: notifications dropdown to use flexbox, fixes nodebb/nodebb#10284

* fix: nodebb/nodebb#10351, refactor chats menu and dropdown to use flexbox as well

this also fixes the regression caused by nodebb/nodebb#10284

* fix: incorrect default panel-offset

* fix: wonky margins on chat list

* fix: nodebb/nodebb#10363, more timestamp oddities

* Remove hardcoded 70px body padding ()

* fix: , eliminate the hardcoded 70px padding in the body element

This also has the nice side effect of simplifying a lot of the panel-offset styling

* fix: adjust topic header distance from top of page

* style: fix spacing

* feat: save panelOffset into localStorage, read by core

* fix: hide post-tools dropdown menu by default, made visible when menu options are loaded (see nodebb/nodebb@690ec2d59

Co-authored-by: Julian Lam <julian@nodebb.org>
Barış Soner Uşaklı cef2539b5b fix: don't expand tasbar to all viewport
Barış Soner Uşaklı 598aac2588 feat: move taskbar to left
so it doesnt overlap navigator
Julian Lam bb64250643 fix: no padding in notification-list dropdown
Julian Lam 61737afa9c revert: zero-out padding in notifications-list (wrong element selector)
Julian Lam b0e1172ed6 fix: unintentional padding in notification dropdown elements/lists
Julian Lam 27dadb5ea3 fix:
Barış Soner Uşaklı e2aa2973fd fix: dont hardcoded colors, breaks skins
Barış Soner Uşaklı abe597b649 refactor: fix race condition for chat/notif timeago. css tweaks
Barış Soner Uşaklı b61a2bbf36 refactor: remove animation
Barış Soner Uşaklı b3a91a98c4 feat: https://github.com/NodeBB/NodeBB/issues/10234
Barış Soner Uşaklı b8395c66c6 fix: status icon in mobile menu
Barış Soner Uşaklı 07ff8f27c4 fix: chat width on mobile
Barış Soner Uşaklı 8be0d88c26 feat: chat tweaks, fix colors in skins
make buttons same order as modal
better search placeholder text
prevent negative offsets
Barış Soner Uşaklı cf696ceb15 https://github.com/NodeBB/NodeBB/issues/6388
Barış Soner Uşaklı 85bb5b4a53 quick search
Barış Soner Uşaklı ca570479b5 refactor: mobile menu
Barış Soner Uşaklı 5007b0f3f8 use initial font size for search snippet
it was getting bigger if placed in jumbotron
Julian Lam d9f643f3fe fix:
Barış Soner Uşaklı 611121e2e4 fix: https://github.com/NodeBB/NodeBB/issues/10174
Julian Lam 39a2f516a7 fix: groups cover to use panel offset css var
Julian Lam 366b261ffb fix: use panel offset for chat window height determination
Julian Lam 331ae6a01c fix: incorrect top padding on mobile panel
Julian Lam 35affd72db fix: , maintain cover offset in LESS
Julian Lam 05fff2d37b fix: do not shrink timeline badge, hide timestamp on mobile for topic events
Julian Lam ca533f1c14 refactor: change fixHeaderPadding to updatePanelOffset
Save css variable to html element instead of updating padding-top via js.
Fixes 
Julian Lam e14d38b827 chore: remove .opacity() mixin as it is supported cross-browser
Barış Soner Uşaklı 659fc0e5b1 feat: tooltip quote
Julian Lam a2b7e34d48 fix: , closes , taskbar rejigger
Barış Soner Uşaklı e50255b75a fix: https://github.com/NodeBB/NodeBB/issues/9918
Julian Lam ce902bcdac feat: only show topic event deletion button on hover
psychobunny 671387936e chore: remove unnecessary definition
psychobunny c056572e60 fix: notification dropdown unread state toggle
Julian Lam 94c108e890 fix: necro-post timeline style regression
Julian Lam 1e52533297 refactor: make timeline-style opt-in instead of opt-out
To opt-in, add .timeline class alongside ul.posts
Julian Lam 5320a3c1da fix: adjusted timeline event position on mobile
gasoved c3a6dbfc85
feat: filter flags by username ()
* feat: filter flags by username

* fix: revert and use fa-sort
psychobunny 17e0f412b7 fix: .dropdown-backdrop below topic sticky navbar
psychobunny 26b1c02c58 feat: updated alert animation
Julian Lam e2a3f8d7d0 fix: bottom-sheet selectors being overly broad
gasoved d55fcd7681
feat: scheduled topics ()
Julian Lam 281a1cc71a fix: increase bottom-sheet z-index to be popover level
Julian Lam d99bfd7bd2 fix: enforce automatic width and tweaked margins so borders don't show
Julian Lam bac4a33991 style: convert indentation in bottom-sheet to tabs