friendica/view/theme/frio
Jakobus Schürz 95cb66b6bf move upload-button in filebrowser above previews
its annoying, when you open filebrowser to upload an image or file, and
the button moves away under your finger/cursor, in case of loading
preview images slower than the form itself.

just change position of button (class="upload") and browser itself
(class="media") disannoys the behaviour.
2023-03-13 10:48:16 +01:00
..
css Fix calendar attendance icons 2023-03-07 17:57:54 +01:00
font/open_sans These files should never have executable files 2022-06-16 09:14:23 +02:00
frameworks [frio] Fix XSS vulneralibity in Justified-Gallery Javascript dependency 2023-02-08 08:31:43 -05:00
img [ImgBot] Optimize images 2021-01-05 11:37:29 +00:00
js Improve ignoring of messages 2023-01-09 16:23:39 +00:00
php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
scheme [frio] Harmonize link preview display with black/dark accented themes 2021-05-04 10:04:07 -04:00
templates move upload-button in filebrowser above previews 2023-03-13 10:48:16 +01:00
.eslintrc.json add frio formatting file 2021-01-21 18:16:22 -05:00
.prettierrc add frio formatting file 2021-01-21 18:16:22 -05:00
LICENSE restructuring for PR for friendica main repo 2016-05-25 15:12:29 +02:00
README.md Update references to the friendica/friendica stable branch 2020-06-30 15:25:16 -04:00
config.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
screenshot.png [frio] Update description, version, maintainer and screenshot 2022-12-14 22:25:53 -05:00
style.php Apply suggestions 2023-01-03 17:24:05 +01:00
theme.php Remove App dependency from Hook::callSingle 2023-01-14 10:38:37 -05:00

README.md

frio

A bootstrap based theme for friendica

This Theme was started as an experiment to give the user a good looking and modern theme for friendica.

I concentrated on 3 topics:

  1. A Modern, mobile friendly UI with bootstrap and awesome font
  2. Try to get a new UX for friendica (e.g. use modals where it seems to be useful)
  3. Give the user a powerfull (but easy) possebillities for custimation to personalize the theme and give it a own note.

Installation Requirements:

  • modern Browser with JS enabled (Chrome/Chromium is recommended)
  • if you update the theme you should disable and enable the theme again from the admin panel (to apply possible new hooks)

Note: While Frio is doing its job very well in most cases, there still is some work to do. Some templates are still missing and will be added in future versions.

Some insights into my motivation for starting coding this theme: This theme should be the start of a discussion in the friendica community (users and developers) about UI/UX in friendica. What frameworks do we want to use? How should default friendica look like? And how do we want to use friendica? What do we need in the core code (At the present time some stuff this is done with ugly javascript hacks and own php code)?

Coding a theme is much work but you will get a really good insight of the limitations of friendica and can start a discussion about doing things differently. So join the discussion at the friendica forums ;-)

If anyone wants to contribute to this theme he/she is welcome to do this.

PS: Don't blame me too much for ugly code and hacks. Fix it ;-)

Screenshots

Default Default - Stream

Modals Modals

Theme - Settings Theme - Settings

Red scheme Red scheme

Love Music scheme Love Music scheme

frio on mobile

frio on mobile

Credits:

HumHub - Social Network Kit - https://github.com/humhub/humhub

Hubzilla - Community Server - https://github.com/redmatrix/hubzilla/

Michael Vogel (Vier Theme) - https://github.com/annando

StefOfficiel (Friendiboot Theme) - https://github.com/StefOfficiel/Friendiboot

License:

https://raw.githubusercontent.com/friendica/friendica/develop/view/theme/frio/LICENSE

original commit history