Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Massive refactoring of entire backend and most of the frontend #546

Merged
merged 50 commits into from
Aug 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
bc6cf3d
Performance improvements / refactoring work
clbond Aug 17, 2016
b35edeb
A lot more refactoring work
clbond Aug 17, 2016
9472fbd
More backend refactoring work
clbond Aug 18, 2016
822f30b
More refactoring work
clbond Aug 19, 2016
8bac474
Partial tree patching algorithm
clbond Aug 19, 2016
17bd0f1
More backend refactoring implementation work
clbond Aug 19, 2016
c2f721f
Work on tree display
clbond Aug 19, 2016
f8520e2
More refactoring work on the tree diff / messaging implementations
clbond Aug 19, 2016
47a6ee3
Recursive expand
clbond Aug 19, 2016
12bab4f
Fix logic related to initial tree load
clbond Aug 19, 2016
9adc401
More refactoring work / restoring UI functionality
clbond Aug 19, 2016
2a15350
More refactoring and implementation work
clbond Aug 20, 2016
11df8a5
Note so I do not forget this thought later
clbond Aug 20, 2016
daab3da
Performance improvements
clbond Aug 21, 2016
f4a70a1
Reimplement selection state management
clbond Aug 21, 2016
6557e31
Fix root selection
clbond Aug 21, 2016
12d9ff5
Multi-application support (i.e. more than one Angular app on the same
clbond Aug 21, 2016
749b7cc
Hook up component selection state using a new strategy. Retrieve and
clbond Aug 21, 2016
017ee92
More state retrieval work
clbond Aug 22, 2016
d000686
Fix dependency and injector tree functionality
clbond Aug 22, 2016
5308531
Implement 'show HTML' option
clbond Aug 22, 2016
d67a2f9
Reimplement update property functionality
clbond Aug 22, 2016
ad39f01
Property edit styling
clbond Aug 22, 2016
d2385bf
Merge remote-tracking branch 'rangle/dev' into dev
clbond Aug 22, 2016
f175faf
Minor fixes and changes
clbond Aug 22, 2016
261d66b
Performance issue
clbond Aug 22, 2016
27f2e82
- Add back support for $a
clbond Aug 22, 2016
cb33609
Reimplement 'Fire Event' as 'Emit Value'
clbond Aug 22, 2016
aee8b50
Fix issue with component inputs
clbond Aug 22, 2016
c4dc903
Beginning of search reimplementation
clbond Aug 23, 2016
9657a50
Finish component search implementation
clbond Aug 24, 2016
23d8c43
Merge remote-tracking branch 'rangle/dev' into dev
clbond Aug 24, 2016
d430149
Support for router
clbond Aug 24, 2016
6405b0c
Implement 'inspect element'
clbond Aug 24, 2016
8babc39
Implement 'View source'
clbond Aug 24, 2016
e0357f2
Clean up loading spinner
clbond Aug 24, 2016
d9eba71
Clean up search functionality
clbond Aug 24, 2016
6bb33ad
Fix lint failures
clbond Aug 24, 2016
5051c3a
Partially unbreak unit tests
clbond Aug 24, 2016
4712f88
Unbreak remaining tests
clbond Aug 24, 2016
2b83ac9
* Fix change detection - the patches generated were ridiculous
clbond Aug 24, 2016
d181783
Clean up change detection (still needs work)
clbond Aug 24, 2016
55ce613
State cache screwed up
clbond Aug 24, 2016
026ff39
Fix highlighting functionality
clbond Aug 25, 2016
93f1b53
Massive improvements to change highlighting and a bunch of other bug
clbond Aug 25, 2016
ea138a6
Unit test breakage
clbond Aug 25, 2016
16394d4
Do not remove cached state for items that have not changed
clbond Aug 25, 2016
273f96a
Clean up node rendering
clbond Aug 25, 2016
86d833d
Minor styling
clbond Aug 25, 2016
3c4fbd7
Lint
clbond Aug 25, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion frontend.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/src/styles/style.min.css" rel="stylesheet">
<link href="/src/frontend/components/spinner/spinner.css" rel="stylesheet">
</head>
<body>

<bt-app>
Loading...
<div style="margin-top: 10%; height: 25%;">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</bt-app>

<script src="/build/frontend.js"></script>
Expand Down
Binary file added images/search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,28 @@
"css-loader": "^0.21.0",
"es6-promise": "^3.1.2",
"es6-shim": "^0.35.0",
"fast-json-patch": "^1.0.0",
"file-loader": "^0.8.5",
"keycode": "^2.1.4",
"lodash": "^4.15.0",
"msgpack-lite": "^0.1.20",
"object-assign": "4.0.1",
"postcss-cssnext": "^2.5.2",
"postcss-import": "^8.1.0",
"postcss-loader": "^0.8.2",
"raw-loader": "^0.5.1",
"reflect-metadata": "0.1.3",
"rimraf": "2.5.2",
"style-loader": "^0.13.1",
"tap-spec": "^4.1.1",
"tape": "^4.2.2",
"tape-run": "^2.1.3",
"to-string-loader": "^1.1.4",
"ts-loader": "^0.8.1",
"tslint": "^3.9.0",
"tslint-loader": "^2.1.4",
"typescript": "^1.8.9",
"typings": "^0.8.1",
"typings": "^1.3.2",
"url-loader": "^0.5.7",
"webpack": "1.13.0",
"webpack-dev-server": "1.14.1"
Expand Down
190 changes: 0 additions & 190 deletions src/backend/adapters/angular2.test.ts

This file was deleted.

Loading