Commit Graph

56 Commits

Author SHA1 Message Date
Eduard Heimbuch
b8fb08a500 decode branch/revision in content detailsView 2020-01-17 08:12:37 +01:00
Eduard Heimbuch
4d1e5f0e50 fix markdown toggle button z index 2020-01-16 11:42:01 +01:00
Eduard Heimbuch
db1d89792e refactor markdownviewer // fix padding 2020-01-16 10:00:44 +01:00
Eduard Heimbuch
b5e78f46be add title translation 2020-01-15 21:11:47 +01:00
Eduard Heimbuch
75a94e2509 import markdown icon // fix toggle button size and position 2020-01-15 20:55:09 +01:00
Eduard Heimbuch
584f65c349 render markdown files in sourcesView 2020-01-15 20:29:18 +01:00
Sebastian Sdorra
74ad7ad50d fix switching from svn source with selected revision to commits view 2020-01-15 14:43:07 +01:00
Sebastian Sdorra
c85e37c665 fixed small review findings 2020-01-15 10:49:01 +01:00
Eduard Heimbuch
bafa25f025 reload historyView on branch switch // cleanup Sources 2020-01-15 10:04:30 +01:00
Eduard Heimbuch
5c654b433b replace current history entry on redirect to default branch instead of pushing a new history entry 2020-01-15 08:55:15 +01:00
Eduard Heimbuch
bee0b68f37 cleanup fetch content in sourcesView 2020-01-15 08:25:59 +01:00
Eduard Heimbuch
3f518c501a fix fetch content multiple times for same file 2020-01-15 08:01:12 +01:00
Eduard Heimbuch
0888006a74 refactor code section 2020-01-14 18:07:57 +01:00
Eduard Heimbuch
28f1319935 expose baseurl in SourceExtensions for breadcrumb 2020-01-09 13:43:04 +01:00
Eduard Heimbuch
4e23fd95ab add breadcrumb to fileViewer 2020-01-09 09:34:40 +01:00
Eduard Heimbuch
0d546755a9 optimize all imports in ui-webapp and reformat with prettier 2020-01-08 15:57:13 +01:00
Eduard Heimbuch
b8d4bb6904 add redirects for old routes 2020-01-08 15:17:07 +01:00
Eduard Heimbuch
a43ffacf03 fix a ton of typescript errors 2020-01-08 13:40:07 +01:00
Eduard Heimbuch
987436e335 add loading spinner and error handling for codeOverview 2020-01-08 11:01:00 +01:00
Eduard Heimbuch
c73e85e3d6 fix routes for sources and changesets // fix typing errors 2020-01-08 10:31:43 +01:00
Eduard Heimbuch
20c00e7222 create new codeSection // add actionBar to codeSection // change routes for sources and changesets 2020-01-07 10:30:46 +01:00
René Pfeuffer
3a67dc4c79 Use prefix for own reducer type 2019-12-20 15:33:13 +01:00
Florian Scholdei
0100e290ae Small typo 2019-12-19 15:06:33 +01:00
Rene Pfeuffer
cf9d1edb70 Make partial file attributes explicit. 2019-12-18 11:48:17 +01:00
Rene Pfeuffer
0d6dcbd6bd Merge with default 2019-12-17 14:14:34 +01:00
Rene Pfeuffer
5ea149c262 Adapt tests to new state layout 2019-12-17 13:34:28 +01:00
Rene Pfeuffer
45b989cd1a Always show file size
The file size is always present and not updated
in the background
2019-12-17 13:03:05 +01:00
Rene Pfeuffer
a61799723b Fix typo 2019-12-17 12:42:31 +01:00
Rene Pfeuffer
f257a8eeb8 Fix formatting 2019-12-17 12:42:05 +01:00
Rene Pfeuffer
7da7a68817 Prevent "flicker" of tree while loading update 2019-12-17 12:36:58 +01:00
Rene Pfeuffer
c72bcb04c1 Cancel update call is component will be unmounted 2019-12-17 12:14:43 +01:00
René Pfeuffer
4ef97816e0 Trigger update of sources from component
The old trigger in the dispatcher function led to
updates even when the component was no longer mounted
(aka displayed).
2019-12-17 10:25:53 +01:00
Rene Pfeuffer
6c8820719e File size is unknown when not computed 2019-12-12 11:52:44 +01:00
Rene Pfeuffer
8df43e7b4e Let background computations abort for browse command 2019-12-12 11:47:03 +01:00
Florian Scholdei
5ac88162ce Hide file description also on tablet sizes, force file size to be one line 2019-12-11 23:15:52 +01:00
Rene Pfeuffer
f7dc89ee81 Reload partial results 2019-12-11 15:49:33 +01:00
Florian Scholdei
53147db0e2 Move button to right side and small fixes 2019-11-28 02:01:49 +01:00
Florian Scholdei
111465f853 Make input .help texts position absolute so that it does not affect level negative when pop up, it also saves some space underneath 2019-11-26 16:04:42 +01:00
Sebastian Sdorra
4e053b1aa0 Merged in feature/modify_for_svn (pull request #342)
Feature/modify for svn
2019-11-05 13:30:25 +00:00
Eduard Heimbuch
d5bd83fafb fix encoding and decoding for branches including slashes 2019-11-01 13:52:53 +01:00
Eduard Heimbuch
557856185a small fix 2019-11-01 10:18:13 +01:00
Eduard Heimbuch
5a9cbbc073 use i18n for missing extension warning / fix encoding for branches containing slashes 2019-11-01 09:29:57 +01:00
Sebastian Sdorra
f5fb4fb11a fix sonarqube warning about js array sort 2019-10-30 14:52:46 +01:00
Eduard Heimbuch
4f17bc6b1c refactor backend for modifyCommand / add sourceExtension for plugins 2019-10-30 12:59:54 +01:00
Eduard Heimbuch
ca56423572 expose sources to extensionPoint 2019-10-28 15:52:59 +01:00
Eduard Heimbuch
6e0c788c98 transfer frontend changes to typescript files 2019-10-25 12:38:48 +02:00
Eduard Heimbuch
949a8fe4f1 merge 2.0.0-m3 2019-10-25 12:33:16 +02:00
Eduard Heimbuch
a62c4a1fc0 always render breadcrumd 2019-10-23 17:25:52 +02:00
Florian Scholdei
db075974db Migrate react-i18next translate components 2019-10-23 15:47:08 +02:00
Sebastian Sdorra
4bb8e6153b apply eslint and prettier rules 2019-10-21 10:57:56 +02:00