aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* cleanup & more fixes for alignments and sizingHenry Jameson2022-04-21
|
* fix panel headers on mobileHenry Jameson2022-04-21
|
* cleanupHenry Jameson2022-04-21
|
* undo mistakeHenry Jameson2022-04-21
|
* relative units in line-height + some cleanupHenry Jameson2022-04-20
|
* more em-sized fontsHenry Jameson2022-04-20
|
* cleanup and fixesHenry Jameson2022-04-20
|
* fixes for mobileHenry Jameson2022-04-20
|
* restore old chat inputbox behaviorHenry Jameson2022-04-20
|
* Merge branch 'fix-chat-errors' into threecolumnHenry Jameson2022-04-20
|\ | | | | | | | | | | | | | | * fix-chat-errors: fix some chat errors/warnings that sometimes happen Fix incorrect close of a status popover when clicking Expand inside it fix tests fix hashtags by explicitly putting attributes
| * fix some chat errors/warnings that sometimes happenHenry Jameson2022-04-20
| |
| * Fix incorrect close of a status popover when clicking Expand inside itTusooa Zhu2022-04-19
| | | | | | | | | | | | | | basically Vue (3 in particular?) will make changes to DOM before this event listener is called, and if the target is displayed using v-if, it will not be part of the DOM at that time, and contains() will return false. so it goes to call hidePopover() which caused this bug.
| * fix hashtags by explicitly putting attributesHenry Jameson2022-04-12
| |
* | fix chatHenry Jameson2022-04-20
| |
* | i forgorHenry Jameson2022-04-20
| |
* | more fixes for timeline headersHenry Jameson2022-04-20
| |
* | tons of fixes mainly aimed at panel headingsHenry Jameson2022-04-20
| |
* | fix logoLeft not working at allHenry Jameson2022-04-20
| |
* | fix scrollbars in dropdownsHenry Jameson2022-04-20
| |
* | fix scrollbars in panel headersHenry Jameson2022-04-20
| |
* | fixate conversation headingHenry Jameson2022-04-19
| |
* | fix overflow that sometimes happens in sidebar due to too wide fileHenry Jameson2022-04-19
| | | | | | | | upload element
* | localization updatesHenry Jameson2022-04-12
| |
* | properly ignore sticky elements when calculating offset because theyHenry Jameson2022-04-12
| | | | | | | | technically are following main scroll
* | unified layout-setting code and made an option to control or disableHenry Jameson2022-04-12
| | | | | | | | third column behavior
* | fix main scrollbar on chromeHenry Jameson2022-04-12
| |
* | fix chats button alignmentHenry Jameson2022-04-12
| |
* | reduce chats jumpinessHenry Jameson2022-04-12
| |
* | fix post form/dropzone for good (?)Henry Jameson2022-04-12
| |
* | deal with browsers that don't support hiding scrollbars (somewhat)Henry Jameson2022-04-12
| |
* | enforce scroll to avoid jumpinessHenry Jameson2022-04-11
| |
* | fix dropdown menusHenry Jameson2022-04-11
| |
* | more fixes for z-indexes in panelsHenry Jameson2022-04-11
| |
* | fix for chat shadowHenry Jameson2022-04-11
| |
* | fixes for z-indexesHenry Jameson2022-04-11
| |
* | fix notifications scrolling the main columnHenry Jameson2022-04-11
| |
* | fix dropzoneHenry Jameson2022-04-11
| |
* | cleanupHenry Jameson2022-04-10
| |
* | improvements to relative panel sizingHenry Jameson2022-04-10
| |
* | fix chromium crashing on my machine :hyperjoy: LULHenry Jameson2022-04-10
| |
* | improvements to relative font sizesHenry Jameson2022-04-10
| |
* | fix main post form having hidden emoji pickerHenry Jameson2022-04-10
| |
* | fix horizontal scroll, make hovered column render stuff on top of otherHenry Jameson2022-04-10
| | | | | | | | ones (popups, tooltips etc)
* | Merge remote-tracking branch 'origin/develop' into threecolumnHenry Jameson2022-04-10
|\| | | | | | | | | * origin/develop: Fix image cropper not closing correctly
| * Fix image cropper not closing correctlyTusooa Zhu2022-04-10
| |
* | remove margins from underlay since it causes horizontal scroll onHenry Jameson2022-04-10
| | | | | | | | smaller screens
* | underlay improvementsHenry Jameson2022-04-10
| |
* | fix new post button not working day1, minor stylistic fixesHenry Jameson2022-04-10
| |
* | layout fixesHenry Jameson2022-04-10
| |
* | fix extra padding in thread viewHenry Jameson2022-04-10
| |