Skip to content

Commit

Permalink
Merge branch 'feature/new-sidebar-state-final' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Feb 6, 2023
2 parents 2ad3dd9 + 1c74aa2 commit 1b7ce6d
Show file tree
Hide file tree
Showing 516 changed files with 14,229 additions and 14,873 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ local-backup
*-debug.log
private/
.env
OldVersions/
OldVersions/
extension.zip

.yarn
2 changes: 1 addition & 1 deletion __mocks__/lodash/fp/difference.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { difference } from 'lodash'
import difference from 'lodash/difference'

export default difference
2 changes: 1 addition & 1 deletion __mocks__/lodash/fp/flatten.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { flatten } from 'lodash'
import flatten from 'lodash/flatten'

export default flatten
2 changes: 1 addition & 1 deletion __mocks__/lodash/fp/intersection.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { intersection } from 'lodash'
import intersection from 'lodash/intersection'

export default intersection
2 changes: 1 addition & 1 deletion build/loaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default ({ mode, context, isCI = false, injectStyles = false }) => {
const styleLoader = injectStyles ? injectStylesLoader : extractStylesLoader

const main = {
test: /\.(j|t)sx?$/,
test: /\.c?(j|t)sx?$/,
include: [
path.resolve(context, './src'),
...Object.values(externalTsModules).map((mod) =>
Expand Down
2 changes: 1 addition & 1 deletion build/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function ({
new IgnorePlugin(/^\.\/locale$/, /moment$/),
]

if (mode === 'development') {
if (mode === 'development' && process.env.NO_CACHE !== 'true') {
plugins.push(
new HardSourcePlugin({
environmentHash: {
Expand Down
2 changes: 1 addition & 1 deletion external/@worldbrain/memex-common
2 changes: 1 addition & 1 deletion external/@worldbrain/memex-url-utils
2 changes: 1 addition & 1 deletion external/@worldbrain/storex-backend-sql
2 changes: 1 addition & 1 deletion external/@worldbrain/storex-sync
Submodule storex-sync updated 1 files
+10 −8 ts/index.ts
8 changes: 4 additions & 4 deletions img/3dots.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions img/add.svg

This file was deleted.

404 changes: 0 additions & 404 deletions img/annotationIllustration.svg

This file was deleted.

1 change: 0 additions & 1 deletion img/arrow-up.svg

This file was deleted.

3 changes: 0 additions & 3 deletions img/arrow.svg

This file was deleted.

3 changes: 3 additions & 0 deletions img/arrowDown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion img/arrowLeft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion img/arrowRight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions img/arrowUp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions img/atSign.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions img/back.svg

This file was deleted.

13 changes: 0 additions & 13 deletions img/backup.svg

This file was deleted.

12 changes: 0 additions & 12 deletions img/blacklist.svg

This file was deleted.

12 changes: 0 additions & 12 deletions img/blacklist_green.svg

This file was deleted.

12 changes: 0 additions & 12 deletions img/blacklist_red.svg

This file was deleted.

2 changes: 1 addition & 1 deletion img/block.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions img/blockActive.svg

This file was deleted.

4 changes: 0 additions & 4 deletions img/blueRoundCheck.svg

This file was deleted.

4 changes: 0 additions & 4 deletions img/book.svg

This file was deleted.

3 changes: 0 additions & 3 deletions img/bookmarkRibbon.svg

This file was deleted.

Loading

0 comments on commit 1b7ce6d

Please sign in to comment.