Commit graph

13 commits

Author SHA1 Message Date
Phil Hughes
a76cd8833c
Added IDE commit panel
Closes #40041
2017-11-24 15:55:07 +00:00
Phil Hughes
307883a5eb
get branch name from the DOM 2017-10-31 10:18:56 +00:00
Phil Hughes
bdac5569b1
fixed some state bugs with the tabs
[ci skip]
2017-10-26 16:44:31 +01:00
Phil Hughes
05728e785c
[WIP] Move multi-file editor store to Vuex 2017-10-26 11:14:31 +01:00
Phil Hughes
389c852d12
correctly creates file in currently viewed directory
specs
2017-10-23 10:45:44 +01:00
Phil Hughes
b1b91aa065
Refactored multi-file data structure
This moves away from storing in a single array just to render the table.
It now stores in a multi-dimensional array/object type where each entry
in the array can have its own tree. This makes storing the data for
future feature a little easier as there is only one way to store the
data.

Previously to insert a directory the code had to insert the directory
& then the file at the right point in the array. Now the directory
can be inserted anywhere & then a file can be quickly added into this
directory.

The rendering is still done with a single array, but this is handled
through underscore. Underscore takes the array & then goes through
each item to flatten it into one. It is done this way to save changing
the markup away from table, keeping it as a table keeps it semantically
correct.
2017-10-16 11:29:30 +01:00
Jacob Schatz
c3195e83a8 Add create merge checkbox. 2017-10-12 21:04:17 +00:00
Jacob Schatz
2024198da7 Many Repo Fixes 2017-08-15 19:53:41 +00:00
Bryce Johnson
8551997753 Repo Editor Fixes 2017-08-15 18:16:42 +00:00
Luke "Jared" Bennett
03716dd38c
Remove view_model adapters and make main components including convert repo_edit_button to vue template 2017-08-03 16:20:23 +01:00
Douwe Maan
8e8f27f7c3 Add data-can-commit to repo 2017-08-03 16:36:04 +02:00
Douwe Maan
f711b2df8b Clean up some backend 2017-08-03 14:29:35 +02:00
Luke "Jared" Bennett
6c847a8bef
added editable_mode partial and moved to shared/repo with repo partial 2017-07-28 18:16:40 +01:00
Renamed from app/views/shared/_repo.html.haml (Browse further)