Commit graph

10 commits

Author SHA1 Message Date
Panagiotis "Ivory" Vasilopoulos
b906008ff1 Add tooltip 2023-07-20 20:30:21 +02:00
Panagiotis "Ivory" Vasilopoulos
ba3d76f5ba Make OSM button configurable 2023-07-20 17:32:53 +02:00
Panagiotis "Ivory" Vasilopoulos
1254f2aa9d Remove | Safe attribute, it does exactly the opposite of what I intended it to. 2023-07-20 17:07:59 +02:00
Panagiotis "Ivory" Vasilopoulos
d5c0009ad0 Alright, we just made all the icons in that submenu a bit bolder and more consistent. 2023-07-20 17:05:21 +02:00
Panagiotis "Ivory" Vasilopoulos
9930f9b8f2 Wait, I forgot about *that* icon 2023-07-20 16:57:10 +02:00
Panagiotis "Ivory" Vasilopoulos
c2c60a01eb 16, "gt-mr-2" in *all* icons 2023-07-20 16:55:46 +02:00
Panagiotis "Ivory" Vasilopoulos
852317b467 Introduce new button for OpenStreetMap URL 2023-07-20 16:46:25 +02:00
Panagiotis "Ivory" Vasilopoulos
64de4e02f9 [FEAT] Add OpenStreetMap URL to Location field in profile
Not too important, but I think that it'd be a pretty neat touch.
2023-07-19 21:29:37 +02:00
wxiaoguang
128d77a3a0
Following up fixes for "Fix inconsistent user profile layout across tabs" (#25739)
Follow
https://github.com/go-gitea/gitea/pull/25625#issuecomment-1621577816

1. Fix the incorrect "project view" layout
2. Fix the "follow/unfollow" link on "packages" and "projects" tab


Before:


![image](https://github.com/go-gitea/gitea/assets/2114189/3b071235-c186-4097-8a19-dd90dcb2a344)


After:


![image](https://github.com/go-gitea/gitea/assets/2114189/d1d23cd7-28d8-43e3-9f68-03e8a34a9b97)

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2023-07-07 17:27:12 +02:00
puni9869
2af30f715e
Fix inconsistent user profile layout across tabs (#25625)
Fix ::User Profile Page  Project Tab Have Inconsistent Layout and Style
Added the big_avator for consistency in the all header_items tabs.
Fixes: #24871
> ### Description
> in the user profile page the `Packages` and `Projects` tab have small
icons for user but other tabs have bigger profile picture with user
info:
> 
> ### Screenshots
> ### **For Packages And Projects:**
>
![image](https://user-images.githubusercontent.com/25511175/240148601-2420d77b-ba25-4718-9ccb-c5d0d95e3079.png)
> 
> ### **For Other Tabs:**
>
![image](https://user-images.githubusercontent.com/25511175/240148461-ce9636b3-fe11-4c46-a230-30d83eee5947.png)
> 

## Before

![image](https://github.com/go-gitea/gitea/assets/80308335/975ad038-07ca-4b10-b75d-ccf259be7b9d)


 ## After changes
Project View 
<img width="1394" alt="image"
src="https://github.com/go-gitea/gitea/assets/80308335/95d181d7-8e61-496d-9899-7b825c91ad56">


Packages View
<img width="1378" alt="image"
src="https://github.com/go-gitea/gitea/assets/80308335/7f5fd60f-6b18-4fa8-8c56-7b0d45d1a610">


## Org view for projects page
<img width="1385" alt="image"
src="https://github.com/go-gitea/gitea/assets/80308335/6400dc89-a5ae-4f0a-831b-5b6efa020d89">

## Org view for packages page
<img width="1387" alt="image"
src="https://github.com/go-gitea/gitea/assets/80308335/4e1e9ffe-1e4b-4334-8657-de11b5fd31d0">

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: silverwind <me@silverwind.io>
2023-07-06 18:59:24 +00:00