Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: athensresearch/athens
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-beta.82
Choose a base ref
...
head repository: athensresearch/athens
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-beta.83
Choose a head ref
  • 7 commits
  • 54 files changed
  • 7 contributors

Commits on May 24, 2021

  1. chore: update deps and cljstyle fix (#1224)

    * Dependency checking.
    
    Make it part of CI to check for dependencies.
    Also updated all outdated deps.
    
    * chore: new cljstyle version -> cljstyle fix
    
    Co-authored-by: Alex Hubert Iwaniuk <[email protected]>
    tangjeff0 and neotyk committed May 24, 2021
    Configuration menu
    Copy the full SHA
    181ad52 View commit details
    Browse the repository at this point in the history
  2. enhance(ui): Stop content shift when scrollbars appear/disappear (#1212)

    * Stop content shift when scrollbars appear/disappear
    
    Overlay Scrollbars were released into the wild effectively on accident, removed, readded and seem to be generally confused.
    
    They have recently been [readded to Chrome](https://chromium-review.googlesource.com/c/chromium/src/+/2739606) and by using `overflow-y: overlay` we remove the content shift that occurs when the scrollbar appears and disappears.
    
    In the future this problem can be solved using [scrollbar-gutter](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter) but this feature is not yet implemented.
    
    * Use browser support query to change from auto to overlay
    
    * Include note about waiting on scrollbar-gutters
    
    `overflow-y: overlay` is implemented in Chrome but browsers are intending to implement a `scrollbar-gutter` property which will allow us to stop the content shift in a cross-compatible way moving forward.
    
    * cljstyle fix for indentation
    
    Run `cljstyle fix`
    
    Co-authored-by: jeff <[email protected]>
    zolrath and tangjeff0 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    9988417 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. doc: Fix grammar in README (#1235)

    This fixes a small typo I found as I was reading the Problem section of the README.
    
    "You've starting creating a graph of your knowledge!"
    
    to
    
    "You've started creating a graph of your knowledge!"
    Dustin Lyons committed May 26, 2021
    Configuration menu
    Copy the full SHA
    e55f3f8 View commit details
    Browse the repository at this point in the history
  2. fix(auto-complete): pressing [[,(( and enter works better. close #1214,

    #1220 (#1219)
    
    * fix(auto-complete-inline) #1204
    
    * rfct(auto-complete-inline)
    
    * rfct(auto-complete-inline): remove unused vars
    
    * rfct(auto-complete-*): remove duplication
    
    While deduplicating, I found an fixed a bug that no block search panel appears when "Block Embed" is selected with mouse.
    
    * fix(undo after autocompletion)
    
    * fix(#1220): correctly handle search/index everywhere
    
    * update re-frame-10x dependency
    
    * fix+rfct(auto-complete,undo): expand in a unified way
    
    * fix: remove println
    
    Co-authored-by: jeff <[email protected]>
    datokrat and tangjeff0 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    856b282 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. perf(blocks): reduce blocks DOM weight (#1217)

    * rfct(blocks): reduce blocks DOM weight
    
    * chore: fix linter issues
    
    * chore: fix linter warnings
    
    * feat: restore child drop area indicator
    
    * chore: linter
    
    * chore: fix linter issue
    
    * fix: minor fixes and cleanup
    
    * fix: fix lint issues
    
    * chore: update shadow-cljs to 2.14.1 (patch)
    
    Co-authored-by: shanberg <[email protected]>
    Co-authored-by: jeff <[email protected]>
    3 people committed May 28, 2021
    Configuration menu
    Copy the full SHA
    7b922a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32d66f5 View commit details
    Browse the repository at this point in the history
  3. v1.0.0-beta.83

    tangjeff0 committed May 28, 2021
    Configuration menu
    Copy the full SHA
    fef2edd View commit details
    Browse the repository at this point in the history
Loading