lemmur-app-android/lib/pages/create_post
Filip Krawczyk cda72a1174 CR Small Changes
* regex fix http?s -> https?
* file rename: formatter.dart -> markdown_formatter.dart to match the class name inside
* add + as continuoable list
* rename: listContinuation          -> unorderedListContinuation
           numberedListContinuation -> orderedListContinuation
* fix typo: convenience
* fix: doc instead of comment
* rename for readability: startingIndex -> from
* function & arg rename: lineBefore(int endingIndex) -> lineUpTo(int characterIndex)
* parse -> tryParse
* localize user picker & commmunity picker
* HookWidget -> StatelessWidget where needed
* Toolbar -> EditorToolbar for less ambiguity
* fix typo: surroungs -> surrounds
* remove debug logA
* more localization stuff
* title -> label on add link dialog
* Reformat -> _Reformat
* use store when in scope instead of context.read
* remove useless Stack (oops)
2022-08-23 00:34:10 +02:00
..
create_post.dart CR Small Changes 2022-08-23 00:34:10 +02:00
create_post_community_picker.dart Enable new lints 2022-05-11 22:23:18 +02:00
create_post_fab.dart Initial refactor 2022-01-20 11:55:22 +01:00
create_post_instance_picker.dart Enable new lints 2022-05-11 22:23:18 +02:00
create_post_store.dart Bump mobx 2022-05-13 15:58:01 +02:00
create_post_store.g.dart Regenerate files 2022-07-15 21:21:02 +02:00
create_post_url_field.dart Fix code review comments 2022-05-03 09:44:07 +02:00