55 Commits

Author SHA1 Message Date
95b1c2e2f6 Merge pull request #158 from hasansezertasan/locale/tr
Add support for Turkish language
2025-04-05 14:11:16 +08:00
050cd6c498 Simplify code 2024-08-28 10:30:51 +01:00
3a046cc16c Add delete confirmation and fix babel 2024-08-28 10:28:56 +01:00
af6b327b1f Update fastapi_admin/templates/components/language.html 2024-04-27 19:35:17 +03:00
1a4aa09b9e Merge branch 'dev' into locale/tr 2024-03-21 17:45:44 +03:00
18e2a7cf6a fix: Relocate navbar-toggler button in layout template
The navigation bar 'navbar-toggler' button has been shifted in the layout.html file. Previously, it was located inside the 'navbar navbar-expand-md navbar-light' div, but now it resides just above the 'collapse navbar-collapse' div. This modification enhances the positioning and visibility of the button, potentially improving the user interface.
2024-03-07 08:55:13 -03:00
2797331a40 Native language names. 2024-03-01 03:00:30 +03:00
0dfb5bcb0a Add support for Turkish language 2024-03-01 02:26:53 +03:00
fa4fa47fd5 feat: Add optional ordering feature for resources
Implemented optional ordering of resources in FastAPI admin. Code has been added to accept an 'order_by' parameter in the resource route, if present the list of resources will be sorted accordingly. Templates were updated to support this feature by adding a clickable link to each column header for sorting.
2024-02-28 08:45:53 -03:00
776083144e feat: Add Paraguayan Spanish translation files
Added Paraguayan Spanish translations and updated the language dropdown to include this new locale. Additionally, configured the translation's loading within the i18n file.
2024-02-28 08:27:18 -03:00
ebea3bf716 Merge pull request #94 from photopills/fix/defaul-datetime-forms-value
Fix datetime search default values
2024-01-18 16:02:36 +08:00
123c9cdb2c firefox bug fix 2023-07-26 16:55:27 +02:00
50cef55be8 compare value with correct tuple element 2023-07-26 16:55:05 +02:00
41fff40bac fix: css 2023-06-02 21:44:26 +08:00
e04a179f34 feat: improve datetime and date input 2022-09-02 22:38:22 +08:00
e22786407b Add persian locale 2022-08-11 03:09:30 +04:30
0514185d15 Merge pull request #91 from photopills/add-support-for-fk-fields
Improve `update` for fk fields
2022-07-15 08:50:12 +08:00
a95e6f667b add french language 2022-01-30 03:18:16 +00:00
1601be1aa1 Fix multiple json field input. (#98) 2022-01-14 21:28:00 +08:00
4df460c7b5 Fix defaults: Yesterday, Last 7 days and Last 30 days 2021-10-28 10:10:54 +01:00
88cd29ebbc Fix datetime search default value for Today 2021-10-28 09:59:36 +01:00
50df1bb2f6 Show db value as html selected option 2021-10-19 13:18:10 +01:00
e99d673191 Make get_current_admin error to 401 and add 401 error page. 2021-08-31 11:27:23 +08:00
2fcbc814de replace to long2ice.io 2021-08-26 20:33:04 +08:00
c4e640b24c refactor: ComputeField 2021-07-21 21:04:45 +08:00
0baafefbf3 Fix action link 2021-07-16 09:58:06 +08:00
844d982c6c update action link format 2021-07-10 12:21:09 +08:00
989861aa03 remove docs 2021-07-08 19:39:29 +08:00
f054c9b986 remove value for file input 2021-06-18 11:12:24 +08:00
77c8b613cb optional logo url 2021-06-04 19:35:59 +08:00
5e6f9ac352 Fix init admin. 2021-05-31 21:00:37 +08:00
bd93d397d3 add deps 2021-05-24 21:16:34 +08:00
7a231eca34 Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	CHANGELOG.md
2021-05-24 20:04:10 +08:00
18e0f7498c Add resource.get_compute_fields. 2021-05-24 20:03:48 +08:00
412069b9f5 Fix datetime filter. 2021-05-22 13:12:04 +08:00
a3c01fc42c Remove can_create and add get_toolbar_actions. 2021-05-19 15:30:18 +08:00
17a17db9e6 split footer 2021-05-16 14:22:56 +08:00
a398b55057 add editor input 2021-05-16 13:43:51 +08:00
50ebd3d864 bug fix 2021-05-14 22:38:01 +08:00
4aebeda3e8 update docs 2021-05-09 15:11:52 +08:00
3e9c6f636e update filters 2021-05-08 22:58:04 +08:00
529c87ad0b add language_switch and update docs 2021-05-07 22:55:27 +08:00
660c483498 update docs 2021-05-07 19:20:09 +08:00
a6d1546937 add tabler-icons 2021-05-07 09:45:00 +08:00
1d5f8b93ad update image input 2021-05-06 22:58:49 +08:00
fe301a84a6 add color input 2021-05-06 22:56:57 +08:00
95b41da2b4 auto password hash and add help_text in inputs 2021-05-06 21:42:39 +08:00
1e70bd09d2 add request params 2021-05-06 19:53:50 +08:00
a52bf96dfa Fix json input 2021-05-05 23:30:30 +08:00
e17d6a38c6 add row_attributes and cell_attributes 2021-05-05 23:14:00 +08:00