Skip to content

Commit

Permalink
INT-1838/INT-1872: Refactoring CRUD to BEM and Fixing Styles. (#498)
Browse files Browse the repository at this point in the history
* INT-1838: Add document-actions BEM

* INT-1838: Convert document/document-list to BEM

* INT-1838: Adding editable-element BEM

* INT-1838: Update app registry

* INT-1838: Fixing editing element styling

* INT-1383: Remove extra font-weight style

* INT-1838: Refactoring expandable editable elements

* INT-1838: Calculate padding on lines

* INT-1838: Fix highlight on expandable el hover

* INT-1838: Refactoring to be more reusable

* INT-1838: Fix input field width

* INT-1838: Fix line colors

* INT-1838: Fix document footer styling

* INT-1838: Fix types dropdown styling

* INT-1838: Fix hotspot positioning

* INT-1838: Render explain plan raw json expanded

* INT-1838: Fix insert document styling

* INT-1838: Fixing isert document added styles

* INT-1838: Kill old indexes and document views

* INT-1838: Indent carats in edit mode

* Revert "INT-1838: Indent carats in edit mode"

This reverts commit 3b51490.

* INT-1838: Fix positioning of carats

* INT-1838: Fix eslint errors

* INT-1838: Fix actions on insert dialog
  • Loading branch information
durran committed Oct 3, 2016
1 parent 7549ce6 commit 37c63e4
Show file tree
Hide file tree
Showing 49 changed files with 1,055 additions and 1,075 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"font-awesome": "https://github.com/FortAwesome/Font-Awesome/archive/v4.4.0.tar.gz",
"get-object-path": "azer/get-object-path#74eb42de0cfd02c14ffdd18552f295aba723d394",
"hadron-action": "^0.1.0",
"hadron-app-registry": "^2.0.0",
"hadron-app-registry": "^3.1.0",
"hadron-auto-update-manager": "^0.0.12",
"hadron-compile-cache": "^0.3.0",
"hadron-document": "^0.26.1",
Expand Down
46 changes: 0 additions & 46 deletions src/app/documents/document-list-item.jade

This file was deleted.

39 changes: 0 additions & 39 deletions src/app/documents/document-list-item.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/app/documents/document-list.jade

This file was deleted.

40 changes: 0 additions & 40 deletions src/app/documents/document-list.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/app/documents/index.jade

This file was deleted.

68 changes: 0 additions & 68 deletions src/app/documents/index.js

This file was deleted.

0 comments on commit 37c63e4

Please sign in to comment.