Commit Graph

44 Commits

Author SHA1 Message Date
Richard Shiue
1e6c4a4d88
feat: introduce a default font (#1210)
* style: code auto-format

* feat: introduce default poppins font

* chore: port more const textstyles to shared styles
2022-10-25 19:49:58 +08:00
Åke Engelbrektson
aa8addf4a3
feat: Add Swedish translation (#1333)
* Create sv.json

* Update app_widget.dart

* Update language.dart
2022-10-23 13:14:08 +08:00
Minho Yi
68344ef718
Feat: Translation for Korean ko_KR (#1262)
* feat: add translation ko_KR.json

* feat: add ko Locale
2022-10-11 09:27:20 +08:00
Richard Shiue
e5f5169a39 style: code auto-format 2022-09-23 01:21:04 +08:00
Richard Shiue
fc1535696b fix: color code for tint 9 2022-09-23 01:20:01 +08:00
appflowy
c19b7cf856 chore: update packages's flutter_lint version 2022-08-31 11:15:35 +08:00
appflowy
a7349f43aa chore: add edit card button 2022-08-30 20:54:11 +08:00
Lucas.Xu
bbc9b5e902 chore: update flutter svg 2022-08-18 18:59:59 +08:00
tsuiyuenhong
7de2f7fa49 Merge remote-tracking branch 'origin/main' into feat/flowy_editor 2022-08-03 09:04:16 +08:00
David
8360dcdc82 feat: Add pl-PL translation
Add pl-PL.json including the new translation.
Updated app_widget.dart with the new language entry
Updated language.dart with the new language entry
2022-07-28 22:30:17 +02:00
kakzaki
22398985b6 fix: add indonesian translation 2022-07-25 13:35:16 +07:00
MikeWallaceDev
eda54719b1 chore: remove pubspec.lock generated by libraries. Keep the one in the application 2022-07-14 14:23:06 -04:00
Lucas.Xu
76999c6a46 feat: add flowy_editor package 2022-07-11 18:07:36 +08:00
negiboudu
f04020eb08 feat: add ja-JP translation 2022-06-12 02:38:25 +09:00
Poly-Pixel
bfa3eb9577
fix: Fix various small issues 2022-05-29 15:27:18 -04:00
appflowy
3cc7c8e6de chore: cache row data 2022-04-16 21:05:41 +08:00
appflowy
8a94644add chore: config date cell ui 2022-04-09 15:57:12 +08:00
Nathan.fooo
65993b7205
Merge pull request #435 from AppFlowy-IO/grid_field_operation
Grid field operation
2022-04-07 21:26:20 +08:00
appflowy
5d007c5359 chore: grid setting list 2022-04-03 10:53:31 +08:00
hasanbeder
47e2571f38 feat: Update language.dart
Turkish language line is added.
2022-03-28 12:28:35 -04:00
appflowy
1f30a77f1d feat: save text cell data 2022-03-20 17:17:06 +08:00
Mike Wallace
8128283ad4
Merge pull request #396 from peter-gy/main
Add Hungarian translation
2022-02-28 20:09:13 -05:00
Mike Wallace
9112bbbcd3
Merge pull request #393 from ikipm/main
Add catalan translation
2022-02-28 19:59:45 -05:00
Péter Ferenc Gyarmati
d9f7b1047d feature: add Hungarian translation 2022-02-28 11:46:01 +01:00
ikipm
d00425d50b feature: Added catalan translation 2022-02-27 13:41:26 -05:00
Lays Rodrigues
8f50d0c6dc feat: add portuguese translation
Signed-off-by: Lays Rodrigues <laysrodriguessilva@gmail.com>
2022-02-27 10:28:58 -05:00
Mehdi Bertul
f8f77db79b
Fix the translation to fr-FR (Closes #369) (#371)
* fix: rename fr.json to fr-FR.json
* fix: the translation mistakes in fr-FR.json
* fix: added french language to system

Co-authored-by: MikeWallaceDev <mike@wallacehub.com>
2022-02-24 20:48:47 -05:00
appflowy
f872c6c1f8 ci: fix flutter warnings 2022-02-09 21:56:46 +08:00
MikeWallaceDev
5519dcd525 refactor: language settings to remove applanguage enum
Fixes: #290
app now uses Locale directly
list of languages is now generated from EasyLocalization
2022-02-04 20:09:41 -05:00
appflowy
728d60239a added reset appearance setting 2022-02-01 12:15:11 +08:00
appflowy
df5e178c6c remove unuse codes 2022-02-01 11:29:11 +08:00
appflowy
be806e301c read device locale as default locale setting 2022-02-01 09:12:59 +08:00
Harinandan
95247bc5fb Refactored Language file 2022-01-28 22:08:57 +05:30
Harinandan
6ea43cd5e5 Created AppLanguage class 2022-01-28 21:03:03 +05:30
appflowy
1c6b78e7d4 fix link button color on dark mode 2022-01-28 22:48:15 +08:00
appflowy
ef8624e87c update dark mode bg3 color 2022-01-28 21:32:45 +08:00
appflowy
1c2c1e6250 save theme setting 2022-01-28 18:38:13 +08:00
Sean RIley Hawkins
2ae4762de8 Removed unused imports & Refactored 2022-01-10 17:26:46 +02:00
Sean RIley Hawkins
5e56f5e0ec Fixed Dark Mode Bugs 2022-01-09 13:22:17 +02:00
AppFlowy.IO
2a134bcb40
fix light theme issues (#215)
* fix light theme issues
* rm hoverColor in ThemeData
2022-01-06 12:18:35 -05:00
appflowy
a0e6c61f50 config virtual net 2022-01-03 19:50:08 +08:00
Sean Riley Hawkins
6325bd300b
[FR] Dark Mode (#185)
* Rewrote to change with light and dark mode 🔧

* Changed files to match theme switches

* Fixed text color switch

* Configured accent color for trash page

* Configured hover color for dark mode

* Configured container colors for dark mode

* Configured text to switch with themes

* Added values to change with theme

* Configured to work with theme colors

* Text not affected by theme

* Theme can be changed here

* Used gray instead of white color

* Rewrote to change with light and dark mode 🔧

* Changed files to match theme switches

* Fixed text color switch

* Configured accent color for trash page

* Configured hover color for dark mode

* Configured container colors for dark mode

* Configured text to switch with themes

* Restored deleted file

* Rewrote to change with light and dark mode 🔧

* Changed files to match theme switches

* Fixed text color switch

* Configured accent color for trash page

* Configured hover color for dark mode

* Configured container colors for dark mode

* Configured text to switch with themes

* Rewrote to change with light and dark mode 🔧

* Changed files to match theme switches

* Configured accent color for trash page

* Removed file

* Used theme.dart colors

* Removed comments and added colors

* Refactored and added hover colors

* removed generated files
fixed warnings

Co-authored-by: MikeWallaceDev <mike@wallacehub.com>
2021-12-24 13:20:48 -05:00
appflowy
d80061461b add flowy-collaboration crate 2021-12-11 13:47:16 +08:00
appflowy
8f1d62f115 add frontend folder 2021-11-20 09:34:43 +08:00