linkding/bookmarks
Sascha Ißbrücker 3ae9cf0420
Theme improvements (#822)
* start converting

* small fixes

* reorganize theme files

* cleanup search bar

* increase spacing

* small tweaks

* fix select styles in Chrome

* cleanup menus

* improve button icons

* restore badges

* remove unused classes

* restore some overrides

* restore bookmark form

* add summary outline

* avoid layout shifts

* restore bookmark details

* increase border radius for modals

* improve details modal

* restore reader mode

* restore settings

* cleanup variables

* start with dark theme

* more dark theme...

* more light theme...

* more dark theme...

* add postcss build

* remove sass processor

* update docker build

* fix alt color

* remove endless symbol

* fix tests

* update assets

* remove sass files

* fix docker build

* cleanup spacing

* improve theme

* update test scripts

* update CI workflow

* fix test
2024-09-13 23:19:47 +02:00
..
api Fix auto-tagging when URL includes port (#820) 2024-09-10 21:19:20 +02:00
e2e Preview auto tags in bookmark form (#737) 2024-06-16 10:04:38 +02:00
frontend Allow uploading custom files for bookmarks (#713) 2024-04-20 12:14:11 +02:00
management/commands Make backup include preview images 2024-06-16 10:37:02 +02:00
migrations Allow configuring guest user profile (#809) 2024-08-31 20:25:43 +02:00
services Fix auto-tagging when URL includes port (#820) 2024-09-10 21:19:20 +02:00
static Theme improvements (#822) 2024-09-13 23:19:47 +02:00
styles Theme improvements (#822) 2024-09-13 23:19:47 +02:00
templates Theme improvements (#822) 2024-09-13 23:19:47 +02:00
templatetags Add black code formatter 2024-01-27 11:29:16 +01:00
tests Theme improvements (#822) 2024-09-13 23:19:47 +02:00
views Theme improvements (#822) 2024-09-13 23:19:47 +02:00
__init__.py Implement basic bookmark page 2019-06-27 08:09:51 +02:00
admin.py Show proper name for bookmark assets in admin (#708) 2024-04-17 23:18:23 +02:00
apps.py Add black code formatter 2024-01-27 11:29:16 +01:00
context_processors.py remove unused context processor 2024-08-31 19:10:42 +02:00
feeds.py Additional filter parameters for RSS feeds (#811) 2024-08-31 22:58:41 +02:00
middlewares.py Allow configuring guest user profile (#809) 2024-08-31 20:25:43 +02:00
models.py Fix inconsistent tag order in bookmarks (#819) 2024-09-10 21:06:57 +02:00
queries.py Add black code formatter 2024-01-27 11:29:16 +01:00
signals.py Generate fallback URLs for web archive links (#804) 2024-08-29 22:45:10 +02:00
tasks.py Replace django-background-tasks with huey (#657) 2024-04-07 11:11:14 +02:00
urls.py Allow configuring landing page for unauthenticated users (#808) 2024-08-31 15:39:22 +02:00
utils.py Add support for OIDC (#389) 2024-03-16 23:42:46 +01:00
validators.py Add black code formatter 2024-01-27 11:29:16 +01:00