mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00

* Add main menu, toggle favorites * Make abapgit logo go to overview * Remove favorite repo links * Fix remember filter * Separator between filters * Remove unused code * Repo overview to main page * Fix errors * Fix naming * Downport js * Add separator * remove unrelated changes * Fix spacing * Add package link * Fix orderby dumping * Only show tutorial with no favorites Still have to do something about empty table * Move abapgit installation info to debug info * Improve tutorial, resolves #3497 * Add branch switch link * Reduce line length * Revert temporary hack * Working version of removing logo * No longer show tutorial in repositories * Code cleanup * More cleanup, rename tutorial to page * Fix * Force order by favorite * Add checkmark icons * View repo to page, rework menu * Fix build * Return logo * Fix hotkeys on repo page, rename to page * Fix show last repo, cleanup * Abaplint * Rollback js reformat * Fix tutorial title, hotkeys * Try resolve strange situation with PR Co-authored-by: Lars Hvam <larshp@hotmail.com>
17 lines
492 B
XML
17 lines
492 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOCLASS>
|
|
<CLSNAME>ZCL_ABAPGIT_GUI_PAGE_TUTORIAL</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>GUI - View Tutorial</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|