Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sfcode
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ayush
sfcode
Commits
edf892eb
Commit
edf892eb
authored
Dec 04, 2020
by
Adarsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor
parent
49246421
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
src/app/file/file.component.html
src/app/file/file.component.html
+5
-3
src/app/ide/ide.component.html
src/app/ide/ide.component.html
+1
-0
src/app/ide/ide.component.scss
src/app/ide/ide.component.scss
+2
-1
No files found.
src/app/file/file.component.html
View file @
edf892eb
<div
id=
"tray"
>
<button>
Upload A File
</button>
<button
style=
"margin-right: 10px;"
routerLink=
"/arena"
routerLinkActive=
"active"
>
Create A File
</button>
<button
style=
"margin-left: 10px;"
>
Upload A File
</button>
</div>
<div>
...
...
@@ -11,8 +12,9 @@
<div
class=
"lang"
>
{{file.language}}
</div>
<div
class=
"details"
>
{{file.text}}
</div>
<button
style=
"margin-right: 20px;"
>
Run File
</button>
<button
style=
"margin-left: 20px;"
>
Remove from Database
</button>
<button
style=
"margin-right: 15px;"
>
Run File
</button>
<button
style=
"margin-left: 15px; margin-right: 15px;"
>
Edit File
</button>
<button
style=
"margin-left: 15px;"
>
Remove From Database
</button>
<!-- <button [routerLink]="['/arena', problem.id]" class="attempt">Attempt</button> -->
</div>
src/app/ide/ide.component.html
View file @
edf892eb
...
...
@@ -3,6 +3,7 @@
<div
id=
"attempt"
>
<button
id=
"input"
>
Input
</button>
<button
id=
"run"
>
Run Code
</button>
<button
id=
"save"
>
Save File
</button>
</div>
<label
for=
"editor"
></label>
<textarea
name=
"editor"
id=
"editor"
></textarea>
...
...
src/app/ide/ide.component.scss
View file @
edf892eb
...
...
@@ -24,7 +24,8 @@
z-index
:
100
;
#run
,
#input
{
#input
,
#save
{
display
:
inline-block
;
background
:
transparent
;
color
:
#ddf
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment