Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Castopod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ad Aures
Castopod
Commits
5413d097
Commit
5413d097
authored
3 years ago
by
Yassine Doghri
Browse files
Options
Downloads
Patches
Plain Diff
style: update app layout and map view styles
parent
bfa11d00
No related branches found
No related tags found
2 merge requests
!160
WIP:Feat/social interact
,
!150
fix(ux): enhance user experience
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/Views/map.php
+9
-6
9 additions, 6 deletions
app/Views/map.php
themes/cp_app/_layout.php
+3
-3
3 additions, 3 deletions
themes/cp_app/_layout.php
with
12 additions
and
9 deletions
app/Views/map.php
+
9
−
6
View file @
5413d097
<?=
helper
(
'page'
)
?>
<!DOCTYPE html>
<html
lang=
"
<?=
service
(
'request'
)
->
getLocale
()
?>
"
class=
"h-full"
>
<html
lang=
"
<?=
service
(
'request'
)
->
getLocale
()
?>
"
class=
"h-full"
>
<head>
<meta
charset=
"UTF-8"
/>
...
...
@@ -8,8 +9,10 @@
<meta
name=
"description"
content=
"Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience."
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"/favicon.ico"
/>
<?=
service
(
'vite'
)
->
asset
(
'styles/index.css'
,
'css'
)
?>
<?=
service
(
'vite'
)
->
asset
(
'js/map.ts'
,
'js'
)
?>
<?=
service
(
'vite'
)
->
asset
(
'styles/index.css'
,
'css'
)
?>
<?=
service
(
'vite'
)
->
asset
(
'js/map.ts'
,
'js'
)
?>
</head>
<body
class=
"flex flex-col h-full min-h-screen mx-auto bg-gray-100"
>
...
...
@@ -17,9 +20,9 @@
<div
class=
"container flex flex-col px-2 py-4 mx-auto"
>
<a
href=
"
<?=
route_to
(
'home'
)
?>
"
class=
"inline-flex items-center mb-2"
>
<?=
icon
(
'arrow-left'
,
'mr-2'
,
)
.
lang
(
'Page.back_to_home'
)
?>
</a>
'arrow-left'
,
'mr-2'
,
)
.
lang
(
'Page.back_to_home'
)
?>
</a>
<h1
class=
"text-3xl font-semibold"
>
<?=
lang
(
'Page.map'
)
?>
</h1>
</div>
</header>
...
...
This diff is collapsed.
Click to expand it.
themes/cp_app/_layout.php
+
3
−
3
View file @
5413d097
...
...
@@ -21,9 +21,9 @@
<div
class=
"container flex flex-col px-2 py-4 mx-auto"
>
<a
href=
"
<?=
route_to
(
'home'
)
?>
"
class=
"inline-flex items-center mb-2"
>
<?=
icon
(
'arrow-left'
,
'mr-2'
,
)
.
lang
(
'Page.back_to_home'
)
?>
</a>
'arrow-left'
,
'mr-2'
,
)
.
lang
(
'Page.back_to_home'
)
?>
</a>
<h1
class=
"text-3xl font-semibold"
>
<?=
isset
(
$page
)
?
$page
->
title
:
'Castopod'
?>
</h1>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment