1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-14 14:37:20 +00:00
Commit Graph

73 Commits

Author SHA1 Message Date
762f1d7237 Add wrapping to long diff lines (#2789)
* Add wrapping to long diff lines to fix #1827

* Fix  css class and make changes to source (less) files

* Fix wrong space indentation

* Fix indentation inconsistencies and remove very old WebKit workaround
2017-10-27 12:30:54 +08:00
f3833b7ce4 Create new branch from branch selection dropdown (#2130)
* Create new branch from branch selection dropdown and rewrite it to VueJS

* Make updateLocalCopyToCommit as not exported

* Move branch name validation to model

* Fix possible race condition
2017-10-15 22:59:24 +03:00
f42dbdbae5 Add Activity page to repository (#2674)
* Add Activity page to repository

* Add request data for activity

* Add issue data for activity

* Add user unit right checks

* Add releases to activity

* Log repository unit loading error
2017-10-15 02:17:39 +03:00
951fb572a7 Fix and improve dashboard repo UI (#2285)
* Fix and improve dashboard repo UI

* Change order of scripts loading

* Remove "mirror" tab

* Remove single tab panel for "org user"

* Add localization strings

* Create vue component and change event for search

* Add "mirrors" filter
2017-08-17 09:31:34 +08:00
54381f438b File path tweaks in UI (#2264) 2017-08-06 11:13:20 +08:00
98ae013e90 Make navbar scroll on overflow (#1777)
* Scrollbars on overflow of horizontal nav

* Update _base.less

* Add fade out on right side of overflowing nav

* Update _base.less
2017-05-24 14:00:40 +08:00
efbb895ebe Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) 2017-03-15 23:39:38 +01:00
4faf097fb9 Added webkit-font-smoothing (#763) 2017-01-27 14:10:21 +08:00
fd3b9ca3aa CSS: remove font “Meiryo Ui” 2016-08-12 22:05:20 -07:00
7551141dbe Minor fix on top menu dropdown icon position 2016-08-11 23:12:06 -07:00
971e2c3bd6 Upgrade octicon to 4.3.0 2016-07-16 12:45:13 +08:00
528ec9bffd Apply font for Japanese / Chinese (more) (#3266) 2016-07-15 13:52:37 +08:00
7049cb9d97 Add new language support
- Update language choose dropdown to fit more languages
2016-04-25 13:40:23 -04:00
ce36fd7a49 Fixed #2909 (#2979) 2016-04-19 16:35:36 -04:00
13e1fa6789 Add Japanese Fonts
By adding a Japanese font in the less file, easier to see the display in
Japanese.
2016-03-12 08:49:24 +09:00
045f14fbd0 #1146 finsih UI work for access mode of collaborators
Collaborators have write access as default, and can be changed via repository
collaboration settings page to change between read, write and admin.
2016-03-05 18:08:42 -05:00
c47866b34a Add grey bg to tabs on repo page 2016-02-14 23:09:33 +00:00
2bfb8bb5fd Enable sintax highlighting on diff view. Close #733 2016-02-04 18:21:47 -02:00
96dee1c354 Split view fixed 2016-01-27 23:52:42 +01:00
2481fe2f56 Merge pull request #2296 from bkcsoft/feature/split-diff
Implement Split Diff-View
2016-01-06 13:31:36 +08:00
8fe5d887ae Changed name from inline to unified 2016-01-05 19:21:50 +01:00
0df39b33eb Implement Split Diff-View
- Unified/Inline Diff-View Selectable
2016-01-05 19:21:41 +01:00
cb8134da52 Making scroll always visible. 2016-01-04 16:38:10 -02:00
351dfc95a9 prepare release 2015-12-12 21:58:54 -05:00
dd8a06a397 LESS: Use tabs for indent in all files
This does not change any content and generated gogs.css is still the same.
2015-12-07 21:20:54 +01:00
e2ca53029e Render commit msg as header + verbatim description
Most commit in Git are expected to follow standard of single header line,
followed by description paragraphs, separated by empty line from previous block.

Previously Gogs were treating everything as single header. Now we are trying to
render only first line as header, but following lines (description chunks) as a
verbatim.
2015-12-07 01:50:45 +01:00
e538ff2770 fix #1829 and fix #890 2015-12-04 21:30:33 -05:00
0068b8106b CSS: Octicons 16px fix outside of _octicons.less
Otherwise the fix will be overwritten by next _octicons.less update.

This is follow-up for 22b0dfbb35.
2015-12-03 02:18:38 +01:00
4813665d0a CSS: Reduce .sha.label font size to 13px 2015-12-02 21:43:30 +01:00
640dce12a8 CSS: .repository .sha.label -> .ui .sha.label
This is because SHA1 label is used in many other places, not only inside
.repository container.
2015-12-02 21:42:31 +01:00
5dc3dd1704 fix #1960 2015-11-16 11:11:59 -05:00
7b1c10ea7e new repo ui
- copy link button: #1396, #1168, #1668,
- synxtax highlight: #1712, #1549, #1315, #670
- z-index: #1942
2015-11-14 04:34:01 -05:00
0f438ef0b3 new dashboard ui 2015-11-13 12:05:48 -05:00
0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply 2015-10-24 03:36:47 -04:00
52ec80fa18 finish all new user settings UI 2015-09-10 11:40:34 -04:00
af324a6165 adjust icon css 2015-09-07 16:12:58 -04:00
7b0ae27549 #1599 org dashboard icon css 2015-09-07 15:37:34 -04:00
31e7b0f588 #1599 status button mrigin-right 2015-09-07 15:22:52 -04:00
03ea29eb36 minor fix on icon 2015-09-07 15:03:31 -04:00
5c5ccddb02 fix buttons style 2015-09-02 20:04:18 -04:00
c0a899b151 css fix 2015-09-02 18:32:23 -04:00
953bb06857 basic PR feature 2015-09-02 09:26:56 -04:00
ee3e0c3c49 fix dropdown search 2015-08-31 17:10:28 +09:00
23f42d92c9 add webhook recent deliveries 2015-08-27 23:06:14 +08:00
2881456421 new webhooks list UI 2015-08-26 21:45:51 +08:00
1cb03135b7 new repo git hooks UI 2015-08-26 18:03:30 +08:00
2f2bf20aae fix menu overflow 2015-08-26 12:39:32 +08:00
b3a45693c3 minor update 2015-08-26 12:26:01 +08:00
27f7abdd77 fix small screen fit 2015-08-26 02:05:08 +08:00
4275b3720a finsih diff and compare 2015-08-21 00:18:30 +08:00